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.

Set state of BottomSheetDialogFragment to expanded

How do you set the state of a fragment extending BottomSheetDialogFragment to expanded using BottomSheetBehavior#setState(STATE_EXPANDED) using the …

android android-fragments android-support-library android-support-design
Disabling User dragging on BottomSheet

I am trying to disable user dragging on BottomSheet. The reason I want to disable is two things. 1. It's preventing …

android android-support-library bottom-sheet android-support-design
How to disable BottomNavigationView shift mode?

BottomNavigationView doesn't show menu's title that are inactive. How to show titles of all menu elements in bottomNavigationBar? The problem …

android android-support-design bottomnavigationview
BottomNavigationView display both icons and text labels at all times

I am using android.support.design.widget.BottomNavigationView from design support library version 25 compile 'com.android.support:design:25.0.0' <…

android android-support-library android-support-design bottomnavigationview
Rounded corners on material button

I'm following the tips from questions like this to create a button style like suggested on Material Design. However, I …

android material-design android-support-library android-button android-support-design
How to hide ToolBar when I scrolling content up?

I am trying to hide my tool bar when I scroll my text and image with content. Here I use …

android android-support-library android-toolbar android-support-design
InflateException with FloatingActionButton from Official Design Library

I am getting a bug using the official FloatingActionButton from Google's support design library. Here is my LogCat. android.view.…

android android-appcompat inflate-exception floating-action-button android-support-design
How do I change the default height of a BottomSheetDialog?

I've been using the new BottomSheetDialog added in Support Library 23.2, but I want to change the default height of the …

android android-support-library android-support-design
How to set maximum expanded height in android support design bottom sheet?

I already showed my bottom sheet layout with its peek height set to 100dp. But how can I limit my …

android android-support-design
Import new Android Design Support library

Hi i'am trying to import the new android support library like this com.android.support:support-design:22.0.0 but i got this …

android material-design android-support-library android-design-library android-support-design