Skip to content

Instantly share code, notes, and snippets.

@bjorncoltof
Created April 14, 2014 15:40
Show Gist options
  • Select an option

  • Save bjorncoltof/10659358 to your computer and use it in GitHub Desktop.

Select an option

Save bjorncoltof/10659358 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- the theme applied to the application or activity -->
<style name="AppTheme"
parent="@style/Theme.AppCompat.Light">
<item name="android:actionBarStyle">@style/AppActionBar</item>
<!-- Support library compatibility -->
<item name="actionBarStyle">@style/AppActionBar</item>
</style>
<!-- ActionBar styles -->
<style name="AppActionBar"
parent="@style/Widget.AppCompat.Light.ActionBar.Solid.Inverse">
<item name="android:background">@color/actionbar_background</item>
<!-- Support library compatibility -->
<item name="background">@color/actionbar_background</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment