Created
June 16, 2016 19:26
-
-
Save smetlov/c3e2a821da64c70b565284bb13c6a3e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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