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.

How to implement Bottom Sheets using new design support library 23.2

Google release the new update to support library 23.2 in that they added bottom sheet feature. Can any one tell how …

android android-support-library android-support-design
Design support library - Which version to use with SDK v21

I have problems to understand the version scheme of the support libraries and when to use which version. Currently I …

android android-support-library android-design-library android-support-design
Recycler view item fill up entire recycler view height after upgrading support library from "23.1.1" to "23.2.1"

Previously, I'm using the following old support libraries "23.1.1". compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:support-v4:23.1.1' …

android android-recyclerview android-support-library android-support-design
failed to resolve: android.support.design:28.0.0-rc02

I am using Android Studio 3.1.4. Since I would like to make a Tab Layout, I add the code implmentation 'com.…

android-studio android-support-design
Using TabLayout inside a Fragment; tab text invisible

I'm currently experimenting with various new components in the new Android Support Design library. I've implemented a NavigationView in my …

android android-fragments android-tablayout android-support-design
Error inflating class android.support.design.widget.TabLayout

I'm trying to create a menu tab based on Google's "material design" using Eclipse, but I got an error: Error …

java android android-layout android-support-design
Android BottomSheetDialogFragment does not expand completely

I have the following test bottom sheet implementation. When I set the peekHeight to a value less than 500, it works. …

java android android-support-library android-support-design bottom-sheet
How to enable horizontal scroll in tab like Google Play?

I'm referencing a great demo here regarding material design. It has tabs, but when I add too many the tab …

android material-design android-design-library android-support-design
How to enable/disable toolbar scrolling programmatically when using design support library

I use support design library to show/hide toolbar when scrolling a recyclerView inside a fragment, as mention here https://…

android toolbar android-support-design
Android CollapsingToolbarLayout Title background

I'm working with the CollapsingToolbarLayout from the new Android Design Support Library. I have set its title and it is …

android android-styles android-collapsingtoolbarlayout android-support-design