From a8751388c9a86ae95714a15279994d8aa426a26d Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 13 六月 2025 14:59:02 +0800
Subject: [PATCH] feat(generallibrary): 优化充值功能并添加水价获取- 在 activity_recharge_detail.xml 中移除了不必要的 bold 样式- 在 EditText 中添加了金额输入限制(数字和小数点)- 在 BaseApplication 中添加了水价信息存储 - 在 MainActivity 中实现了延时获取水价的功能- 优化了 RechargeDetailActivity 中的水价检查和使用逻辑 - 在 README.md 中添加了金额格式化和水价获取的最佳实践指南
---
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