The Design package provides APIs to support adding material design components and patterns to your apps.
I'm using the layout below, The CoordinatorLayout holds inside it AppBarLayout (With Toolbar and TabLayout inside it) and a placeholder …
android android-fragments android-design-library android-coordinatorlayout android-appbarlayoutLike in chat applications whenever we want to send messages soft keypad pop ups which also auto scroll the last …
android android-fragments android-recyclerview android-design-library android-developer-apiI am trying to animate a android.support.design.widget.FloatingActionButton that is pinned to my AppBarLayout. I can set …
android android-support-library android-design-library android-coordinatorlayout android-support-designI'm trying to add a font to my Android project, so I can use it via XML. Unfortunately, I'm getting …
android android-design-library android-debug android-fontsI have two Fabs located inside a CoordinateLayout view. When I show a Snackbar, I expect the two Fabs go …
android android-support-library android-design-library android-coordinatorlayout android-snackbarThe TextInputLayout contains an EditText which in turn receives the input from the user. With TextInputLayout introduced with the Android …
android android-layout android-design-library androiddesignsupport android-textinputlayoutI have a coordinator layout containing a collapsing toolbar, a nestedscrollview and a floating button. My floating button is placed …
android android-design-library android-collapsingtoolbarlayoutI am using TabLayout of android support design library. I want to show unread notification counter on the tab with …
android tabs android-tabs android-design-library android-tablayoutBackground I've used a modified version of bottom-sheet library (here, based on this library, also wrote about it here), in …
android android-support-library android-design-library bottom-sheetI'm pretty sure this is a bug, so I'm asking for a workaround. My layout is like: <CoordinatorLayout> &…
android android-support-library android-design-library androiddesignsupport