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_my.xml | 34 ++++++++++++++++++++-------------- 1 files changed, 20 insertions(+), 14 deletions(-) diff --git a/app/src/main/res/layout/activity_my.xml b/app/src/main/res/layout/activity_my.xml index cb444b9..3e5c97c 100644 --- a/app/src/main/res/layout/activity_my.xml +++ b/app/src/main/res/layout/activity_my.xml @@ -56,7 +56,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="绠$悊鍛橈細" + android:text="鍦板潃淇℃伅锛�" android:textSize="@dimen/text_size" /> <TextView @@ -68,13 +68,12 @@ </LinearLayout> - <RelativeLayout android:layout_width="match_parent" - android:visibility="visible" android:layout_height="wrap_content" - android:layout_marginTop="15dp"> + android:layout_marginTop="15dp" + android:visibility="visible"> <TextView android:id="@+id/my_newCardList_ll" @@ -118,29 +117,36 @@ </RelativeLayout> + <TextView + android:id="@+id/sys_ip" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="15dp" + android:text="IP璁剧疆" + android:textSize="@dimen/text_size" /> - <TextView - android:id="@+id/sys_ip" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_marginTop="15dp" - android:text="IP璁剧疆" - android:textSize="@dimen/text_size" /> - + <TextView + android:id="@+id/card_replacement" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="15dp" + android:text="鐢ㄦ埛琛ュ崱" + android:textSize="@dimen/text_size" /> <TextView - android:layout_marginTop="15dp" android:id="@+id/my_psw" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginTop="15dp" android:text="瀵嗙爜璁剧疆" android:textSize="@dimen/text_size" /> + <TextView - android:layout_marginTop="15dp" android:id="@+id/my_testConnect" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginTop="15dp" android:text="鏈繛鎺ユ暟鎹腑蹇�" android:textSize="@dimen/text_size" /> </LinearLayout> -- Gitblit v1.8.0