From 9d57ea9c1ca983a8990dfb3791165c6bae28f483 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 09 五月 2024 16:48:50 +0800
Subject: [PATCH] 1.修复河南版本不能自动连接服务器的bug 2.添加重新选择版本的功能

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

diff --git a/henanlibrary/src/main/res/layout/activity_my_hn.xml b/henanlibrary/src/main/res/layout/activity_my_hn.xml
index 9491b96..8d6c624 100644
--- a/henanlibrary/src/main/res/layout/activity_my_hn.xml
+++ b/henanlibrary/src/main/res/layout/activity_my_hn.xml
@@ -35,12 +35,14 @@
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:text="璁惧搴忓垪鍙凤細"
+                    android:textColor="@color/picker_text_color"
                     android:textSize="@dimen/text_size" />
 
                 <TextView
                     android:id="@+id/my_villageNum"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
+                    android:textColor="@color/picker_text_color"
                     android:textSize="@dimen/text_size" />
 
             </LinearLayout>
@@ -121,8 +123,6 @@
                     android:textSize="@dimen/text_size" />
 
             </RelativeLayout>
-
-
 
 
             <TextView

--
Gitblit v1.8.0