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_home_hn.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/henanlibrary/src/main/res/layout/activity_home_hn.xml b/henanlibrary/src/main/res/layout/activity_home_hn.xml index 9f99a4c..e82a6d2 100644 --- a/henanlibrary/src/main/res/layout/activity_home_hn.xml +++ b/henanlibrary/src/main/res/layout/activity_home_hn.xml @@ -26,7 +26,7 @@ android:layout_weight="1" android:gravity="center" android:text="鏂板崱寮�鎴�" - android:textColor="@color/text_selecter" + android:textColor="@color/text_selecter_color" android:textSize="@dimen/home_text_size" /> <TextView @@ -36,7 +36,7 @@ android:layout_weight="1" android:gravity="center" android:text="鍏呭��" - android:textColor="@color/text_selecter" + android:textColor="@color/text_selecter_color" android:textSize="@dimen/home_text_size" /> <TextView @@ -46,7 +46,7 @@ android:layout_weight="1" android:gravity="center" android:text="璇诲彇鍗$墖" - android:textColor="@color/text_selecter" + android:textColor="@color/text_selecter_color" android:textSize="@dimen/home_text_size" /> </LinearLayout> @@ -64,7 +64,7 @@ android:layout_weight="1" android:gravity="center" android:text="绠$悊绯荤粺" - android:textColor="@color/text_selecter" + android:textColor="@color/text_selecter_color" android:textSize="@dimen/home_text_size" /> <TextView @@ -74,7 +74,7 @@ android:layout_weight="1" android:gravity="center" android:text="鍙傛暟璁剧疆" - android:textColor="@color/text_selecter" + android:textColor="@color/text_selecter_color" android:textSize="@dimen/home_text_size" /> <TextView @@ -84,7 +84,7 @@ android:layout_weight="1" android:gravity="center" android:text="涓汉涓績" - android:textColor="@color/text_selecter" + android:textColor="@color/text_selecter_color" android:textSize="@dimen/home_text_size" /> </LinearLayout> -- Gitblit v1.8.0