Skip to content

Instantly share code, notes, and snippets.

@ataulm
Created April 27, 2020 10:10
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/cfd1d8f55488ff7a96eb16164641110f to your computer and use it in GitHub Desktop.
Save ataulm/cfd1d8f55488ff7a96eb16164641110f 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">
<!-- Controls whether status bar icons are light/dark - `minSdkVersion 23`-->
<item name="android:windowLightStatusBar">?attr/preferDarkStatusBarIcons</item>
<!-- Available on `21`, but we'll only set them alongside the above to avoid hard-to-read icons -->
<item name="android:statusBarColor">?attr/preferredStatusBarColor</item>
</style>
<style name="Platform.Theme.Monzo" parent="Platform.V23.Theme.Monzo" />
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment