From 45e69852f43abe0f79967786ada3c7cf887b5b48 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 24 九月 2024 10:53:14 +0800 Subject: [PATCH] 从服务端获取取水口坐标并显示在地图上 --- app/src/main/res/layout/fragment_map.xml | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/fragment_map.xml b/app/src/main/res/layout/fragment_map.xml index 5e3491b..6bb6bf0 100644 --- a/app/src/main/res/layout/fragment_map.xml +++ b/app/src/main/res/layout/fragment_map.xml @@ -3,11 +3,14 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - <com.github.lzyzsd.jsbridge.BridgeWebView - android:id="@+id/webView" - android:layout_width="match_parent" - android:layout_height="match_parent" /> - +<!-- <com.github.lzyzsd.jsbridge.BridgeWebView--> +<!-- android:id="@+id/webView"--> +<!-- android:layout_width="match_parent"--> +<!-- android:layout_height="match_parent" />--> + <WebView + android:id="@+id/webView" + android:layout_width="match_parent" + android:layout_height="match_parent" /> <TextView android:id="@+id/flyBtn" -- Gitblit v1.8.0