Top "Android-support-library" questions

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

How to create a card toolbar using appcompat v7

I want to create a toolbar like the following image as proposed in the material design guidelines: I can achieve …

android material-design android-support-library android-appcompat android-cardview
Set SearchView clear button color

I am creating a searchview in the toolbar using onCreateOptionsMenu, but can't get the clear X button to initially be …

android android-support-library searchview
DrawableCompat setTint not working on API 19

I am using the DrawableCompat for tinting drawable as below, tinting doesn't seem to be working on API 19. I am …

android android-support-library android-drawable
CardView goes on top of FrameLayout, but declared first

I have simple FrameLayout with support CardView as first item, and TextView as second, so TextView must be on top …

android xml android-5.0-lollipop android-support-library android-cardview
How do I create custom preferences using android.support.v7.preference library?

I want to support at least api 10, I want to be able to style my preferences nicely, I want to …

android android-support-library android-appcompat android-preferences
Android: How do I keep DrawerLayout from passing touch events to the underlying view

I am using the Support library's DrawerLayout in my app. I noticed that, when I click on an empty area …

android android-support-library drawerlayout
Difference between an AppCompat view and a normal Android view

What is the difference between an AppCompat view component and a standard/default view component? For example, the difference between …

android android-view android-support-library android-appcompat
Change Locale not work after migrate to Androidx

I have an old project that supports multi-languages. I want to upgrade support library and target platform, Before migrating to …

android android-activity android-support-library androidx
How can I enable javadoc for the Android support library?

When using the Android support library for compatibility and try to view the javadoc for, say, FragmentTransaction, I get the …

android javadoc android-support-library