From e2bdc246386e840db48e26c31f9727da21df34d7 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Wed, 5 Jul 2023 21:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B5=B7=E7=BB=88=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/taxi_p_overmap_fragment.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_overmap_fragment.xml b/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_overmap_fragment.xml index c4ddac6349..725167d00c 100644 --- a/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_overmap_fragment.xml +++ b/OCH/mogo-och-taxi-passenger/src/main/res/layout/taxi_p_overmap_fragment.xml @@ -8,6 +8,8 @@ android:id="@+id/overMapView" android:layout_width="match_parent" android:layout_height="match_parent" + app:startPointDrawable="@drawable/taxi_p_map_view_dir_start" + app:endPointDrawable="@drawable/taxi_p_map_view_dir_end" app:mapStyleExtraPath="map_style_extra.data" app:mapStylePath="map_style.data" /> \ No newline at end of file