From 71ac5ea208fb15da401b980fe788d03ed0f086b1 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期三, 04 十二月 2024 09:56:14 +0800 Subject: [PATCH] 1.添加退出登录时判断是否开启巡检,开启巡检不可退出登录。 2.添加异常退出后恢复巡检记录的功能。 3.添加统一的提示Dialog --- app/src/main/res/layout/fragment_my.xml | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_my.xml b/app/src/main/res/layout/fragment_my.xml index 25baa94..731f974 100644 --- a/app/src/main/res/layout/fragment_my.xml +++ b/app/src/main/res/layout/fragment_my.xml @@ -7,9 +7,16 @@ android:background="@color/bg_color"> - <include + + <TextView android:id="@+id/title" - layout="@layout/top_title" /> + android:layout_width="match_parent" + android:background="@color/title_color" + android:textSize="@dimen/title_center_text_size" + android:gravity="center" + android:text="鎴戠殑" + android:textColor="@color/white" + android:layout_height="@dimen/title_height"/> <View -- Gitblit v1.8.0