From 773b9953ad645b39a9efa8ab6d71dfc9d9e4e22e Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期四, 24 十月 2024 11:51:57 +0800
Subject: [PATCH] 补全了所有日志

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

diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 15fa0e9..56f7b19 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -11,13 +11,13 @@
         <item name="colorOnSecondary">@color/black</item>
         <!-- Status bar color. -->
         <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
-
         <!-- Customize your theme here. -->
     </style>
 
     <style name="Theme.PhotovoltaicDebug.NoActionBar">
         <item name="windowActionBar">false</item>
         <item name="windowNoTitle">true</item>
+
     </style>
 
 
@@ -45,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