From 636c4bb04e4fcd723766b82732990cdb4ae4ea2e Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期四, 22 二月 2024 15:48:23 +0800
Subject: [PATCH] 删除掉本地库
---
app/src/main/res/values/themes.xml | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 765e997..f887031 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寮规鏍囬-->
@@ -44,10 +45,21 @@
<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">
+ <!--鑳屾櫙閫忔槑搴� 鎸囩晫闈㈤�忔槑搴�-->
+ <item name="android:backgroundDimAmount">0</item>
+
+ </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