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.

Show Helper text below EditText along with the Hint

I am trying to make something on these lines: I am able to show the hint using android:hint="Email …

android android-layout android-edittext androiddesignsupport android-textinputlayout
How to reset the Toolbar position controlled by the CoordinatorLayout?

The app I'm working on consists of a Navigation Drawer which is implemented in an Activity. The activity layout is …

android navigation-drawer android-design-library androiddesignsupport
CoordinatorLayout ignores margins for views with anchor

Given I'm using a layout like this: <android.support.design.widget.CoordinatorLayout android:id="@+id/main_content" xmlns:android="…

android android-support-library androiddesignsupport
Floating Action Button Border Color is not changing

I changed the Floating Action Button backgroundTintList color by using the following code: fab.setBackgroundTintList(ColorStateList.valueOf(mResources.getColor(R.…

android floating-action-button androiddesignsupport
Customising NavigationView - Adding dynamic headerView, Android Support Design Library

I tried the navigationView from the new android support design library. I want to have a dynamic headerview. Basically, my …

android navigation-drawer android-design-library androiddesignsupport navigationview
Disable Tabs in TabLayout

I have used TabLayout from the latest design support library in my app. The tabs are attached to a viewpager …

android android-fragments tabs androiddesignsupport android-tablayout
BottomSheetBehaviour: The view is not associated with BottomSheetBehavior

I am using Google Design Support Library 25.0.0 In my activity I have a relative layout with app:layout_behavior="android.…

android android-design-library androiddesignsupport bottom-sheet
How to style the Design Support library's NavigationView?

So I'm using the NavigationView provided by Android Design Support Library I can't seem to find examples on how to …

android material-design android-support-library androiddesignsupport navigationview
Tab icon and text both using android design support library

]1]1i used android design support tablayout and i got both icon and text on tab .. i used a customtabview to …

android androiddesignsupport android-tablayout
NestedScrollView and WebView height issue

I use new android.support.v4.widget.NestedScrollView and I faced with issue. Here is my layout: <android.support.…

android android-design-library androiddesignsupport