Top "Android-design-library" questions

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

Change EditText hint color when using TextInputLayout

I am using the new TextInputLayout from the design library. I am able to get it to show and to …

android android-edittext android-support-library android-design-library android-textattributes
Android design support library for API 28 (P) not working

I've configured android-P SDK environment successfully. When I attempt to use the android design support library I face project build …

android android-studio android-design-library android-9.0-pie
How to change the floating label color of TextInputLayout

With reference to the new TextInputLayout released by Google, how do I change the floating label text color? Setting colorControlNormal, …

android android-edittext android-design-library android-textinputlayout
TabLayout tab selection

How should I select a tab in TabLayout programmatically? TabLayout tabLayout = (TabLayout) findViewById(R.id.tabs); tabLayout.setupWithViewPager(viewPager);

android android-viewpager android-tablayout android-design-library
FloatingActionButton example with Support Library

Recently, I read these posts: Android Design Support Library Android Support Library, revision 22.2.0 FloatingActionButton But, none of them give me …

android android-support-library floating-action-button android-design-library
how to change color of TextinputLayout's label and edittext underline android

I am using android design library's TextinputLayout. But couldn't customize the hint color, label color and the underline color of …

android android-design-library android-textinputlayout
How to change the new TabLayout indicator color and height

I was playing around with the new android.support.design.widget.TabLayout, and found a problem, in the class definition, …

android material-design android-design-library
Android TabLayout Android Design

I'm trying to get the new TabLayout in the android design library working. I'm following this post: http://android-developers.blogspot.…

android android-design-library
NavigationView get/find header layout

In my NavigationView I have a header layout with id 'viewId' with active buttons. To setup those buttons, I do …

android android-support-library android-design-library navigationview
How to create a simple divider in the new NavigationView?

Google introduced the NavigationView in the Design Support Library version 22.2.0 with which you can create a drawer very easily using …

android navigation-drawer android-support-library android-design-library navigationview