From 1ffa3cb19f95855d44fbc9485f4eb3286b12e359 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期三, 22 十一月 2023 12:43:17 +0800
Subject: [PATCH] 修改提示方式 修改充值流程

---
 app/src/main/res/layout/activity_admin_setup.xml |   58 ++++++++++++++++++----------------------------------------
 1 files changed, 18 insertions(+), 40 deletions(-)

diff --git a/app/src/main/res/layout/activity_admin_setup.xml b/app/src/main/res/layout/activity_admin_setup.xml
index 4bc09db..44fa307 100644
--- a/app/src/main/res/layout/activity_admin_setup.xml
+++ b/app/src/main/res/layout/activity_admin_setup.xml
@@ -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