Top "Android-design-library" questions

The Design package provides APIs to support adding material design components and patterns to your apps.

Switch in Navigation drawer item with Design Support Library on Android

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 androiddesignsupport
TextInputLayout's errorview is not removed when removing error message

I have a vertical linear layout with some input fields. Using TextInputLayout I get a nice flow with labels and …

android android-design-library android-textinputlayout
Android design library CoordinatorLayout, AppBarLayout and DrawerLayout

I'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 androiddesignsupport
CollapsingToolbarLayout and NestedScrollView not working

I 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-collapsingtoolbarlayout
WebView in CoordinatorLayout with CollapsingToolbarLayout

I'd like to add a WebView in a CoordinatorLayout, having CollapsingToolbarLayout in AppBarLayout. The problem is that WebView shrinks in …

android android-design-library
Android NestedScrollView has wrong size after app:layout_behavior

Since Google has published the design support library for android, there are many nice things that can be done without …

android android-layout android-design-library
onClick method not working properly after NestedScrollView scrolled

I used NestedScrollView with CoordinatorLayout to enable scroll animation for Toolbar (by app:layout_scrollFlags="scroll|enterAlways"). NestedScrollView contain the …

android android-layout android-design-library
Hiding AppBarLayout and giving its space to the remaining view

I have a pretty standard layout using the new design libraries: <AppBarLayout> <CollapsingToolbarLayout> <ImageView/> &…

android android-layout android-design-library android-coordinatorlayout
Smooth animated Collapsing Toolbar with Android Design Support Library

Are 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-collapsingtoolbarlayout
RuntimeException while using new TextInputLayout from support design library

I have very simple layout where I use new android.support.design.widget.TextInputLayout view from Design Support Library <…

android layout android-design-library androiddesignsupport