From a6fdb620fa48f6c78f066d8e01b69d2570d3baa7 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期三, 22 十一月 2023 17:43:45 +0800 Subject: [PATCH] 修改初始密码 首页添加联网状态 调整联网loding动画 --- app/src/main/res/layout/activity_home.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/activity_home.xml b/app/src/main/res/layout/activity_home.xml index 4eeafd8..a9e2199 100644 --- a/app/src/main/res/layout/activity_home.xml +++ b/app/src/main/res/layout/activity_home.xml @@ -82,4 +82,17 @@ android:textSize="@dimen/home_text_size" /> </LinearLayout> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="match_parent" + android:gravity="bottom|center_horizontal"> + + <TextView + android:id="@+id/socketState" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginBottom="20dp" + android:text="宸茶繛鎺ユ暟鎹腑蹇�" /> + </LinearLayout> + </LinearLayout> \ No newline at end of file -- Gitblit v1.8.0