From 2fb397e4a31d14880ed2524f898ae67a0d664c06 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期二, 17 十二月 2024 11:24:29 +0800
Subject: [PATCH] 1.在地图中心显示中心点。 2.优化地图覆盖物显示,使显示的图标正对坐标。 3.优化地图覆盖物文字居中显示。

---
 app/src/main/res/layout/activity_change_pass_word.xml |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/app/src/main/res/layout/activity_change_pass_word.xml b/app/src/main/res/layout/activity_change_pass_word.xml
index cbd933c..517952b 100644
--- a/app/src/main/res/layout/activity_change_pass_word.xml
+++ b/app/src/main/res/layout/activity_change_pass_word.xml
@@ -6,12 +6,10 @@
     android:background="@color/bg_color"
     android:orientation="vertical">
 
-    <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" />
+
 
 
     <EditText
@@ -25,9 +23,12 @@
 
     <TextView
         android:layout_width="match_parent"
-        android:layout_height="wrap_content"
+        android:layout_height="40dp"
+        android:gravity="bottom"
+        android:paddingLeft="20dp"
+        android:paddingBottom="3dp"
         android:textColor="@color/grey"
-
+        android:text="瀵嗙爜涓�6-12浣嶆暟瀛楁垨瀛楁瘝"
         />
 
     <EditText
@@ -51,17 +52,14 @@
     <TextView
         android:layout_width="match_parent"
         android:layout_height="@dimen/item_height"
-        android:background="@drawable/ic_blue_background"
-        android:gravity="center"
-        android:layout_marginRight="40dp"
         android:layout_marginLeft="40dp"
         android:layout_marginTop="100dp"
+        android:layout_marginRight="40dp"
+        android:background="@drawable/ic_blue_background"
+        android:gravity="center"
         android:text="淇�   鏀�"
         android:textColor="@color/white"
         android:textSize="@dimen/common_btn_text_size" />
-
-
-
 
 
 </LinearLayout>
\ No newline at end of file

--
Gitblit v1.8.0