From d58bc0e2057f58342f490f5605eda3b80dc0ca29 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期三, 27 三月 2024 11:47:21 +0800 Subject: [PATCH] 添加中安身份证识别相关功能 优化贴卡提示 优化二次确认的按钮样式 添加超时时不在主线程的处理 --- app/src/main/res/layout/activity_red_card.xml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_red_card.xml b/app/src/main/res/layout/activity_red_card.xml index 07f0256..c5f78cb 100644 --- a/app/src/main/res/layout/activity_red_card.xml +++ b/app/src/main/res/layout/activity_red_card.xml @@ -88,7 +88,13 @@ android:layout_marginTop="15dp" android:text="鍗$姸鎬侊細" android:textSize="@dimen/text_size" /> - + <TextView + android:id="@+id/red_addressCode" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="15dp" + android:text="鍦板潃缂栫爜锛�" + android:textSize="@dimen/text_size" /> </LinearLayout> </ScrollView> @@ -143,7 +149,7 @@ android:layout_below="@id/titleBar" android:layout_marginTop="20dp" android:gravity="center" - android:text="璇峰皢鍗¤创鍦ㄨ澶囦笂杩涜璇诲崱" + android:text="璇峰皢鍗¤创鍦ㄨ澶囬《閮ㄨ繘琛岃鍗�" android:textSize="@dimen/text_size" /> -- Gitblit v1.8.0