Skip to content

Instantly share code, notes, and snippets.

@Ochornma
Created August 15, 2020 18:06
Show Gist options
  • Select an option

  • Save Ochornma/fb9a4d8dd12ab3ce648d9ae49930b187 to your computer and use it in GitHub Desktop.

Select an option

Save Ochornma/fb9a4d8dd12ab3ce648d9ae49930b187 to your computer and use it in GitHub Desktop.
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="colorOnPrimary">#000000</item>
<item name="colorOnSecondary">#000000</item>
<item name="colorError">@color/colorAccent</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment