From 954eaed548efb75b3dc79343587acb79e53d214d Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 23 八月 2024 17:19:59 +0800 Subject: [PATCH] 优化写卡逻辑,再次读取内容确认写卡成功再提示成功 --- qiheonlinelibrary/src/main/res/layout/activity_manager_read_qhl.xml | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 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 513ae23..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 @@ -167,11 +167,13 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/titleBar" + android:layout_marginLeft="20dp" android:layout_marginTop="40dp" + android:layout_marginRight="20dp" android:gravity="center" - android:text="璇峰皢鐢ㄦ埛鏂板崱璐村湪璁惧涓婅繘琛岃鍗�" + android:text="璇峰湪鎺у埗鍣ㄥ埛鍗″悗鍦ㄦ鍒峰崱" android:textColor="@color/red" - android:textSize="@dimen/big_text_size" /> + android:textSize="19sp" /> <ImageView @@ -193,4 +195,14 @@ app:indicatorColor="@color/title_bg" app:indicatorName="BallClipRotatePulseIndicator" /> + <TextView + android:id="@+id/manager_next" + android:layout_width="match_parent" + android:layout_height="50dp" + android:layout_alignParentBottom="true" + android:background="@color/title_bg" + android:gravity="center" + android:text="涓嬩竴姝�" + android:textColor="#000000" + android:textSize="@dimen/new_card_size" /> </RelativeLayout> \ No newline at end of file -- Gitblit v1.8.0