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.

add onClickListener to navigation view header using android design support library

I want to add a onClickListener to navigation view header's items like changing a TextView text or set an image …

android androiddesignsupport navigationview
FloatingActionButton default margin not working in lollipop

I am displaying FloatingActionButton along with a Recyclerview in a CoordinatorLayout, when the FAB is clicked a row would be …

android floating-action-button androiddesignsupport android-coordinatorlayout coordinator-layout
Setting Statusbar padding to NavigationView in Android

I have an activity which hosts a DrawerLayout and NavigationView from support library. I'm setting a header layout to the …

android navigation-drawer material-design androiddesignsupport navigationview
How to Change the Floating Label position of TextInputLayout in android

I have a rectangular shaped Edit Text which is inside the TextInputLayout. I want to put some margin between floating …

android android-edittext androiddesignsupport android-textinputlayout
RuntimeException while using new TextInputLayout from support design library

I have very simple layout where I use new android.support.design.widget.TextInputLayout view from Design Support Library <…

android layout android-design-library androiddesignsupport
Design Support TabLayout

I'm playing around with the Design Support Library TabLayout. My problem is that the title of one of the tabs …

android fragmentpageradapter androiddesignsupport android-tablayout
Error Inflating CollapsingToolbarLayout

I recently updated the support design library to the latest version and now every activity that has a CollapsingToolbarLayout throws …

android android-collapsingtoolbarlayout androiddesignsupport
How to get the new NavigationView to play nice with status bar scrim?

I've been playing with Google's new design support library and it's a blast! I'm just a little stumped though on …

android material-design android-design-library androiddesignsupport
RecyclerView (horizontal) nested in BottomSheet preventing vertical scrolling

I have a RecyclerView using a LinearLayoutManager with HORIZONTAL orientation, nested inside a FrameLayout using the BottomSheet Behavior. When attempting …

android android-recyclerview androiddesignsupport bottom-sheet
Disable one of the tabs in tablayout?

I need tabs for the application I am developing. So I ended up with tablayout and it contains few tabs. …

android android-tablayout androiddesignsupport