From b2f2aa54cb9d0618da32e42ebdd610f8ebaac4b3 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期五, 12 十二月 2025 18:26:43 +0800
Subject: [PATCH] 驱动文件路径追加镜像Id

---
 countrypicker/src/main/res/layout/item_country.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/countrypicker/src/main/res/layout/item_country.xml b/countrypicker/src/main/res/layout/item_country.xml
index 3639afb..3ed7fcc 100644
--- a/countrypicker/src/main/res/layout/item_country.xml
+++ b/countrypicker/src/main/res/layout/item_country.xml
@@ -28,7 +28,7 @@
             android:layout_height="wrap_content"
             android:minWidth="320dp"
             android:singleLine="true"
-            android:textColor="#E6FFFFFF"
+            android:textColor="#FFACACAC"
             android:textSize="14sp" />
 
         <Space
@@ -40,7 +40,7 @@
             android:id="@+id/tv_code"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:textColor="#E6FFFFFF"
+            android:textColor="#FFACACAC"
             android:textSize="14sp" />
 
     </LinearLayout>

--
Gitblit v1.8.0