The Design package provides APIs to support adding material design components and patterns to your apps.
I'm trying to work on the new TabLayout from the android design library. I want to change tab text to …
android fonts android-design-library android-fonts android-tablayoutHow can I set footer settings and profile items to NavitationView? to looks like the Inbox by email navigation drawer. …
android android-support-library android-design-libraryI wanna achieve something like this shown in the Material Design Docs. colorControlHighlight is used for the Background on checked …
android material-design drawerlayout android-design-library navigationviewJust had a look at the demo app of new Android support design library. It's provided by Chris Banes on …
android android-support-library android-coordinatorlayout android-design-libraryI'm using the new TabLayout from the Android Design library. I managed to set the textcolor statelist using tabLayout.setTabTextColors(…
android android-design-library androiddesignsupportI use new TabLayout from com.android.support:design library. I want to change background of the selected/unselected tabs. …
android android-design-libraryI am using CollapsingToolBarLayout alongside with AppBarLayout and CoordinatorLayout, and they are working Fine altogether. I set my Toolbar to …
android android-design-library android-collapsingtoolbarlayoutI'm using the Designs Support Libraries NavigationView like this: <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.…
android android-design-library navigationview android-navigationviewI have a strange issue with the CoordinatorLayout and the NestedScrollView (with the design support library 22.2.0) Using a content smaller …
android material-design android-support-library android-design-library android-coordinatorlayoutWith the new NavigationView, we are able to set a drawer's items through a menu resource in XML. With that, …
android android-design-library navigationview