From 55b196ea2e28a8d859c85326f2147a4f7b7196de Mon Sep 17 00:00:00 2001
From: zuojincheng <lf_zuo@163.com>
Date: 星期四, 10 四月 2025 10:58:32 +0800
Subject: [PATCH] feat(general): 新增开卡信息保存功能并优化界面布局- 新增 CardRegistrationBean 数据模型用于保存开卡信息 - 在数据库中添加 card_registration 表用于存储开卡记录 - 优化 NewCard2Activity 界面布局,调整样式和间距 - 添加协程支持,实现异步保存开卡信息到数据库 - 更新颜色配置,统一使用新加的 base_blue_bg 和 base_green_bg颜色
---
qiheonlinelibrary/src/main/res/layout/activity_manager_read_qhl.xml | 26 +++-----------------------
1 files changed, 3 insertions(+), 23 deletions(-)
diff --git a/qiheonlinelibrary/src/main/res/layout/activity_manager_read_qhl.xml b/qiheonlinelibrary/src/main/res/layout/activity_manager_read_qhl.xml
index 8f0be95..f463916 100644
--- a/qiheonlinelibrary/src/main/res/layout/activity_manager_read_qhl.xml
+++ b/qiheonlinelibrary/src/main/res/layout/activity_manager_read_qhl.xml
@@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_title_height"
android:background="@color/title_bar_bg"
- app:centerText="鍒朵綔绠$悊鍗�"
+ app:centerText="璇诲彇绠$悊鍗�"
app:leftImage="@mipmap/icon_back" />
<ScrollView
@@ -170,31 +170,11 @@
android:layout_marginLeft="20dp"
android:layout_marginTop="40dp"
android:layout_marginRight="20dp"
- android:text="绗竴姝ワ細鍒峰崱鍒朵綔绠$悊鍗�"
+ android:gravity="center"
+ android:text="璇峰湪鎺у埗鍣ㄥ埛鍗″悗鍦ㄦ鍒峰崱"
android:textColor="@color/red"
android:textSize="19sp" />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/titleBar"
- android:layout_marginLeft="20dp"
- android:layout_marginTop="10dp"
- android:layout_marginRight="20dp"
- android:text="绗簩姝ワ細鍦ㄦ帶鍒跺櫒绔埛鍗�"
- android:textColor="@color/red"
- android:textSize="19sp" />
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/titleBar"
- android:layout_marginLeft="20dp"
- android:layout_marginTop="10dp"
- android:layout_marginRight="20dp"
- android:text="绗笁姝ワ細鐐瑰嚮涓嬩竴姝ユ寜閽浆鎹负鐢ㄦ埛鍗�"
- android:textColor="@color/red"
- android:textSize="19sp" />
<ImageView
android:layout_width="match_parent"
--
Gitblit v1.8.0