From ae0060292d366db3723b5ff45b3a97dbfc0b1018 Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Thu, 8 May 2025 16:07:38 +0800 Subject: [PATCH] =?UTF-8?q?[8.0.0][opt]=E8=B0=83=E6=95=B4=E9=A2=84?= =?UTF-8?q?=E6=B5=8B=E5=92=8CAIP=E7=9A=84UI=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/taxi_p_home.xml | 16 +- .../res/layout/layout_decision_container.xml | 195 +++++++++--------- .../layout/layout_prediction_container.xml | 71 ++++--- 3 files changed, 142 insertions(+), 140 deletions(-) diff --git a/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml b/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml index c9c97017b2..26bc5a6372 100644 --- a/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml +++ b/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml @@ -35,17 +35,21 @@ + app:layout_constraintEnd_toEndOf="parent" + android:background="@drawable/taxi_p_home_middle_top_bg" + android:layout_width="match_parent" + android:layout_height="@dimen/dp_676" /> diff --git a/core/function-impl/mogo-core-function-map/src/main/res/layout/layout_decision_container.xml b/core/function-impl/mogo-core-function-map/src/main/res/layout/layout_decision_container.xml index bcfb42187a..bab05abb53 100644 --- a/core/function-impl/mogo-core-function-map/src/main/res/layout/layout_decision_container.xml +++ b/core/function-impl/mogo-core-function-map/src/main/res/layout/layout_decision_container.xml @@ -6,108 +6,108 @@ android:layout_height="match_parent" tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + app:layout_constraintBottom_toBottomOf="parent" + android:layout_marginStart="@dimen/dp_27" + android:layout_marginBottom="24dp" + app:carPosition="6" + app:isAutoLocation="false" + app:isDisplayAnim="false" + app:isWeatherEnable="false" + app:styleMode="MAP_STYLE_DAY_VR_AIP" + app:vrAngleMode="MAP_STYLE_VR_ANGLE_TOP" /> - + - + - + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + - + + + + + + + + + + + + - + - - - - - - - - - - - - - - + \ No newline at end of file