From 71b55d80fc3a680dda054fd216527e8b7e84d9c1 Mon Sep 17 00:00:00 2001 From: liujing Date: Tue, 14 Jun 2022 11:56:08 +0800 Subject: [PATCH] =?UTF-8?q?bus=E4=B9=98=E5=AE=A2=E5=B1=8F=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC180=E6=94=B9=E4=B8=BA0=C2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/hmi_steering_wheel_bus.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_steering_wheel_bus.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_steering_wheel_bus.xml index f242b87074..3ca69fddfc 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_steering_wheel_bus.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_steering_wheel_bus.xml @@ -51,7 +51,7 @@ android:layout_marginTop="@dimen/dp_72" android:layout_marginRight="-16px" android:gravity="right" - android:text="180°" + android:text="0°" android:textColor="#415479" android:textSize="@dimen/dp_38" android:visibility="invisible" @@ -65,7 +65,7 @@ android:layout_marginLeft="-16px" android:layout_marginTop="@dimen/dp_72" android:gravity="left" - android:text="180°" + android:text="0°" android:textColor="#415479" android:textSize="@dimen/dp_38" app:layout_constraintLeft_toRightOf="@+id/steering_circular"