Top "Android-design-library" questions

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

error can not resolve symbol TabLayout and 'design

Please help: I got error when import android.support.design.widget.TabLayout It say "can not resolve symbol 'design' My …

android android-gradle-plugin android-support-library android-tablayout android-design-library
How to implement bottom navigation tab as per the google new guideline

How to implement bottom navigation tab as per the google new guideline (Pure android). Is there any example.? Ref: https://…

android bottomnavigationview android-design-library android-bottomnav
Change font of the floating label EditText and TextInputLayout

Someone tried to change the font of the floating label? I changed the source of EditText but the font of …

android android-edittext android-design-library android-textinputlayout material-components
How to create app bar with icons using TabLayout Android Design?

I'm trying to use the new TabLayout in the android design library to create app bar with icons. public void …

android-tabhost android-tabs android-design-library
How to change android design support library FAB Button border color?

I want to change fab button border color. border color is white, inside color is black or transparent I'd like …

android floating-action-button android-design-library
How to hide ActionBar while scrolling ListView in android?

I need to create a GUI with a ListView and an ActionBar which will hide when scrolling down and when …

android listview android-actionbar android-appcompat android-design-library
how to remove left margin of Android Toolbar?

I'm trying to use toolbar for my project. Here is the code I am using: <android.support.v7.widget.…

android android-layout toolbar android-design-library
Difference between TextInputLayout and TextInputEditText

Need to know what actually difference between TextInputEditText and TextInputLayout, When should we use one of them.

android android-studio android-widget android-design-library
New Android Design Library bug with AppBarLayout and Toolbar

I am using the new Android Design Library based on this example chrisbanes/cheesesquare in github and here I have …

android android-layout android-toolbar android-design-library
android:layout_height="?attr/actionBarSize" is not working with support:design:23.0.0' library

If I set android:layout_height="56dp", I can see the toolbar in graphical layout. But when I set like …

android android-toolbar android-design-library android-appcompat