Top "Android-support-library" questions

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

Error when using any Android Design Support Library Elements

Error inflating anything from the design support library xml <android.support.design.widget.FloatingActionButton android:layout_width="wrap_content" …

android android-support-library android-design-library
PreferenceFragmentCompat requires preferenceTheme to be set

With the new PreferenceFragmentCompat from the v7 Preference Support Library: http://developer.android.com/tools/support-library/features.html#v7-preference, …

android android-fragments android-support-library preferencefragment preference-v7
EditText added is not a TextInputEditText. Please switch to using that class instead

I'm using an EditText inside a TextInputLayout, but after upgrading the support library to 23.2.0, I get this warning in the …

android android-layout android-edittext android-support-library android-textinputlayout
java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState with DialogFragment

I am facing issue with DialogFragment / getSupportFragmentManager / Android version 4.x 01-10 19:46:48.228: E/AndroidRuntime(9879): java.lang.IllegalStateException: Can not perform this …

android illegalstateexception android-dialogfragment android-support-library
How do I change the default height of a BottomSheetDialog?

I've been using the new BottomSheetDialog added in Support Library 23.2, but I want to change the default height of the …

android android-support-library android-support-design
Proguard issue "Warning:Ignoring InnerClasses attribute for an anonymous inner class"

I don't know how I can describe this issue. I searched a lot, but I didn't find any solution. Also …

android proguard android-support-library android-proguard
Set span for items in GridLayoutManager using SpanSizeLookup

I want to implement grid-like layout with section headers. Think of https://github.com/TonicArtos/StickyGridHeaders What I do now: …

android android-support-library android-recyclerview gridlayoutmanager
TabLayout not filling width when tabMode set to 'scrollable'

I have added TabLayout (from support library v22.2.1) to my Fragment as: <android.support.design.widget.TabLayout android:id="@+…

android android-support-library android-tablayout
Cannot install Support repository and sync project in Android Studio

I am trying to use the support libraries of version 25.2.0 so I will be able to use the CameraKit library. …

android android-studio gradle android-support-library build-tools