From af53fe7b785d8148c58aa868fd1de5a2997b7930 Mon Sep 17 00:00:00 2001 From: liujing Date: Tue, 10 May 2022 14:57:02 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E6=96=B9=E5=90=91=E7=9B=98=E9=83=A8?= =?UTF-8?q?=E5=88=86UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/bus_p_base_fragment.xml | 6 +-- .../hmi/ui/widget/TapPositionView.java | 40 +++++++-------- .../bg_steering__wheel_top.xml | 14 +++++ .../res/drawable-xxhdpi/bg_steering_outer.xml | 6 +-- .../res/drawable-xxhdpi/bg_steering_wheel.xml | 4 +- .../main/res/layout/hmi_steering_wheel.xml | 51 ++++++++++--------- 6 files changed, 69 insertions(+), 52 deletions(-) create mode 100644 core/function-impl/mogo-core-function-hmi/src/main/res/drawable-xxhdpi/bg_steering__wheel_top.xml diff --git a/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml b/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml index 557e12642e..c5fc602d48 100644 --- a/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml +++ b/OCH/mogo-och-bus-passenger/src/main/res/layout/bus_p_base_fragment.xml @@ -6,11 +6,10 @@ + + + + + + + \ No newline at end of file diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/drawable-xxhdpi/bg_steering_outer.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/drawable-xxhdpi/bg_steering_outer.xml index f5e1da1a55..fe1a70a3c6 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/drawable-xxhdpi/bg_steering_outer.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/drawable-xxhdpi/bg_steering_outer.xml @@ -2,11 +2,11 @@ - + diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/drawable-xxhdpi/bg_steering_wheel.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/drawable-xxhdpi/bg_steering_wheel.xml index 156cc4f0e0..91101e92bf 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/drawable-xxhdpi/bg_steering_wheel.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/drawable-xxhdpi/bg_steering_wheel.xml @@ -2,8 +2,8 @@ - - + + \ No newline at end of file diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_steering_wheel.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_steering_wheel.xml index a9548ff937..db467e4d44 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_steering_wheel.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_steering_wheel.xml @@ -5,14 +5,26 @@ android:layout_height="wrap_content" android:background="@drawable/bg_steering_wheel"> + + @@ -40,35 +52,25 @@ android:layout_marginTop="@dimen/dp_50" android:gravity="left" android:text="18°" - android:textColor="#415479" - android:textSize="@dimen/dp_26" + android:textColor="#FFFFFFFF" + android:textSize="@dimen/dp_37" app:layout_constraintLeft_toRightOf="@+id/autopilot_iv" app:layout_constraintTop_toTopOf="parent" /> -