Top "Androiddesignsupport" questions

The Android Design Support Library brings navigation drawer view, floating labels, a floating action button, snackbar, tabs, and a motion and scroll framework to tie them together.

Change Navigation View Item Color Dynamically Android

I'd like to build a navigation drawer where each item has a different selection color (the icon tint and text …

android drawerlayout androiddesignsupport navigationview
Getting Error inflating class android.support.design.widget.NavigationView

I was following a tutorial on implementing the navigationView from the design support library and I just can't get away …

java android material-design androiddesignsupport navigationview
Android BottomSheet: Is hiding under the toolbar

I tried to use the new bottom sheet from the support library 23.2.0 to have a bottom sheet expand to full …

android material-design android-support-library androiddesignsupport
Custom theme interferes with snackbar background color

Trying out the new Design Support Library, I added a snackbar; but unlike its main background, the text area is …

android material-design android-design-library androiddesignsupport android-snackbar
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
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
MultiLine EditText in Android Material design

<android.support.design.widget.TextInputLayout android:id="@+id/float_edit_description" android:layout_width="match_parent" android:layout_height="…

android android-layout android-edittext androiddesignsupport
Android Layout Behavior is not called when child of CollapsingToolbarLayout

I am trying to set a layout_behavior on an element that is a child of the CollapsingToolbarLayout but the …

android androiddesignsupport android-collapsingtoolbarlayout android-coordinatorlayout
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
Android: Nested bottom sheet click/drag touch event issue

I have a bottom sheet nested inside another bottom sheet (FrameLayouts using the BottomSheet layout behavior) I also have a …

android android-recyclerview androiddesignsupport bottom-sheet