From a9c1231be4e3c1c5bd5e9fc61489d55363090407 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期一, 04 三月 2024 15:26:22 +0800
Subject: [PATCH] 齐河项目相关修改

---
 app/src/main/res/layout/activity_admin_setup.xml |   60 +++++++++++++++++++-----------------------------------------
 1 files changed, 19 insertions(+), 41 deletions(-)

diff --git a/app/src/main/res/layout/activity_admin_setup.xml b/app/src/main/res/layout/activity_admin_setup.xml
index 42e6538..44fa307 100644
--- a/app/src/main/res/layout/activity_admin_setup.xml
+++ b/app/src/main/res/layout/activity_admin_setup.xml
@@ -35,7 +35,7 @@
                     android:text="璁惧搴忓垪鍙凤細"
                     android:textSize="@dimen/new_card_size" />
 
-                <EditText
+                <TextView
                     android:id="@+id/admin_serial"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
@@ -45,48 +45,8 @@
 
 
             </LinearLayout>
-            <LinearLayout
-                style="@style/newCardLL"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content">
-
-                <TextView
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:text="绠$悊鍛樺悕绉帮細"
-                    android:textSize="@dimen/new_card_size" />
-
-                <EditText
-                    android:id="@+id/admin_name"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:maxLength="5"
-                    android:textSize="@dimen/new_card_size" />
 
 
-            </LinearLayout>
-
-            <LinearLayout
-                style="@style/newCardLL"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content">
-
-                <TextView
-                    android:layout_width="wrap_content"
-                    android:layout_height="wrap_content"
-                    android:text="鐢佃瘽锛�"
-                    android:textSize="@dimen/new_card_size" />
-
-                <EditText
-                    android:id="@+id/admin_phone"
-                    android:layout_width="match_parent"
-                    android:layout_height="wrap_content"
-                    android:inputType="number"
-                    android:maxLength="11"
-                    android:textSize="@dimen/new_card_size" />
-
-
-            </LinearLayout>
 
             <LinearLayout
                 android:id="@+id/chose_address"
@@ -109,6 +69,24 @@
                     android:textSize="@dimen/new_card_size" />
             </LinearLayout>
 
+            <LinearLayout
+                android:id="@+id/chose_address_code"
+                style="@style/newCardLL"
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content">
+
+                <TextView
+                    android:layout_width="wrap_content"
+                    android:layout_height="wrap_content"
+                    android:text="鍦板潃缂栫爜锛�"
+                    android:textSize="@dimen/new_card_size" />
+
+                <TextView
+                    android:id="@+id/admin_address_code"
+                    android:layout_width="match_parent"
+                    android:layout_height="wrap_content"
+                    android:textSize="@dimen/new_card_size" />
+            </LinearLayout>
 
         </LinearLayout>
 

--
Gitblit v1.8.0