The Design package provides APIs to support adding material design components and patterns to your apps.
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-textattributesI'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-pieWith 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-textinputlayoutHow 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-libraryRecently, 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-libraryI 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-textinputlayoutI was playing around with the new android.support.design.widget.TabLayout, and found a problem, in the class definition, …
android material-design android-design-libraryI'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-libraryIn 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 navigationviewGoogle 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