From ec6193939600ca7930193b1d5942b1700baf9e06 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 21 二月 2025 09:20:15 +0800 Subject: [PATCH] 1.巡检记录列表页的实现 2.巡检记录地图展示路径的详情页。 3.处理巡检记录详情页因打开同一个网址导致的webView不显示问题。 4.实现地图页搜索后的地图跳转功能。 5.巡检记录详情页数据加载的优化,默认加载本地数据,当本地没有数据时从服务端获取数据。 --- app/src/main/res/layout/item_issue.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/item_issue.xml b/app/src/main/res/layout/item_issue.xml index 3bfda52..9fa0bce 100644 --- a/app/src/main/res/layout/item_issue.xml +++ b/app/src/main/res/layout/item_issue.xml @@ -80,7 +80,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="涓婃姤鍐呭锛�" - android:textColor="@color/manage_item_text" + android:textColor="@color/item_name_text_color" android:textSize="@dimen/manage_item_text_size" /> <TextView @@ -108,7 +108,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="涓婃姤鏃堕棿锛�" - android:textColor="@color/manage_item_text" + android:textColor="@color/item_name_text_color" android:textSize="@dimen/manage_item_text_size" /> <TextView @@ -137,7 +137,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:text="鍥炲鍐呭锛�" - android:textColor="@color/manage_item_text" + android:textColor="@color/item_name_text_color" android:textSize="@dimen/manage_item_text_size" /> <TextView @@ -167,7 +167,7 @@ android:layout_height="wrap_content" android:gravity="center_vertical" android:text="鍥炲鏃堕棿锛�" - android:textColor="@color/manage_item_text" + android:textColor="@color/item_name_text_color" android:textSize="@dimen/manage_item_text_size" /> <TextView -- Gitblit v1.8.0