From beaf2b5257a455644ea26ed1878d3b623102f1d8 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 08 十二月 2023 10:39:00 +0800
Subject: [PATCH] 中安身份证识别相关代码

---
 app/src/main/res/layout/activity_write_text.xml |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/layout/activity_write_text.xml b/app/src/main/res/layout/activity_write_text.xml
index 9f14327..691da23 100644
--- a/app/src/main/res/layout/activity_write_text.xml
+++ b/app/src/main/res/layout/activity_write_text.xml
@@ -14,11 +14,22 @@
         app:centerText="鍐欏崱"
         app:leftImage="@mipmap/icon_back" />
 
+
+    <TextView
+        android:id="@+id/cardData"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:layout_below="@id/titleBar"
+        android:gravity="center"
+        android:layout_marginTop="20dp"
+        android:textSize="@dimen/text_size" />
+
+
     <TextView
         android:id="@+id/textView"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:layout_below="@id/titleBar"
+        android:layout_below="@id/cardData"
         android:layout_marginTop="20dp"
         android:gravity="center"
         android:text="璇峰皢鍗¤创鍦ㄨ澶囦笂杩涜鍐欏崱"

--
Gitblit v1.8.0