瀏覽代碼

[RN] Use a translucent status bar on Android

master
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>

Loading…
取消
儲存