Top "Android-appcompat" questions

The App Compat Support Library package contains several libraries that can be included in your application.

Upgraded to AppCompat v22.1.0 and now getting IllegalArgumentException: AppCompat does not support the current theme features

I've just upgraded my app to use the newly released v22.1.0 AppCompat and I'm now getting the following exception when …

android android-appcompat illegalargumentexception
Change ActionBar title text color using Light.DarkActionBar theme in AppCompat 21

I'm using the v7 appcompat 21 library to use the new Material styles on pre-Lollipop devices. My styles.xml looks like …

android android-actionbar android-appcompat android-actionbar-compat material-design
Toolbar and Contextual ActionBar with AppCompat-v7

I am working on using the newly added Toolbar that was introduced in Lollipop and the AppCompat-v7 library. I followed …

android android-5.0-lollipop android-appcompat android-toolbar
MenuItem tinting on AppCompat Toolbar

When I use drawables from the AppCompat library for my Toolbar menu items the tinting works as expected. Like this: &…

android toolbar android-appcompat tint
How can I modify ripple color when using ?attr/selectableItemBackground as background?

I've seen some SO questions and they gave some possible methods to achieve what I want. For example: Use colorControlHighlight …

android android-layout android-5.0-lollipop material-design android-appcompat
InflateException with FloatingActionButton from Official Design Library

I am getting a bug using the official FloatingActionButton from Google's support design library. Here is my LogCat. android.view.…

android android-appcompat inflate-exception floating-action-button android-support-design
how to set colored border on cardview

I am implementing card view but I can't find any border option to set a border on it. here is …

android material-design android-appcompat android-cardview
Android Lollipop, AppCompat ActionBar custom view doesn't take up whole screen width

So, I just updated my codebase to Lollipop, and I'm having issues with the Action Bar. I'm using AppCompat and …

android android-actionbar android-appcompat android-5.0-lollipop
Flinging with RecyclerView + AppBarLayout

I am using the new CoordinatorLayout with AppBarLayout and CollapsingToolbarLayout. Below AppBarLayout, I have a RecyclerView with a list of …

android android-layout android-design-library android-appcompat