From 8231d2af7893e221d90c71bd5dec4cf3f2f1f0ce Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期四, 30 十一月 2023 19:07:59 +0800
Subject: [PATCH] 2023年11月30日19:07:47

---
 app/src/main/res/values/themes.xml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 765e997..a9d29bd 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -11,6 +11,7 @@
         <item name="colorOnSecondary">@color/black</item>
         <!-- Status bar color. -->
         <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
+
         <!-- Customize your theme here. -->
     </style>
 
@@ -29,7 +30,7 @@
         <item name="fullscreenTextColor">@color/light_blue_A200</item>
     </style>
 
-    <style name="Custom_AlertDialog">
+    <style name="Custom_Dialog">
         <!--鑳屾櫙棰滆壊鍙婂拰閫忔槑绋嬪害-->
         <item name="android:windowBackground">@android:color/transparent</item>
         <!--鏄惁鍘婚櫎鏍囬 鎸嘾ialog寮规鏍囬-->
@@ -50,4 +51,8 @@
         <!--        <item name="android:windowBackground">@drawable/dia_bg</item>:璁剧疆dialog鐨勮儗鏅�-->
     </style>
 
+    <style name="DCloudMPHostActivityTheme" parent="@style/Theme.AppCompat">
+        <item name="android:windowAnimationStyle">@style/uniMPHostWindowAnimation</item>
+    </style>
+
 </resources>
\ No newline at end of file

--
Gitblit v1.8.0