Skip to content

Instantly share code, notes, and snippets.

@ataulm
Last active April 24, 2020 08:07
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/cec6b7582e19da2e698c7be1cff50568 to your computer and use it in GitHub Desktop.
Save ataulm/cec6b7582e19da2e698c7be1cff50568 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Platform.V23.Theme.Monzo" parent="Platform.V21.Theme.Monzo">
<!-- Attributes which are only available from API 23 -->
</style>
<style name="Platform.Theme.Monzo" parent="Platform.V23.Theme.Monzo" />
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Platform.V21.Theme.Monzo" parent="Theme.MaterialComponents.Light.NoActionBar" />
<style name="Platform.Theme.Monzo" parent="Platform.V21.Theme.Monzo" />
<!-- ... -->
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment