Top "Android-support-library" questions

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

When using the CoordinatorLayout my ScrollView has an incorrect size

I'm using a ScrollView in a layout, and am attempting to use the new CoordinatorLayout from the design support library. …

android android-support-library material-design android-scrollview android-design-library
Autosizing of TextView doesn't work (Android O)

I use new autosize feature added in support library 26. I read a documentation which can be found here : https://developer.…

android textview android-support-library autosize android-8.0-oreo
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
SearchView getActionView returning null

This was working a few days ago, but suddenly it stopped. I only want to use the action bar search …

android android-searchmanager android-support-library
android toolbar popupTheme vs theme

Often I see this declaration of Toolbar in layout files: <android.support.v7.widget.Toolbar xmlns:android="http://schemas.…

android android-support-library android-appcompat android-toolbar
How to add "Android Design Support Library" to Eclipse with ADT-plugin?

The Android Developers Blog announced in May 2015: The Design library is available now, so make sure to update the Android …

android eclipse android-support-library eclipse-adt android-design-library
Display ActionMode over Toolbar

I am trying to use the android.view.ActionMode with the new android.support.v7.widget.Toolbar, in addition to …

android android-support-library android-toolbar android-actionmode
How can I get menu item in NavigationView?

<android.support.design.widget.NavigationView android:id="@+id/drawer_nav" android:layout_width="wrap_content" android:layout_height="match_…

android android-support-library android-menu android-design-library android-navigationview
Android support v7 can't find ActionBarActivity

I've used all the manuals available and finally i was managed to add the v7 support to my android version 2.3 …

android android-activity android-support-library android-actionbaractivity