Skip to content

Instantly share code, notes, and snippets.

@ataulm
Created May 6, 2020 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ataulm/b7ed0c1d474d3999e5c608b00de51a3c to your computer and use it in GitHub Desktop.
Save ataulm/b7ed0c1d474d3999e5c608b00de51a3c to your computer and use it in GitHub Desktop.
<style name="Theme.Monzo.Light" parent="Base.Theme.Monzo">
<item name="checkboxStyle">@style/Widget.Monzo.CompoundButton.CheckBox.OnLight</item>
<!-- ... -->
</style>
<style name="Theme.Monzo.Dark" parent="Base.Theme.Monzo">
<item name="checkboxStyle">@style/Widget.Monzo.CompoundButton.CheckBox.OnDark</item>
<!-- ... -->
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment