Skip to content

Instantly share code, notes, and snippets.

@kfaraj
Created December 23, 2019 12:08
Show Gist options
  • Save kfaraj/5dead7bb3b329aa29dddb87765fe574e to your computer and use it in GitHub Desktop.
Save kfaraj/5dead7bb3b329aa29dddb87765fe574e to your computer and use it in GitHub Desktop.
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorAccent">@color/accent</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment