From 0287b5d20f7d57f5352248175733b99d5a99959b Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 28 八月 2025 17:42:27 +0800
Subject: [PATCH] Merge branch '1.4.4' into dev

---
 countrypicker/src/main/res/values/styles.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/countrypicker/src/main/res/values/styles.xml b/countrypicker/src/main/res/values/styles.xml
index f7a0828..5454661 100644
--- a/countrypicker/src/main/res/values/styles.xml
+++ b/countrypicker/src/main/res/values/styles.xml
@@ -12,6 +12,8 @@
     <style name="video_dialog" parent="@android:style/Theme.Dialog">
         <!-- 鑳屾櫙棰滆壊鍙婂拰閫忔槑绋嬪害 -->
         <item name="android:windowBackground">#00000000</item>
+        <!--鑳屾櫙閫忔槑搴� 鎸囩晫闈㈤�忔槑搴� 0.6-->
+        <item name="android:backgroundDimAmount">0.8</item>
         <!-- 鏄惁鍘婚櫎鏍囬 -->
         <item name="android:windowNoTitle">true</item>
         <!-- 鏄惁鍘婚櫎杈规 -->
@@ -23,4 +25,5 @@
         <item name="android:windowExitAnimation">@anim/dialog_up_out_anim</item>
     </style>
 
+
 </resources>
\ No newline at end of file

--
Gitblit v1.8.0