The Design package provides APIs to support adding material design components and patterns to your apps.
I have implemented BottomNavigationView and have no idea how to set selection index or MenuItem id (in my case, middle …
android android-design-library androiddesignsupport selectedindex bottomnavigationviewThe title is pretty self explaining. The following code does not render shadow below the Floating Action Button. What can …
android floating-action-button android-design-library android-appcompatI want to implement the 'Flexible Space with overlapping content' pattern from the Material design scrolling techniques, such as in …
android android-design-library android-collapsingtoolbarlayoutI need to know when CollapsingToolbar from material design library is collapsed.
android android-design-library android-collapsingtoolbarlayoutFrom Documentation: parameter duration - either be one of the predefined lengths: LENGTH_SHORT, LENGTH_LONG, or a custom duration …
android android-design-library snackbarGoogle have released Design library, I am using compile 'com.android.support:design:22.2.1' However I cant see any code …
android material-design android-design-library floating-action-buttonI'm trying to use the newest design library to make my toolbar hide/show on scroll. My issue is the …
android android-toolbar android-design-library android-coordinatorlayoutI've been attempting to implement a CollapsingToolbar with a RecyclerView using the small amount of guidance here: http://android-developers.blogspot.…
java android xml android-appcompat android-design-libraryI have problems to understand the version scheme of the support libraries and when to use which version. Currently I …
android android-support-library android-design-library android-support-designI need to know the correct size (artboard and content) for Navigation Drawer icons. It doesn't say anything on the …
android navigation-drawer android-design-library android-navigationview