Top "Android-appcompat" questions

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

Correct way to make a custom material dialog with appCompat 23+

Ok I'm really confused here on how to make a custom dialog properly using the latest appcompat v23.0.1 Here is …

android android-dialogfragment android-dialog android-appcompat
Preference sub-screen not opening when using support.v7.preference

I am trying to implement preferences with sub-screens using AppCompatActivity and support.v7.preference According to the docs, every PreferenceScreen …

android android-appcompat android-preferences
App crashes when extending ActionBarActivity

I have an error catch when I extend ActionBarActivity. If I extend Activity there is no errors. The thing is …

android illegalstateexception android-appcompat android-actionbaractivity
Cannot instantiate class android.support.v7.widget.SearchView

Please somebody help me! I trying add appcompat search view to my project. Unsuccessfully. When I change android.support.v7.…

android android-menu searchview android-appcompat
Expected receiver of type, but got android.support.v7.widget.TintContextWrapper

I have tried a lot to find solution. As Same Question found but It doesn't have answer what I want. …

android android-activity android-appcompat appcompatactivity
You need to use a Theme.AppCompat theme (or descendant) with this activity after adding google-play-services

In application I'm currently developing (it's my first android application) I use android-maven-plugin and maven-android-sdk-deployer. Application had been working great (…

android google-play-services android-appcompat android-maven-plugin
SwitchCompat throwing error

I am trying to use switchcompat in my fragment. The min supported API is 14 and max is 21. I am trying …

android android-appcompat android-switch
Programmatically tint a Support Vector

Android Studio version 2.1, gradle version 2.1.0, please correct me if you spot any misinterpretations :) I am confused about support vectors in …

android android-appcompat android-vectordrawable