Browse Source

新增应用主题文件

zhipeng 8 tháng trước cách đây
mục cha
commit
a2f414df45
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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>