diff --git a/OCH/common/common/src/main/res/drawable-nodpi/taxi_orvermap_road_trajectory.png b/OCH/common/common/src/main/res/drawable-nodpi/taxi_orvermap_road_trajectory.png new file mode 100644 index 0000000000..97d6b8470a Binary files /dev/null and b/OCH/common/common/src/main/res/drawable-nodpi/taxi_orvermap_road_trajectory.png differ diff --git a/OCH/common/common/src/main/res/drawable-nodpi/taxi_overmap_endpoint.png b/OCH/common/common/src/main/res/drawable-nodpi/taxi_overmap_endpoint.png new file mode 100644 index 0000000000..61527f37c1 Binary files /dev/null and b/OCH/common/common/src/main/res/drawable-nodpi/taxi_overmap_endpoint.png differ diff --git a/OCH/common/common/src/main/res/drawable-nodpi/taxi_overmap_road_range.png b/OCH/common/common/src/main/res/drawable-nodpi/taxi_overmap_road_range.png new file mode 100644 index 0000000000..a6b03d50c6 Binary files /dev/null and b/OCH/common/common/src/main/res/drawable-nodpi/taxi_overmap_road_range.png differ diff --git a/OCH/common/common/src/main/res/layout/common_overmap_view.xml b/OCH/common/common/src/main/res/layout/common_overmap_view.xml index 6f3c61a8a3..027a130ef7 100644 --- a/OCH/common/common/src/main/res/layout/common_overmap_view.xml +++ b/OCH/common/common/src/main/res/layout/common_overmap_view.xml @@ -10,19 +10,19 @@ android:id="@+id/travelRealityView" android:layout_width="match_parent" android:layout_height="match_parent" - app:arrivedDrawable="@drawable/taxt_u_p_overmap_arrived" - app:bottomPadding="160" + app:roadRangeDrawable="@drawable/taxi_overmap_road_range" + app:roadTrajectoryDrawable="@drawable/taxi_orvermap_road_trajectory" + app:globalPathColor="@color/common_39BA90" app:carDrawable="@drawable/taxt_u_p_map_car" app:compassDrawable="@drawable/taxt_u_p_map_car_light" - app:endPointDrawable="@drawable/taxt_u_p_map_view_dir_end" - app:leftPadding="800" + app:endPointDrawable="@drawable/taxi_overmap_endpoint" app:mapStyleExtraPath="over_view_style_extra.data" app:mapStylePath="over_view_style.data" app:resetDrawable="@null" - app:rightPadding="160" - app:startPointDrawable="@drawable/taxt_u_p_map_view_dir_start" - app:topPadding="160" - app:unArrivedDrawable="@drawable/taxt_u_p_overmap_arriving" /> + app:leftPadding="0" + app:topPadding="0" + app:rightPadding="0" + app:bottomPadding="160" /> #3B4577 #232A3F + #39BA90 \ No newline at end of file