Top "Android-appcompat" questions

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

Android vectorDrawables.useSupportLibrary = true is stopping app

If I use vectorDrawables.useSupportLibrary = true in gradle then run the app it stopped unfortunately. If I remove vectorDrawables.useSupportLibrary = …

android android-support-library android-appcompat android-vectordrawable
NoClassDefFoundError: android.support.v7.internal.view.menu.MenuBuilder

There is an issue with the Android appcompat v7 library on Samsung devices running Android 4.2. I keep getting crashes with …

java android eclipse android-appcompat
How do I set the disabled color of a button with AppCompat?

I use this style to change the background color of my Button: <style name="AccentButton" parent="Widget.AppCompat.Button.…

android android-appcompat android-button
How animate Burger to Arrow with Appcompat v7 21, Toolbar and DrawerLayout

I am using the android.support.v7.widget.Toolbar with a android.support.v4.widget.DrawerLayout. It works fine, the …

android toolbar android-appcompat drawerlayout drawertoggle
"Field can be converted to a local variable" message appearing when setting Android ActionBar colour

After setting the colour of the Action Bar, actionBarColor in private String actionBarColor = "#B36305"; gets highlighted yellow and a warning …

java android android-actionbar android-support-library android-appcompat
AppCompat Toolbar: Change Overflow Icon Color in ActionMode

With the AppCompat Toolbar, I want to be able to change the color of the overflow menu icon on ActionMode …

android overflow toolbar android-appcompat actionmode
Android spinner with underline appcompat

I am using a appcompat theme for my application. Need to know how i can show underline to spinner. It …

android spinner android-appcompat underline
Transparent status bar not working with windowTranslucentNavigation="false"

I am developing an Activity where I need to make the navigation bar opaque, and the status bar transparent on …

android android-layout android-appcompat android-styles
Material Design: Nav Drawer Width

According to the Material Design specs the Nav Drawer's width on mobile devices must be side nav width = screen width …

android android-appcompat material-design