Sfoglia il codice sorgente

[RN] Use a translucent status bar on Android

master
Saúl Ibarra Corretgé 8 anni fa
parent
commit
1a04e5a9af
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      android/app/src/main/res/values/styles.xml

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

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

Loading…
Annulla
Salva