From 9cffe03d76840520bfbfeaf85933fcb2ed8385b8 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期三, 05 三月 2025 10:19:46 +0800 Subject: [PATCH] feat(generallibrary): 新增主界面和相关功能模块 - 新增 MainActivity 作为主界面,包含三个底部导航栏选项卡- 新增 BSCardFragment、RechargeFragment 和 MyFragment 作为三个选项卡对应的页面 - 新增 NewCardActivity 用于新建卡片 - 新增 AreaCard 类用于处理区域表号卡数据 - 新增 BaseCard 类作为卡片数据的基础类 - 新增 TabAdapter 用于管理选项卡页面 - 更新 AndroidManifest.xml 设置主活动为 MainActivity - 更新 build.gradle 添加 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