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 | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/layout/fragment_my.xml b/app/src/main/res/layout/fragment_my.xml index ab21108..4637efb 100644 --- a/app/src/main/res/layout/fragment_my.xml +++ b/app/src/main/res/layout/fragment_my.xml @@ -6,19 +6,15 @@ android:layout_height="match_parent" android:background="@color/bg_color"> - <com.dayu.pipirrapp.view.TitleBar + + <include android:id="@+id/title" - android:layout_width="match_parent" - android:layout_height="45dp" - android:layout_alignParentTop="true" - - app:centerText="涓汉涓績" /> - + layout="@layout/top_title" /> <View android:layout_width="match_parent" - android:layout_height="200dp" + android:layout_height="150dp" android:layout_below="@+id/title" android:background="@color/title_color" /> @@ -26,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" @@ -136,6 +132,7 @@ android:layout_marginTop="1dp"> <TextView + android:id="@+id/changePS" android:layout_width="match_parent" android:layout_height="@dimen/item_height" -- Gitblit v1.8.0