Top "Android-appcompat" questions

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

Add appcompat v7-22 to Android studio project

Hi i want to use appcompatv7-22 in my app for that i use this gradle settings android { compileSdkVersion 22 buildToolsVersion "22.0.0" …

android android-appcompat android-sdk-manager
After setting up android-support-v7-appcompat R.java is missing

I am trying to change my Eclipse project to make it backward compatible to Android 2.1. I followed the instructions to …

android android-support-library r.java-file android-appcompat
When is indeterminate progressbar coming to Android Support Library

My applications UI is built using the Android Support Library, but there is currently no AppCompat version of the (intederminate) …

android material-design android-support-library android-appcompat android-progressbar
Android Selector Drawable with VectorDrawables srcCompat

I'm facing a problem with the new backward compatibility with VectorDrawables. In the Support Library 23.2 was a new feature for …

android vector android-support-library android-appcompat android-vectordrawable
AppCompat_v7 Toolbar as actionbar not showing 'always' actions from menu, but API Toolbar does

After 2 days of struggling with the new API 21 Toolbar and appCompat_v7, I think I found a bug on it. …

android android-layout android-appcompat
AppCompat ToolBar popupTheme not used in the ShareAction MenuItem

Context Using the AppCompat v7 21.0.0 / 21.0.2 / 21.0.3 Problem The popupTheme of the ToolBar is not applied to the ShareAction Style on the …

android styles themes android-appcompat android-toolbar
How to remove Title Bar from Activity extending ActionBarActivity or AppcompatActivity with Dialog Theme

I had to extend my Activity with theme Theme.AppCompat.Light.Dialog from ActionBarActivity before and now from AppcompatActivity, because …

android title appcompatactivity android-appcompat
Android Toolbar moves up when keyboard appears

I'm creating a chat based UI screen where I have toolbar and recyclerview for chat messages, and reply msg layout. …

android android-linearlayout android-toolbar android-recyclerview android-appcompat
Searchview doesn't work since app compat

Since I implented app compat my searchview doesn't work anymore: Process: com.laurenswuyts.witpa, PID: 26666 java.lang.NullPointerException: Attempt to …

java android search menu android-appcompat
android toolbar popupTheme vs theme

Often I see this declaration of Toolbar in layout files: <android.support.v7.widget.Toolbar xmlns:android="http://schemas.…

android android-support-library android-appcompat android-toolbar