Top "Android-appcompat" questions

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

Cannot resolve symbol 'AppCompatActivity'

I've just tried to use Android Studio. I've created blank project and tried to create Activity which extends AppCompatActivity. Unfortunalty …

android android-studio gradle android-support-library android-appcompat
AppCompat v7 r21 returning error in values.xml?

I'm using Android Studio and when I add compile "com.android.support:appcompat-v7:21.0.0" to my Gradle file, I'm getting a …

android android-studio android-appcompat
How do I use DrawerLayout to display over the ActionBar/Toolbar and under the status bar?

I've seen in the new material design Side Nav spec that you can display the drawer over the action bar …

android navigation-drawer android-appcompat
No resource found that matches the given name '@style/Theme.AppCompat.Light'

I have been on this problem for a couple hours. After downloading a repository from github, the only error in …

android android-appcompat
failed to resolve com.android.support:appcompat-v7:22 and com.android.support:recyclerview-v7:21.1.2

I installed ALL Extra and SDK API 21-22 including changed compileSdkVersion 22 to 21 buildToolsVersion '22.0.1' to 21.1.2 but error. And Rendering …

android rendering android-appcompat
Cannot resolve symbol AppCompatActivity - Support v7 libraries aren't recognized?

I'm trying to figure out why the heck my Android studio isn't recognizing the AppCompat v7 library correctly. The import …

android android-support-library android-appcompat android-library
CardView Corner Radius

Is there a way to make CardView only have corner radius at the top? <android.support.v7.widget.CardView …

android android-appcompat android-cardview
Gradle Build Android Project "Could not resolve all dependencies" error

I'm trying to build my first project with Gradle and I think my gradle files and settings are correct. I'm …

android gradle android-support-library build.gradle android-appcompat
show icon in actionbar/toolbar with AppCompat-v7 21

I tried these - but still do not see the icon like before: getSupportActionBar().setLogo(R.drawable.ic_launcher); getSupportActionBar().…

android android-appcompat
How do I style appcompat-v7 Toolbar like Theme.AppCompat.Light.DarkActionBar?

I'm trying to recreate the look of Theme.AppCompat.Light.DarkActionBar with the new support library Toolbar. If I choose …

android android-appcompat android-theme android-toolbar