From 7f55711fd88ff5dc67bbd386fbecc7bd50bd98c2 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 06 三月 2025 14:44:04 +0800
Subject: [PATCH] feat(generallibrary): 新增制卡管理功能
---
 baselibrary/src/main/res/layout/text_dialog.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/baselibrary/src/main/res/layout/text_dialog.xml b/baselibrary/src/main/res/layout/text_dialog.xml
index a3caf38..4b4b1cb 100644
--- a/baselibrary/src/main/res/layout/text_dialog.xml
+++ b/baselibrary/src/main/res/layout/text_dialog.xml
@@ -2,7 +2,7 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:background="#00ffffff"
+    android:background="#40000000"
     android:gravity="center"
     android:orientation="vertical">
 
--
Gitblit v1.8.0