From 4230457ee9edca6af738ec3f832ed0f49d0d99c3 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期三, 04 十二月 2024 18:10:30 +0800 Subject: [PATCH] 1.下载地图瓦片判断是否有网。 2.没有上传成功的巡检坐标有网时重新上传。 3.添加网络判断的工具类 --- 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