Top "Android-design-library" questions

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

Set initially selected item index/id in BottomNavigationView

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 bottomnavigationview
How to add shadow to the FAB provided with the android support design library?

The 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-appcompat
Overlap scrolling view with AppBarLayout

I want to implement the 'Flexible Space with overlapping content' pattern from the Material design scrolling techniques, such as in …

android android-design-library android-collapsingtoolbarlayout
How can I determine that CollapsingToolbar is collapsed?

I need to know when CollapsingToolbar from material design library is collapsed.

android android-design-library android-collapsingtoolbarlayout
How to use setDuration() method in SnackBar (Android Design Support Library)

From Documentation: parameter duration - either be one of the predefined lengths: LENGTH_SHORT, LENGTH_LONG, or a custom duration …

android android-design-library snackbar
Using Google Design Library how to hide FAB button on Scroll down?

Google 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-button
AppBarLayout with FrameLayout container as scrolling content doesn't work

I'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-coordinatorlayout
CoordinatorLayout with RecyclerView & CollapsingToolbarLayout

I'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-library
Design support library - Which version to use with SDK v21

I 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-design
What is the navigation drawer icons size?

I 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