From f9e7fa82f23e8c62835df5acf6ab089be33755ce Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期三, 14 八月 2024 12:41:10 +0800
Subject: [PATCH] 2024年08月14日12:41:08

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

diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 765e997..56f7b19 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -17,6 +17,7 @@
     <style name="Theme.PhotovoltaicDebug.NoActionBar">
         <item name="windowActionBar">false</item>
         <item name="windowNoTitle">true</item>
+
     </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寮规鏍囬-->
@@ -44,10 +45,20 @@
         <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-->
         <!--        <item name="android:windowBackground">@drawable/dia_bg</item>:璁剧疆dialog鐨勮儗鏅�-->
     </style>
 
+    <style name="Custom_List_Dialog" parent="Custom_Dialog">
+        <!--鑳屾櫙閫忔槑搴� 鎸囩晫闈㈤�忔槑搴�-->
+
+    </style>
+
+    <style name="DCloudMPHostActivityTheme" parent="Theme.AppCompat.Light.NoActionBar">
+        <item name="android:windowAnimationStyle">@style/uniMPHostWindowAnimation</item>
+    </style>
+
 </resources>
\ No newline at end of file

--
Gitblit v1.8.0