From 732e4481b8437719468cddfb4971ee54a4b36625 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 02 四月 2024 09:48:38 +0800 Subject: [PATCH] 修复设备序列号没有设置地址时一直变化的bug --- app/src/main/res/layout/activity_my.xml | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/layout/activity_my.xml b/app/src/main/res/layout/activity_my.xml index 8e4e698..e1fec48 100644 --- a/app/src/main/res/layout/activity_my.xml +++ b/app/src/main/res/layout/activity_my.xml @@ -123,14 +123,7 @@ </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:textColor="@color/text_selecter" - android:textSize="@dimen/text_size" /> + <TextView android:id="@+id/card_replacement" @@ -147,7 +140,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="15dp" - android:text="瀵嗙爜璁剧疆" + android:text="鐧诲綍瀵嗙爜璁剧疆" android:textColor="@color/text_selecter" android:textSize="@dimen/text_size" /> -- Gitblit v1.8.0