From 073e5d5103870246fe33029e5f6d36536a1bb76c Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期五, 30 六月 2023 10:33:05 +0800
Subject: [PATCH] 2023年06月30日10:33:03
---
app/src/main/res/values/themes.xml | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 0d121ed..d3b65b6 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -19,6 +19,7 @@
<item name="windowNoTitle">true</item>
</style>
+
<style name="Theme.PhotovoltaicDebug.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="Theme.PhotovoltaicDebug.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
@@ -27,4 +28,26 @@
<item name="fullscreenBackgroundColor">@color/light_blue_600</item>
<item name="fullscreenTextColor">@color/light_blue_A200</item>
</style>
+
+ <style name="Custom_Dialog">
+ <!--鑳屾櫙棰滆壊鍙婂拰閫忔槑绋嬪害-->
+ <item name="android:windowBackground">@android:color/transparent</item>
+ <!--鏄惁鍘婚櫎鏍囬 鎸嘾ialog寮规鏍囬-->
+ <item name="android:windowNoTitle">true</item>
+ <!--鏄惁鍘婚櫎杈规 -->
+ <item name="android:windowFrame">@null</item>
+ <!--鏄惁妯$硦-->
+ <item name="android:backgroundDimEnabled">true</item>
+ <!--鑳屾櫙閫忔槑搴� 鎸囩晫闈㈤�忔槑搴�-->
+ <item name="android:backgroundDimAmount">0.6</item>
+ <!--鏄惁娴幇鍦╝ctivity涔嬩笂-->
+ <item name="android:windowIsFloating">false</item>
+ <!--鏄剧ず閫氱煡鏍�-->
+ <item name="android:windowActionBar">false</item>
+
+ <!-- <item name="android:windowIsTranslucent">false</item>:鏄惁鍗婇�忔槑-->
+ <!-- <item name="android:windowNoTitle">true</item>:鏄惁鏄剧ずtitle-->
+ <!-- <item name="android:windowBackground">@drawable/dia_bg</item>:璁剧疆dialog鐨勮儗鏅�-->
+ </style>
+
</resources>
\ No newline at end of file
--
Gitblit v1.8.0