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.

appcompat-v7:28.0.0-rc02 doesn't work with design:28.0.0-rc01(should be rc02, but we can't)

com.android.support:appcompat-v7:28.0.0-rc02 com.android.support:design:28.0.0-rc01 -> should be rc02, but there's no rc02 actually. …

android android-gradle-plugin android-support-library android-support-design
AAPT: error: resource android:attr/fontVariationSettings not found and resource android:attr/ttcIndex not found

I m currently working on an android project, so when I upgrade the project from android targetSdkVersion 21 to 27, the project …

java android android-gradle-plugin android-support-library android-support-design
Disable BottomSheet Drag

Due to my low reputation point, I can't comment. So i'm extending this question: Disabling User dragging on BottomSheet The …

android android-support-library android-support-design bottom-sheet
Programmatically hide / show android support design TabLayout inside AppBarLayout

I want to programmatically hide / show the TabLayout in my AppBarLayout. Simply setting visibility to VISIBLE and GONE is not …

android android-animation android-tablayout android-support-design android-appbarlayout
Setting behaviour of Floating Action Button programmatically

I'm using the following guide to implement a scroll aware FAB: https://guides.codepath.com/android/Floating-Action-Buttons#overview After creating …

android android-support-library android-design-library floating-action-button android-support-design
How to use ItemTouchHelper and its Callback or implement customized ones?

I noticed these libraries and was eager to use them in my app. My RecyclerView uses StaggeredGridLayoutManager to organize viewHolders …

android android-support-library android-recyclerview android-support-design
I need to hide title of items in bottom navigation bar

I create bottom navigation bar and i need to hide title and show icons only but when i write title …

android android-support-design
Set layout_anchor at runtime on FloatingActionButton

I am trying to animate a android.support.design.widget.FloatingActionButton that is pinned to my AppBarLayout. I can set …

android android-support-library android-design-library android-coordinatorlayout android-support-design
com.android.support:design:28.0.0 - Version 28 is the last version of the legacy support library

In my android project in xml I try to use com.google.android.material.textfield.TextInputEditText like this: <com.…

android material-design androidx android-support-design material-components-android
Changing Toolbar and CollapsingToolbarLayout scroll flags programmatically

I have a single Activity android app with lots of fragments. When I'm showing a list screen I want to …

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