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 am using Design Support Library version 23.4.0. I have enabled the gradle flag: defaultConfig { vectorDrawables.useSupportLibrary = true } I am using …
android android-support-library androiddesignsupport android-vectordrawableI'm having trouble integrating the Design Support Library into my application. For some reason, the toolbar collapses with the CollapsingToolbarLayout, …
android android-support-library android-toolbar androiddesignsupport android-collapsingtoolbarlayoutI have a layout like the following: (Toolbar, Header View, Text View, RecyclerView) I need the header to be collapsed …
android android-layout material-design android-coordinatorlayout androiddesignsupportThe title of this question basically says it all. I get the error: no resource identifier found for app:layout_…
android androiddesignsupport android-collapsingtoolbarlayoutI'm trying to implement features from the new Design Support Library to create a parallax scrolling toolbar which looks similar …
android android-support-library material-design androiddesignsupportAm I able to set the title of a CollapsingToolbarLayout via the setTitle method? Is there also a way to …
android android-layout androiddesignsupportI am trying to add NavigationView in my layout as below: <RelativeLayout xmlns:android="http://schemas.android.com/apk/…
android material-design drawerlayout androiddesignsupport navigationviewThe new NavigationView in the new Design Support Library works really great. They use "menu-items" to display the options. But …
android navigation-drawer material-design androiddesignsupport navigationviewI am trying to create a CollapsingToolbarLayout and below it a listview, when the listview is scrolled the Toolbar should …
android material-design android-toolbar androiddesignsupport android-collapsingtoolbarlayoutI want to change the action text color for my snackbar, but it is not working for some reason. I …
android colors android-design-library androiddesignsupport android-snackbar