浏览代码

[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,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>

正在加载...
取消
保存