Top "Androiddesignsupport" questions

The Android Design Support Library brings navigation drawer view, floating labels, a floating action button, snackbar, tabs, and a motion and scroll framework to tie them together.

Error text in TextInputLayout is covered by keyboard

The TextInputLayout contains an EditText which in turn receives the input from the user. With TextInputLayout introduced with the Android …

android android-layout android-design-library androiddesignsupport android-textinputlayout
Android design support library proguard rules

Have been trying to find some information about the rules needed for the new design support library to work passing …

android proguard androiddesignsupport android-proguard
Java.lang.NoClassDefFoundError Issue when using Android Support Design NavigationView

Getting the following issue when using NavigationView on a app: java.lang.NoClassDefFoundError: android.support.design.internal.NavigationMenuPresenter I got …

xamarin xamarin.android androiddesignsupport navigationview android-navigationview
How do you implement the snackbar that has the button at the bottom?

On the material design specs there is a snackbar that has the button at the bottom. How do you implement …

android android-support-library androiddesignsupport android-snackbar snackbar
CollapsingToolbar not working with not-so-tall content

I'm pretty sure this is a bug, so I'm asking for a workaround. My layout is like: <CoordinatorLayout> &…

android android-support-library android-design-library androiddesignsupport
AppBarLayout with recyclerView in nested fragment

As images are always better than words, I present to you my current layout. The toolbar/tabs is in an …

android android-fragments androiddesignsupport android-appbarlayout