New posts in android-appcompat

getActionBar() returns Null (AppCompat-v7 21)

You need to use a Theme.AppCompat theme (or descendant) with this activity. Change to Theme.AppCompat causes other error

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

How to implement the Material-design Elevation for Pre-lollipop

How to set ImageButton property of app:srcCompat="@drawable/pic" programmatically?

How to properly use backwards compatible Vector Drawable with the latest Android Support Library?

InflateException with FloatingActionButton from Official Design Library

Change Toolbar color in Appcompat 21

android toolbar popupTheme vs theme

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

Setting Elevation in XML on AppCompat CardView on Android 5.0

MenuItem tinting on AppCompat Toolbar

Status bar turns white and does not show content behind it

How do I set a different theme for a Spinner's dropdown?

Error inflating class android.support.v7.widget.Toolbar?

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

Toolbar navigation icon never set

CardView Corner Radius

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

AppCompatActivity.onCreate can only be called from within the same library group