Top "Android-appcompat" questions

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

"Back button" using getSupportActionbar and appcompat v7 toolbar

I'm using the new toolbar from the Appcompat V7 library and I'm making an application with navigation drawer and with …

android android-appcompat android-toolbar
Use Tab with new ToolBar (AppCompat v7-21)

I was using SupportActionBar with tabs and a custom ActionBar theme (created with http://jgilfelt.github.io/android-actionbarstylegenerator/), that show …

android tabs android-support-library android-appcompat android-actionbar-compat
Make ImageView fit width of CardView

I have a CardView with rounded corners, I want to have an ImageView at the top like shown in the …

android imageview android-appcompat android-cardview
error: failed linking references. -> QueuedJob

I was studying the Android Material Design using Kotlin and everything was going fine until I tried to use the …

android kotlin android-gradle-plugin android-appcompat floating-action-button
java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/os/BuildCompat

I have updated the AppCompat libraries to 24.2.1 and the SDK to Android 7 in my Eclipse install. Since that, I'm not …

android android-appcompat
can't resolve AppCompatActivity

After renaming application package name, Android Studio displayed this error can't resolve symbol AppCompatActivity Things I tried: Clean project Clean …

android android-studio appcompatactivity android-appcompat
Cannot resolve symbol 'Theme' in styles.xml (Android Studio)

Since today, Android Studio can't find the AppCompat themes in styles.xml, but for example AppCompatActivity in code does get …

android android-studio gradle android-appcompat android-styles
Android Material Design Datepicker with AppCompat

I'm trying to add the new Android 5.0 Material Design Datepicker to my pre 5.0 application using AppCompat. I've added compile "com.…

android datepicker android-appcompat material-design
Status bar turns white and does not show content behind it

I am trying out AppCompat on Marshmallow. And I want to have a transparent status bar however it turns white. …

android android-support-library android-appcompat androiddesignsupport android-6.0-marshmallow
appcompat_v7: Error retrieving parent for item: No resource found that matches the given name

I am trying to build the Android project that uses appcompat_v7 library. For that, I created my project through …

android coding-style android-theme android-styles android-appcompat