Skip to content

Instantly share code, notes, and snippets.

@anaselhajjaji
Created March 27, 2017 20:59
Show Gist options
  • Save anaselhajjaji/d4fe94d3ccebcd3421aedbdda82a9878 to your computer and use it in GitHub Desktop.
Save anaselhajjaji/d4fe94d3ccebcd3421aedbdda82a9878 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<resources>
<style name="AppTheme" parent="@style/Theme.AppCompat.Light.NoActionBar">
<item name="android:colorPrimary">@color/primary</item>
<item name="android:colorPrimaryDark">@color/primary_dark</item>
<item name="android:colorAccent">@color/accent</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment