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.

Support library VectorDrawable Resources$NotFoundException

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-vectordrawable
(Design Support Library) CollapsingToolbarLayout -- Toolbar not getting pinned on collapse

I'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-collapsingtoolbarlayout
CoordinatorLayout with RecyclerView And Collapsing header

I 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 androiddesignsupport
no resource id found for app:layout_scrollflags from CollapsingToolbarLayout

The title of this question basically says it all. I get the error: no resource identifier found for app:layout_…

android androiddesignsupport android-collapsingtoolbarlayout
Android - Overflow Menu and Back Button not showing in Collapsing Toolbar

I'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 androiddesignsupport
CollapsingToolbarLayout subtitle

Am I able to set the title of a CollapsingToolbarLayout via the setTitle method? Is there also a way to …

android android-layout androiddesignsupport
NavigationView throwing error: No resource identifier found for attribute 'menu' in package

I am trying to add NavigationView in my layout as below: <RelativeLayout xmlns:android="http://schemas.android.com/apk/…

android material-design drawerlayout androiddesignsupport navigationview
NavigationView menu items with counter on the right

The 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 navigationview
CollapsingToolbarLayout not working(collapsing)when scrolled

I 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-collapsingtoolbarlayout
Snackbar action text color not changing

I 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