From d5bdd2c0f893b8f5a2d686deba59ea49a24c6c18 Mon Sep 17 00:00:00 2001 From: wujifei Date: Mon, 26 Apr 2021 14:49:45 +0800 Subject: [PATCH] =?UTF-8?q?fix#=E3=80=90#594=E3=80=91=20=E3=80=90=E5=BF=85?= =?UTF-8?q?=E7=8E=B0=E3=80=91=E7=99=BD=E5=A4=A9=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=EF=BC=8C=E5=8F=91=E5=B8=83=E6=95=85=E9=9A=9C=E6=B1=82=E5=8A=A9?= =?UTF-8?q?=EF=BC=8C=E8=BF=9B=E5=85=A5=E9=B9=B0=E7=9C=BC=E7=9C=8B=E4=B8=8D?= =?UTF-8?q?=E6=B8=85=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/window_carforhelp_detail.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mogo-module-v2x/src/main/res/layout/window_carforhelp_detail.xml b/modules/mogo-module-v2x/src/main/res/layout/window_carforhelp_detail.xml index 270f3d8d66..5207ad83c3 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/window_carforhelp_detail.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/window_carforhelp_detail.xml @@ -33,7 +33,7 @@ android:paddingLeft="@dimen/dp_40" android:paddingRight="@dimen/dp_40" android:text="正在为您发起求助" - android:textColor="@color/v2x_white" + android:textColor="@color/v2x_white_color" android:textSize="@dimen/dp_32" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toEndOf="@+id/iv_event"