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.
I'd like to build a navigation drawer where each item has a different selection color (the icon tint and text …
android drawerlayout androiddesignsupport navigationviewI 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 navigationviewI 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 androiddesignsupportTrying 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-snackbarI 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'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<android.support.design.widget.TextInputLayout android:id="@+id/float_edit_description" android:layout_width="match_parent" android:layout_height="…
android android-layout android-edittext androiddesignsupportI am trying to set a layout_behavior on an element that is a child of the CollapsingToolbarLayout but the …
android androiddesignsupport android-collapsingtoolbarlayout android-coordinatorlayoutI 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 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