Skip to content

Instantly share code, notes, and snippets.

@lbenevento
Last active September 6, 2021 09:55
Show Gist options
  • Save lbenevento/96a23f93b21ba4ecb41e0ace9ceea0fb to your computer and use it in GitHub Desktop.
Save lbenevento/96a23f93b21ba4ecb41e0ace9ceea0fb to your computer and use it in GitHub Desktop.
Code to make the StatusBar transparent in Android using theme.xml.
<!-- Status bar color. -->
<item name="android:statusBarColor">@android:color/transparent</item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment