Top "Android-support-library" questions

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

DexIndexOverflowException issue after updating to latest appcompat and support library

I'm using the below settings through gradle: compileSdkVersion 21 ANDROID_BUILD_MIN_SDK_VERSION=14 ANDROID_BUILD_TARGET_SDK_VERSION=21 ANDROID_BUILD_…

android gradle android-5.0-lollipop android-support-library build.gradle
Android vector drawable app:srcCompat not showing images

I'm using support library to show vector images on android kitkat. When I test my app on emulater I don't …

android android-support-library
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
Custom TextSize of BottomNavigationView support android

I am trying to change the textSize of BottomNavigationView from android support library 25.0.0 <android.support.design.widget.BottomNavigationView android:…

android android-support-library androiddesignsupport
Android Support Repo 46.0.0 with Android Studio 2.3

I updated today my support repository to 46.0.0 as the Android Studio notification popped up. I go the error below : Error:…

android android-studio android-support-library
"Field can be converted to a local variable" message appearing when setting Android ActionBar colour

After setting the colour of the Action Bar, actionBarColor in private String actionBarColor = "#B36305"; gets highlighted yellow and a warning …

java android android-actionbar android-support-library android-appcompat
How to set support library snackbar text color to something other than android:textColor?

So I've started using the new Snackbar in the Design Support Library, but I found that when you define "android:…

android android-support-library android-design-library android-snackbar snackbar
How do I make DrawerLayout to display below the Toolbar?

How to make the drawer layout be below the actionbar/toolbar? I'm using v7:21 app compat library with the new …

android navigation-drawer android-support-library toolbar drawerlayout
No ActionBar in PreferenceActivity after upgrade to Support Library v21

After I upgraded to the Support Library v21 my ActionBar in my PreferenceActivity is gone. Did I miss some attributes …

android android-support-library preferenceactivity android-5.0-lollipop
How to add Action Bar from support library into PreferenceActivity?

Action Bar compatibility has been added into support library, revision 18. It now has ActionBarActivity class for creating activities with Action …

android android-actionbar preferenceactivity android-support-library