From 5edfd12deb166302708857515a833d1471a0f208 Mon Sep 17 00:00:00 2001
From: zuoxiao <lf_zuo@163.com>
Date: 星期三, 25 六月 2025 16:15:23 +0800
Subject: [PATCH] feat(database): 增加管理卡相关功能并优化数据库结构- 新增 ManagerCardBean 数据类用于管理卡信息 - 在 AppDataBase 中添加 ManagerCardDao 接口 - 实现管理卡的数据库迁移策略 - 优化支付方式 ID 类型,从 Long改为 String - 重构更新写卡和上报状态的逻辑,支持管理卡和用户卡
---
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