Top "Android-support-library" questions

The Android Support Library contains backported APIs from newer platforms and APIs that offer utility functionality.

Vector Drawables flag doesn't work on Support Library 24+

Today, it seems as though Android Nougat was released. Thus, I am more excited than ever to optimize my app …

android android-gradle-plugin android-support-library android-support-design
How to set shared checkable behavior across all groups in NavigationView?

I've created two groups with unique ids (I need a divider) and they both have checkableBehavior set to single. This …

android navigation-drawer android-support-library material-design navigationview
Using Navigation Drawer without TitleBar or ActionBar

I'm adding a Navigation Drawer to this app that I am developing and I have scoured the internet; forums, stackoverflow, …

android navigation android-relativelayout android-support-library drawer
FloatingActionButton with Multiple Actions

I'm using FloatingActionsButton (FAB) from the design support library (com.android.support:design:22.2.0). In my application I have two main …

android android-support-library floating-action-button android-support-design
What is layout_collapseParallaxMultiplier used in CollapsingToolbarLayout?

What is layout_collapseParallaxMultiplier used in CollapsingToolbarLayout ? I have seen the android developer doc, but I didn't understand. please explain …

android material-design android-support-library android-collapsingtoolbarlayout
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
How to increase Bottom Navigation View height along with its icon and text sizes in android?

I am using compile 'com.android.support:design:25.0.0' Android Bottom Navigation View and its height is is fixed and …

android android-support-library bottomnavigationview
IllegalArgumentException: pointerIndex out of range from SwipeRefreshLayout

I've been getting some of these IllegalArgumentException: pointerIndex out of range crashes on crashlytics and I don't understand what's happening. …

android android-support-library swiperefreshlayout
Didn't find class "androidx.core.content.FileProvider"

I migrated my app to AndroidX and it's crashing on launch on API level 21. My application throws this exception: 10-08 09:42:50.930 11346…

android android-support-library android-fileprovider androidx