The Design package provides APIs to support adding material design components and patterns to your apps.
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-libraryHow 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-bottomnavSomeone 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-componentsI'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-libraryI 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-libraryI 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-libraryI'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-libraryNeed to know what actually difference between TextInputEditText and TextInputLayout, When should we use one of them.
android android-studio android-widget android-design-libraryI 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-libraryIf 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