Skip to content

Instantly share code, notes, and snippets.

@pedromassango
Created May 11, 2018 06:26
Show Gist options
  • Save pedromassango/0f127a293556507f98d707e404e0a1a6 to your computer and use it in GitHub Desktop.
Save pedromassango/0f127a293556507f98d707e404e0a1a6 to your computer and use it in GitHub Desktop.
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
<!-- 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