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_my.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/fragment_my.xml b/app/src/main/res/layout/fragment_my.xml
index 4b443bb..4637efb 100644
--- a/app/src/main/res/layout/fragment_my.xml
+++ b/app/src/main/res/layout/fragment_my.xml
@@ -14,7 +14,7 @@
     <View
 
         android:layout_width="match_parent"
-        android:layout_height="200dp"
+        android:layout_height="150dp"
         android:layout_below="@+id/title"
         android:background="@color/title_color" />
 
@@ -22,7 +22,7 @@
     <RelativeLayout
         android:id="@+id/headRL_top"
         android:layout_width="match_parent"
-        android:layout_height="190dp"
+        android:layout_height="150dp"
         android:layout_below="@+id/title"
         android:layout_marginLeft="25dp"
         android:layout_marginTop="25dp"

--
Gitblit v1.8.0