Skip to content

Instantly share code, notes, and snippets.

@HugoMatilla
Created October 19, 2020 18:33
Show Gist options
  • Save HugoMatilla/5aa6b1325e67a4b8fb1d3dfc9bad5475 to your computer and use it in GitHub Desktop.
Save HugoMatilla/5aa6b1325e67a4b8fb1d3dfc9bad5475 to your computer and use it in GitHub Desktop.
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment