Top "Android-appcompat" questions

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

Why does Eclipse automatically add appcompat v7 library support whenever I create a new project?

Why does Eclipse automatically add appcompat v7 library support whenever I create a new project? I am creating a simple …

android eclipse android-appcompat
Error inflating class android.support.v7.widget.Toolbar?

I am trying to get Material Design for my App by following this method. Whenever I run the App it …

android android-appcompat material-design
No resource found that matches the given name: attr 'android:keyboardNavigationCluster'. when updating to Support Library 26.0.0

I've got this issue while updating to the latest Support Library version 26.0.0 (https://developer.android.com/topic/libraries/support-library/revisions.…

android android-gradle-plugin android-support-library android-appcompat
Change Toolbar color in Appcompat 21

I am testing out the new Appcompat 21 Material Design features. Therefore I've created a Toolbar like this: <android.support.…

android android-actionbar android-appcompat android-actionbar-compat android-toolbar
Creating a SearchView that looks like the material design guidelines

I'm currently in the process of learning how to convert my app to Material design and I'm a bit stuck …

android toolbar android-appcompat searchview material-design
How to use and style new AlertDialog from appCompat 22.1 and above

I am trying to migrate from default android AlertDialog to the new one included in appCompat-22.1 So far I understand …

android android-support-library android-alertdialog android-appcompat
How to add button tint programmatically

In the new AppCompat library, we can tint the button this way: <Button android:layout_width="match_parent" android:…

android android-appcompat
Remove title in Toolbar in appcompat-v7

The documentation of Toolbar says If an app uses a logo image it should strongly consider omitting a title and …

android android-actionbar android-appcompat android-toolbar
Error in styles_base.xml file - android app - No resource found that matches the given name 'android:Widget.Material.ActionButton'

Ok, so im a beginner in android development and I just created the hello world app. But it's giving me …

android android-appcompat
Toolbar navigation icon never set

I'm trying the new Toolbar component and having some trouble with the navigation icon. I want to implement a custom …

android material-design android-toolbar android-appcompat android-actionbar-compat