Skip to content

Instantly share code, notes, and snippets.

@chrisbanes
Last active September 2, 2021 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save chrisbanes/fc31da32e15fb8427343f6b6d72f2c40 to your computer and use it in GitHub Desktop.
Save chrisbanes/fc31da32e15fb8427343f6b6d72f2c40 to your computer and use it in GitHub Desktop.
edge_to_edge_q_theme
<!-- values-v29/themes.xml -->
<style name="Theme.MyApp">
<item name="android:navigationBarColor">
@android:color/transparent
</item>
<!-- Optional, if drawing behind the status bar too -->
<item name="android:statusBarColor">
@android:color/transparent
</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment