diff --git a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_event_detail_vr.xml b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_event_detail_vr.xml index d0d64e7d06..2422b732d9 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_event_detail_vr.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_event_detail_vr.xml @@ -42,11 +42,12 @@ android:background="@drawable/bg_v2x_event_type_red_vr" android:gravity="center" android:paddingLeft="@dimen/dp_10" - android:paddingTop="@dimen/dp_3" + android:paddingTop="@dimen/dp_2" android:paddingRight="@dimen/dp_10" android:paddingBottom="@dimen/dp_3" android:textColor="#fff" android:textSize="@dimen/module_v2x_event_type_title_text_size" + android:textStyle="bold" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" tools:text="道路施工" /> @@ -187,7 +188,7 @@ app:layout_constraintBottom_toBottomOf="@+id/ivEventLive" app:layout_constraintStart_toEndOf="@id/ivEventEventNav" app:layout_goneMarginLeft="@dimen/dp_10" - tools:visibility="visible"/> + tools:visibility="visible" /> diff --git a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_fault_help_vr.xml b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_fault_help_vr.xml index c64a6dd699..8f3f4abc39 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_fault_help_vr.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_fault_help_vr.xml @@ -42,12 +42,13 @@ android:background="@drawable/bg_v2x_event_type_orange_vr" android:gravity="center" android:paddingStart="@dimen/dp_27" - android:paddingTop="@dimen/dp_5" + android:paddingTop="@dimen/dp_2" android:paddingEnd="@dimen/dp_23" android:paddingBottom="@dimen/dp_5" android:text="求助" android:textColor="@android:color/white" android:textSize="@dimen/module_v2x_event_type_title_text_size" + android:textStyle="bold" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="@+id/ivFaultHelpHead" app:layout_constraintStart_toStartOf="@id/ivFaultHelpHead" @@ -86,6 +87,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="@dimen/dp_42" + android:layout_marginRight="@dimen/dp_42" android:gravity="center_vertical" android:textColor="#FFFFFF" android:textSize="@dimen/dp_70" @@ -100,6 +102,7 @@ android:id="@+id/ivFaultHelpEventCall" android:layout_width="@dimen/module_v2x_event_button_size_vr" android:layout_height="@dimen/module_v2x_event_button_size_vr" + android:layout_marginLeft="@dimen/dp_40" android:layout_marginEnd="28dp" android:src="@drawable/selector_talk_btn" android:visibility="gone" @@ -111,7 +114,7 @@