From e7061f54dda9a81f2852a9d6a5518f790d483f3f Mon Sep 17 00:00:00 2001 From: liujing Date: Fri, 20 Nov 2020 14:21:12 +0800 Subject: [PATCH] =?UTF-8?q?1.disttance=20=E9=97=B4=E8=B7=9D=202.=E6=89=93?= =?UTF-8?q?=E7=94=B5=E8=AF=9D=E6=8C=89=E9=92=AE=E5=85=88=E9=9A=90=E8=97=8F?= =?UTF-8?q?,=E9=81=BF=E5=85=8D=E5=87=BA=E7=8E=B0=E9=97=AA=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/item_v2x_scennario_history_other_help.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 59251e78da..8d055540e7 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 @@ -97,7 +97,7 @@ android:id="@+id/tvFaultHelpDistance" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_marginLeft="@dimen/dp_33" + android:layout_marginStart="@dimen/dp_33" android:layout_marginTop="@dimen/dp_5" android:layout_marginEnd="@dimen/dp_30" android:textColor="@color/v2x_FFF_333" @@ -113,6 +113,7 @@ android:layout_height="@dimen/module_v2x_event_button_size" android:layout_marginEnd="@dimen/dp_40" android:src="@drawable/selector_call_btn" + android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/ivFaultHelpEventNavi" app:layout_constraintTop_toTopOf="parent" />