Top "Android-design-library" questions

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

Set starting height of CollapsingToolbarLayout

I want to be able to scroll on the ImageView inside the CollapsingToolbarLayout. So how that would be possible, and …

android android-design-library android-collapsingtoolbarlayout
Customising NavigationView - Adding dynamic headerView, Android Support Design Library

I tried the navigationView from the new android support design library. I want to have a dynamic headerview. Basically, my …

android navigation-drawer android-design-library androiddesignsupport navigationview
What are the new features of Android Design Support Library and how to use its Snackbar?

Android M Preview for developers was released yesterday. As usual, many amazing new features are introduced. I noticed that Snackbar …

android material-design android-support-library android-design-library android-snackbar
How I can remove the unnecessary top padding of the Navigation view?

There's an unnecessary top padding between the header and the first item shown in this picture. How it can be …

android material-design android-support-library android-design-library android-navigationview
Disable icon colorStateList in NavigationView

In my app today I have icons which doesn't just have a single color, but in some cases two colors …

android material-design android-design-library android-navigationview
How to disable immediate focus in TextInputLayout?

I use TextInputLayout (+ search) in my NavigationDrawer. When user toggle this drawer, the cursor focus appears immediately on TextInputLayout field. …

android android-design-library
BottomSheetBehaviour: The view is not associated with BottomSheetBehavior

I am using Google Design Support Library 25.0.0 In my activity I have a relative layout with app:layout_behavior="android.…

android android-design-library androiddesignsupport bottom-sheet
android.support.design.button.MaterialButton throws InflateException

I am trying to follow the The MDC Codelab on codelabs.developers.google.com with the latest library versions. The …

android android-gradle-plugin material-design android-design-library
Android material chips

I want to implement an autocomplete edittext with chips in my application and I want to do it in a …

android material-design android-design-library material-components-android android-chips