The Design package provides APIs to support adding material design components and patterns to your apps.
I use new android.support.v4.widget.NestedScrollView and I faced with issue. Here is my layout: <android.support.…
android android-design-library androiddesignsupportMy problem is the next. I would use relatively large texts as CollapsingToolbarLayout title so I need to show it …
android android-layout android-collapsingtoolbarlayout android-design-libraryI've made an app using Android Design Library, with a Toolbar and TabLayout. Actually 2 tabs are present, both with 2 RecyclerView, …
android toolbar android-recyclerview android-appcompat android-design-libraryI'm using Android Design Support Library and I want a FloatingActionButton that have AutoHide by Scrolling, my Layout is: <…
android material-design android-design-library floating-action-buttonAs of now, with the official bottom sheet component from the Android design library implemented the top edge doesn't show …
android android-layout android-design-library bottom-sheetI have a CollapsingToolbarLayout setup and im placing a wallpaper there. I want to be able to stop it from …
android android-design-library android-collapsingtoolbarlayoutI have the design provided at the bottom. The things I want to happen above the tabs layout: I want …
android android-design-library android-coordinatorlayoutI wanted to try out the new Snackbar from the official design library provided by Google. Its usage is very …
android android-layout android-design-library snackbarOn Android Support Library 24.1.1, the Snackbar was working fine: Then starting on Android Support Library 24.2.0 onwards, the Snackbar started to …
android android-support-library android-design-library android-snackbarTrying out the new Design Support Library, I added a snackbar; but unlike its main background, the text area is …
android material-design android-design-library androiddesignsupport android-snackbar