Skip to content

Instantly share code, notes, and snippets.

@thedoapps
Created December 4, 2014 00:29
Show Gist options
  • Save thedoapps/649ae240039b479a4391 to your computer and use it in GitHub Desktop.
Save thedoapps/649ae240039b479a4391 to your computer and use it in GitHub Desktop.
Custom Action Bar - v21
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="android:Theme.Material.Light">
<item name="android:colorPrimary">@color/red_forte</item>
<item name="android:colorPrimaryDark">@color/red_light</item>
<item name="android:textColorPrimary">@color/white</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment