Top "Android-design-library" questions

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

TabLayout Tab Title text in Lower Case

I have used android.support.design.widget.TabLayout in my application with Min SDK 15. By default it takes Tab title …

android tabs android-tablelayout android-design-library gwt-tablayoutpanel
CoordinatorLayout using the ViewPager's RecyclerView

I am using the view CoordinatorLayout from android.support.design. I want to attach the app:layout_behavior to the …

android android-appcompat android-recyclerview android-design-library android-coordinatorlayout
FloatingActionButton doesn't hide

I am trying to hide my FloatingActionButton fabLocation programmatically with : fabLocation.setVisibility(View.GONE) but it does not work. If …

android material-design android-design-library floating-action-button
TabLayout update tab content with a custom view

I'm using TabLayout of the new material design and i have a problem, i can't update tab content of a …

android tabs android-design-library
TextInputLayout not showing EditText hint before user focus on it

I am using recently released Android Design Support Library to show floating label with EditTexts. But i am facing the …

android material-design android-design-library
Could not initialize class android.support.design.widget.CoordinatorLayout

I am trying to use the CoordinatorLayout from the new Android design library. I added the package to gradle; then …

android xml android-design-library
Android TextInputField Inflator Error

Had a crash while trying to use the new TextInputField for Android and wanted to share my solution. Trying the …

android android-design-library
Import new Android Design Support library

Hi i'am trying to import the new android support library like this com.android.support:support-design:22.0.0 but i got this …

android material-design android-support-library android-design-library android-support-design
How to set support library snackbar text color to something other than android:textColor?

So I've started using the new Snackbar in the Design Support Library, but I found that when you define "android:…

android android-support-library android-design-library android-snackbar snackbar