Browse Source

[RN] Use a translucent status bar on Android

master
Saúl Ibarra Corretgé 7 years ago
parent
commit
1a04e5a9af
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      android/app/src/main/res/values/styles.xml

+ 1
- 0
android/app/src/main/res/values/styles.xml View File

@@ -3,6 +3,7 @@
3 3
     <!-- Base application theme. -->
4 4
     <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
5 5
         <!-- Customize your theme here. -->
6
+        <item name="android:windowTranslucentStatus">true</item>
6 7
     </style>
7 8
 
8 9
 </resources>

Loading…
Cancel
Save