Skip to content

Instantly share code, notes, and snippets.

@smetlov
Created June 16, 2016 19:26
Show Gist options
  • Save smetlov/c3e2a821da64c70b565284bb13c6a3e7 to your computer and use it in GitHub Desktop.
Save smetlov/c3e2a821da64c70b565284bb13c6a3e7 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<resources>
<style name="AppTheme" parent="AppTheme.Base">
</style>
<style name="AppTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primaryDark</item>
<item name="colorAccent">@color/accent</item>
<item name="windowActionModeOverlay">true</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment