Top "Androiddesignsupport" questions

The Android Design Support Library brings navigation drawer view, floating labels, a floating action button, snackbar, tabs, and a motion and scroll framework to tie them together.

In android how to set navigation drawer header image and name programmatically in class file?

In android studio 1.4.1, I have created new Navigation Drawer Project which is default.My issue is in this project there …

android android-layout android-fragments androiddesignsupport android-navigationview
Error inflating class android.support.design.widget.NavigationView

I followed a tutorial of new component NavigationView in Support Design Library and can't get through this error message : Error …

android android-support-library androiddesignsupport
Add views below toolbar in CoordinatorLayout

I have the following layout: <android.support.design.widget.CoordinatorLayout android:id="@+id/main_content" xmlns:android="http://schemas.…

android android-toolbar android-coordinatorlayout androiddesignsupport
Change the color of a checked menu item in a navigation drawer

I am using the new Android Design Support library to implement a navigation drawer in my application. I can't figure …

android androiddesignsupport
How can I change the NavigationView's item text size?

Google recently released the android.support.design.widget.NavigationView widget as part of the com.android.support:design:22.2.0 library, which …

android navigation-drawer material-design androiddesignsupport
Add app bar scrolling view behavior to multiple views in CoordinatorLayout

I am looking to add scroll support to more than just a single, scrollable, child view of CoordinatorLayout in conjunction …

android androiddesignsupport android-coordinatorlayout android-collapsingtoolbarlayout android-appbarlayout
TextInputLayout :How to give padding or margin to hint?

I have to use TextInputLayout of design support library in my project. I want to give space between hint and …

android android-layout androiddesignsupport android-textinputlayout
BottomSheetDialogFragment - How to set expanded height (or min top offset)

I create a BottomSheetDialogFragment and I want to adjust it's maximum expanded height. How can I do that? I can …

android android-support-library androiddesignsupport bottom-sheet
Status bar turns white and does not show content behind it

I am trying out AppCompat on Marshmallow. And I want to have a transparent status bar however it turns white. …

android android-support-library android-appcompat androiddesignsupport android-6.0-marshmallow
TabLayout (Android Design Library) Text Color

I'm using the new TabLayout from the Android Design library. I managed to set the textcolor statelist using tabLayout.setTabTextColors(…

android android-design-library androiddesignsupport