Top "Android-design-library" questions

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

How to mimic Google Maps' bottom-sheet 3 phases behavior?

Background I'm assigned to make a UI that behaves similar to how Google Maps shows a bottom-sheet for a found …

android material-design android-coordinatorlayout android-design-library android-collapsingtoolbarlayout
How can I be notified when a Snackbar has dismissed itself?

I'm using a Snackbar from the com.android.support:design:22.2.0 library. I'm using it to undo deletions. To make my …

android material-design android-design-library android-snackbar snackbar
File res/drawable/abc_ic_ab_back_material.xml from drawable resource ID #0x7f020016

Recently android support library was updated to 23.2.0. After downloading android sdk and updating android design support library into 23.2.0, this error …

android android-gradle-plugin android-design-library
CoordinatorLayout layout_anchor does not work

I just tried out the new Support Design Library with CoordinatorLayout, but I'm having problems anchoring child views. My layout …

android android-recyclerview android-design-library coordinator-layout
Android Multiline Snackbar

I'm trying to leverage new Snackbar from Android Design Support Library to display multiline snackbar, as shown in http://www.…

android android-support-library android-design-library android-snackbar
When using the CoordinatorLayout my ScrollView has an incorrect size

I'm using a ScrollView in a layout, and am attempting to use the new CoordinatorLayout from the design support library. …

android android-support-library material-design android-scrollview android-design-library
How to enable horizontal scroll in tab like Google Play?

I'm referencing a great demo here regarding material design. It has tabs, but when I add too many the tab …

android material-design android-design-library android-support-design
How to add "Android Design Support Library" to Eclipse with ADT-plugin?

The Android Developers Blog announced in May 2015: The Design library is available now, so make sure to update the Android …

android eclipse android-support-library eclipse-adt android-design-library
CollapsingToolbarLayout | Scrolling and layout issues 2

Related Questions CollapsingToolbarLayout | Scrolling and layout issues Backgroud I want to use 2 different fragments that will allow me to change …

android xml material-design android-design-library android-collapsingtoolbarlayout
How can I get menu item in NavigationView?

<android.support.design.widget.NavigationView android:id="@+id/drawer_nav" android:layout_width="wrap_content" android:layout_height="match_…

android android-support-library android-menu android-design-library android-navigationview