The Design package provides APIs to support adding material design components and patterns to your apps.
I need to put Switch inside item in navigation drawer. I'm using new design support library, but I cannot find …
android navigation-drawer android-support-library android-design-library androiddesignsupportI have a vertical linear layout with some input fields. Using TextInputLayout I get a nice flow with labels and …
android android-design-library android-textinputlayoutI'm using the Android design library on API 22. I would like to: have a Toolbar and a DrawerLayout inside which …
android android-design-library androiddesignsupportI am trying to implement CollapsingToolbarLayout with a NestedScrollView and it is displaying the TextView within the NestedScrollView at the …
android android-design-library androiddesignsupport android-collapsingtoolbarlayoutI'd like to add a WebView in a CoordinatorLayout, having CollapsingToolbarLayout in AppBarLayout. The problem is that WebView shrinks in …
android android-design-librarySince Google has published the design support library for android, there are many nice things that can be done without …
android android-layout android-design-libraryI used NestedScrollView with CoordinatorLayout to enable scroll animation for Toolbar (by app:layout_scrollFlags="scroll|enterAlways"). NestedScrollView contain the …
android android-layout android-design-libraryI have a pretty standard layout using the new design libraries: <AppBarLayout> <CollapsingToolbarLayout> <ImageView/> &…
android android-layout android-design-library android-coordinatorlayoutAre there anyway to make Android Design Support Library's Collapsing animation smoother while scrolling? When I release scrolling, it stops …
android android-layout material-design android-design-library android-collapsingtoolbarlayoutI have very simple layout where I use new android.support.design.widget.TextInputLayout view from Design Support Library <…
android layout android-design-library androiddesignsupport