Explorar o código

新增应用主题文件

zhipeng hai 8 meses
pai
achega
a2f414df45
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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>