From fc6048b630901058ccd90529e32e031e612b8384 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 21 十一月 2023 14:32:03 +0800 Subject: [PATCH] 补卡相关 --- app/src/main/res/layout/activity_my.xml | 32 +++++++++++++++++++------------- 1 files changed, 19 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout/activity_my.xml b/app/src/main/res/layout/activity_my.xml index cb444b9..5763811 100644 --- a/app/src/main/res/layout/activity_my.xml +++ b/app/src/main/res/layout/activity_my.xml @@ -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