From a2697c11c343d9df4e92b805f1e1be3f69c0fedd Mon Sep 17 00:00:00 2001 From: aibingbing Date: Tue, 26 Mar 2024 14:19:38 +0800 Subject: [PATCH] =?UTF-8?q?[v630]=20refactor:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B9=98=E5=AE=A2=E5=B1=8F=E6=B6=88=E6=81=AF=E7=9B=92=E5=AD=90?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=20V2N=E7=B1=BB=E5=9E=8B=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E8=83=8C=E6=99=AF=E9=80=8F=E6=98=8E=E5=BA=A6=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/item_passenger_msg_box_v2x.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/item_passenger_msg_box_v2x.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/item_passenger_msg_box_v2x.xml index c7a32e19de..f128be2927 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/item_passenger_msg_box_v2x.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/item_passenger_msg_box_v2x.xml @@ -4,7 +4,7 @@ android:layout_width="@dimen/dp_600" android:layout_height="@dimen/dp_138" xmlns:app="http://schemas.android.com/apk/res-auto" - android:background="#B3F5FAFF" + android:background="#BFF5FAFF" app:roundLayoutRadius="24dp" android:layout_marginTop="16dp" android:layout_marginBottom="16dp"