Top "Android-support-design" questions

Android support design is library that introduce by google for giving support of few material design components to all android 2.1 devices or higher devices.

Unable to see Tab Indicator in TabLayout design support library

I am using Material design library and creating layout using CoordinatorLayout ,AppBarLayout ,RecyclerView and TabLayout . My issue is i am …

android material-design android-support-design
how to set height of BottomSheet full parent?

I am trying to call BottomSheet using android-support-library 23.2 on Click of button. Its working fine but not taking full height. …

android android-layout material-design android-support-library android-support-design
Android bottom navigation bar item background color change when fragment selected

I want my bottom nav bar change background color when pressed ( only the selected area ) , Like the link bellow : http://…

android android-support-design
Attribute already defined with incompatible format (Original attribute defined here)

Can't build project after adding compile 'com.android.support:design:24.2.0' Keeps giving the following errors: Seems like, the problem …

android gradle android-appcompat android-support-design
TextInputLayout animation overlaps the text when the text is set programmatically

I am using TextInputLayout with the design support library 22.2.1. I set the value of the EditText programmatically, and when the …

android material-design android-support-library android-textinputlayout android-support-design
Using BottomSheetBehavior with a inner CoordinatorLayout

The design support library v. 23.2 introduced BottomSheetBehavior, which allows childs of a coordinator to act as bottom sheets (views draggable …

android android-support-library ontouchlistener touch-event android-support-design
Change toolbar back arrow color

Hi. In the picture above you can see a back arrow and a (part of) title. I changed the title …

android material-design android-toolbar android-appcompat android-support-design
View can not be anchored to the the parent CoordinatorLayout

this is not my app, this is nordic app that put its source on github and I am trying to …

android user-interface android-support-library floating android-support-design
Android SupportLib - FrameLayout in CoordinatorLayout with AppBarLayout consuming entire screen-height

I am currently having an issue with a FrameLayout in a CoordinatorLayout from Android design-support library whereas I followed the …

android android-layout android-fragments android-support-design