Last active
January 25, 2020 16:58
-
-
Save ShwetaChauhan18/cc3c72342c174b10d8bc40f779306fb8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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