Skip to content

Instantly share code, notes, and snippets.

@HugoMatilla
Last active October 21, 2020 15:33
Show Gist options
  • Save HugoMatilla/8e6923ac3b9a42a01fa4e01d6a117cda to your computer and use it in GitHub Desktop.
Save HugoMatilla/8e6923ac3b9a42a01fa4e01d6a117cda to your computer and use it in GitHub Desktop.
<style name="Theme.MyApp" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="textAppearanceBody1">@style/TextAppearance.MyApp.Body1</item>
<item name="bottomNavigationStyle">@style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface</item>
...
</style>
<style name="Theme.MyApp.Default" parent="Theme.MyApp">
<item name="colorPrimary">@color/brandPink</item>
...
</style>
<style name="Theme.MyApp.Alternative" parent="Theme.MyApp">
<item name="colorPrimary">@color/brandVioletPremium</item>
...
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment