The App Compat Support Library package contains several libraries that can be included in your application.
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 illegalargumentexceptionI'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-designI 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-toolbarWhen I use drawables from the AppCompat library for my Toolbar menu items the tinting works as expected. Like this: &…
android toolbar android-appcompat tintI'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-appcompatI 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-designI 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-cardviewSo, 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-lollipopI am new to Android and am trying to run my first program. However, based on my searches across the …
android xml android-support-library r.java-file android-appcompatI 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