Top "Android-support-library" questions

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

error: Error: No resource found that matches the given name: attr 'colorAccent'

I'm learning Material Design, in particular I want to customize my app with Material Design also for the older Android …

android android-support-library material-design color-palette
Error:(28, 34) error: package android.support.annotation does not exist

After importing an Eclipse ADT project into Android Studio, I'm seeing these errors: Error:(28, 34) error: package android.support.annotation does …

android android-studio dependencies android-support-library eclipse-adt
The hierarchy of the type activity is inconsistent when extending ActionBarActivity

Hi I've got new v7 support library with appcompat actionbar and when I want to extend from ActionBarActivity as documented …

android android-support-library android-actionbar-compat
Androidx and databinding

I'm migrating my dependencies for an Android P test to the androidx dependencies. For some not very clear reasons my …

android android-support-library android-databinding androidx android-architecture
Data Binding with srcCompat

I'm using the new vector drawable support in Support Lib v23.2 with app:srcCompat & trying to set its drawable …

android android-support-library android-databinding
android.support.v4.app.Fragment: undefined method getChildFragmentManager()

I'm using ActionBarSherlock and ViewPageIndicator and I tried to implement nested fragments, but the method getChildFragmentManager() is undefined in myandroid.…

android android-fragments android-support-library android-nested-fragment
TextInputLayout animation overlaps the text when the text is set programmatically

I am using TextInputLayout with the design support library 22.2.1. I set the value of the EditText programmatically, and when the …

android material-design android-support-library android-textinputlayout android-support-design
Try to Understand the behavior of BottomSheet in android support library 23.2.1

I am trying to implement Bottom sheet in one of my activities and I am kind of confused by the …

android android-support-library bottom-sheet
Recyclerview covered by BottomNavigationView in CoordinatorLayout

I tried Google Support Library BottomNavigationView with a Framelayout for my Fragments . Here are my code <?xml version="1.0" encoding="…

android android-support-library android-coordinatorlayout bottomnavigationview
error: package android.support.v4.view does not exist

I am using lottie library for react native. I just installed it using npm and linked it using react native …

android react-native android-support-library android-appcompat lottie