From 99240be56f0fe4b0cda451b33681bce339220b82 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期六, 11 五月 2024 14:46:09 +0800
Subject: [PATCH] Merge branch 'test' into develop_new
---
app/src/main/res/values/themes.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index f0138bd..e7da647 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -45,6 +45,7 @@
<item name="android:windowIsFloating">false</item>
<!--鏄剧ず閫氱煡鏍�-->
<item name="android:windowActionBar">false</item>
+<!-- <item name="android:windowFullscreen">true</item>-->
<!-- <item name="android:windowIsTranslucent">false</item>:鏄惁鍗婇�忔槑-->
<!-- <item name="android:windowNoTitle">true</item>:鏄惁鏄剧ずtitle-->
@@ -57,7 +58,7 @@
</style>
- <style name="DCloudMPHostActivityTheme" parent="@style/Theme.AppCompat">
+ <style name="DCloudMPHostActivityTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowAnimationStyle">@style/uniMPHostWindowAnimation</item>
</style>
--
Gitblit v1.8.0