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"