The Design package provides APIs to support adding material design components and patterns to your apps.
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-collapsingtoolbarlayoutI 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 navigationviewAndroid 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-snackbarThere'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-navigationviewIn 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-navigationviewBackground I try to add the same functionality as shown on many apps, where the upper area of the screen …
android material-design android-design-library android-collapsingtoolbarlayout nestedscrollviewI use TextInputLayout (+ search) in my NavigationDrawer. When user toggle this drawer, the cursor focus appears immediately on TextInputLayout field. …
android android-design-libraryI 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-sheetI 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-libraryI 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