zhipeng 8 месяцев назад
Родитель
Сommit
a2f414df45
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      native/engine/android/app/src/main/res/values/themes.xml

+ 8 - 0
native/engine/android/app/src/main/res/values/themes.xml

@@ -0,0 +1,8 @@
+<resources>
+    <!-- Base application theme. -->
+    <style name="Theme.Game" parent="Theme.MaterialComponents.Light.NoActionBar">
+        <!-- Status bar color. -->
+        <item name="android:statusBarColor">@android:color/transparent</item>
+        <!-- Customize your theme here. -->
+    </style>
+</resources>