From b32d01116df52645cbfb799195c3a493379c9681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Wed, 12 Aug 2020 13:54:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E5=88=97=E8=A1=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/layout/item_v2x_scennario_history_other_help.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history_other_help.xml b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history_other_help.xml index 5f194d1383..b0e638cd58 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history_other_help.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history_other_help.xml @@ -69,7 +69,7 @@ android:layout_marginStart="@dimen/dp_10" android:layout_marginEnd="@dimen/dp_30" android:textColor="@android:color/white" - android:textSize="@dimen/dp_34" + android:textSize="@dimen/dp_33" android:textStyle="bold" app:layout_constraintEnd_toStartOf="@+id/tvFaultHelpDistance" app:layout_constraintStart_toEndOf="@id/ivFaultHelpHead" @@ -82,11 +82,12 @@ android:id="@+id/tvFaultHelpEventTime" android:layout_width="0dp" android:layout_height="wrap_content" + android:layout_marginTop="@dimen/dp_5" android:layout_marginEnd="@dimen/dp_30" android:layout_marginBottom="@dimen/dp_24" android:alpha="0.59" android:textColor="@android:color/white" - android:textSize="@dimen/dp_30" + android:textSize="@dimen/dp_29" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@+id/tvFaultHelpDistance" app:layout_constraintStart_toStartOf="@id/tvFaultHelpName"