Skip to content

Instantly share code, notes, and snippets.

@kikogassen
Last active August 11, 2020 16: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 kikogassen/4b57db7139034ea2e85ea798eb88d248 to your computer and use it in GitHub Desktop.
Save kikogassen/4b57db7139034ea2e85ea798eb88d248 to your computer and use it in GitHub Desktop.
<style name="defaultStyle" parent="windowProperties">
<item name="colorPrimary">#4CD964</item>
</style>
<style name="windowProperties" parent="Theme.MaterialComponents.Light">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowActivityTransitions">true</item>
<item name="android:colorControlNormal">#606060</item>
<item name="android:colorControlActivated">#606060</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment