From 7cab8df10ba2161abed4fa8c0df0668bda4166ed Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期二, 26 三月 2024 17:00:34 +0800
Subject: [PATCH] 设置中安身份证识别的参数

---
 app/src/main/res/layout/activity_red_card.xml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 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..cf603f9 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>

--
Gitblit v1.8.0