From cece79bf75a9b672b33b772acffca209eecfc8f2 Mon Sep 17 00:00:00 2001
From: zuoxiao <lf_zuo@163.com>
Date: 星期四, 26 六月 2025 08:27:25 +0800
Subject: [PATCH] refactor(generallibrary):优化补卡界面布局和样式- 调整了卡片信息展示区域的样式,包括背景色、文字颜色等 - 优化了输入区域的布局结构,减小了控件间距和尺寸- 更新了确认补卡按钮的样式 - 统一了文字大小和颜色,提高了可读性

---
 henanlibrary/src/main/res/layout/activity_parameter_hn.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/henanlibrary/src/main/res/layout/activity_parameter_hn.xml b/henanlibrary/src/main/res/layout/activity_parameter_hn.xml
index 0c42b6d..c4d9d2e 100644
--- a/henanlibrary/src/main/res/layout/activity_parameter_hn.xml
+++ b/henanlibrary/src/main/res/layout/activity_parameter_hn.xml
@@ -21,7 +21,7 @@
         android:text="IP璁剧疆"
         android:padding="5dp"
         android:layout_marginLeft="20dp"
-        android:textColor="@color/text_selecter"
+        android:textColor="@color/text_selecter_color"
         android:textSize="@dimen/text_size" />
 
     <TextView
@@ -32,7 +32,7 @@
         android:layout_marginTop="20dp"
         android:padding="5dp"
         android:text="鍩熷悕鍗¤缃�"
-        android:textColor="@color/text_selecter"
+        android:textColor="@color/text_selecter_color"
         android:textSize="@dimen/text_size" />
 
     <TextView
@@ -43,7 +43,7 @@
         android:layout_marginTop="20dp"
         android:padding="5dp"
         android:text="姘存车鍔熺巼鍗¤缃�"
-        android:textColor="@color/text_selecter"
+        android:textColor="@color/text_selecter_color"
         android:textSize="@dimen/text_size" />
 
 
@@ -55,7 +55,7 @@
         android:layout_marginTop="20dp"
         android:padding="5dp"
         android:text="鐢甸噺鍗曚环璁剧疆"
-        android:textColor="@color/text_selecter"
+        android:textColor="@color/text_selecter_color"
         android:textSize="@dimen/text_size" />
 
     <TextView
@@ -66,7 +66,7 @@
         android:layout_marginTop="20dp"
         android:padding="5dp"
         android:text="鍗℃爣璇嗙爜璁剧疆"
-        android:textColor="@color/text_selecter"
+        android:textColor="@color/text_selecter_color"
         android:textSize="@dimen/text_size" />
 
 </LinearLayout>
\ No newline at end of file

--
Gitblit v1.8.0