From ae6fff187b368385f8142a98da6067897201d544 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 29 四月 2024 15:47:22 +0800 Subject: [PATCH] 1.修改架构将河南版本提取成library 2.修复密码修改的bug 3.添加登录页选择模块功能 --- qihealonelibrary/src/main/res/layout/activity_home.xml | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/qihealonelibrary/src/main/res/layout/activity_home.xml b/qihealonelibrary/src/main/res/layout/activity_home.xml index a3e5a9b..3517f7d 100644 --- a/qihealonelibrary/src/main/res/layout/activity_home.xml +++ b/qihealonelibrary/src/main/res/layout/activity_home.xml @@ -10,7 +10,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/dimen_title_height" android:background="@color/title_bar_bg" - app:centerText="棣栭〉" /> + app:centerText="榻愭渤鍗曟満鐗堥椤�" /> <LinearLayout android:layout_width="match_parent" @@ -88,17 +88,6 @@ 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