ソースを参照

[RN] Use a translucent status bar on Android

j8
Saúl Ibarra Corretgé 8年前
コミット
1a04e5a9af
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      android/app/src/main/res/values/styles.xml

+ 1
- 0
android/app/src/main/res/values/styles.xml ファイルの表示

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>

読み込み中…
キャンセル
保存