Top "Android-appcompat" questions

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

The application icon does not show on action bar

I followed up the instructions of building a new android project and I got a runnable one except a problem …

android android-actionbar icons android-appcompat material-design
Widget.AppCompat.Button colorButtonNormal shows gray

I have values:styles.xml with: <style name="AppTheme.Button" parent="Base.Widget.AppCompat.Button"> <item name="…

android android-appcompat
CoordinatorLayout using the ViewPager's RecyclerView

I am using the view CoordinatorLayout from android.support.design. I want to attach the app:layout_behavior to the …

android android-appcompat android-recyclerview android-design-library android-coordinatorlayout
How to implement the Material-design Elevation for Pre-lollipop

Google has shown some nice ways that elevation effect are shown on Lollipop here. android:elevation="2dp" for buttons, android:…

android material-design android-appcompat android-elevation
Android v21 Theme.Appcompat color accent is ignored, no padding on dialogs

I'm using ActionBarActivity from the Android 5 SDK and here is my theme.xml for v21 <style name="AppTheme_Light" …

android android-5.0-lollipop material-design android-support-library android-appcompat
Set OnClick Listener on Action Bar Title in Android

I am working on android application where I am using ActionBar so there one is navigation drawer icon to open …

android android-actionbar android-appcompat android-actionbar-compat android-actionbaractivity
AppCompatActivity.onCreate can only be called from within the same library group

After upgrading to appcompat 25.1.0 I've started getting wired errors. In my code: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(…

android android-lint android-appcompat
Embedding ads within Recyclerview

I am trying to upgrade my app from listview to recyclerview. When I was using listview I had embedded ads …

android listview android-recyclerview admob android-appcompat
Using a Material-based Dialog Theme with AppCompat

I have an activity in my Manifest I used to style with a Dialog Theme. I can not find how …

android themes android-appcompat material-design material-theme
Appcompat v21 Toolbar elevation pre-lollipop

First off, I know that this question has been asked before, but it hasn't been answered before. I hope someone …

android toolbar shadow android-5.0-lollipop android-appcompat