From 0c02c060be248866cca15888639165a2832ddba3 Mon Sep 17 00:00:00 2001 From: liujing Date: Wed, 2 Sep 2020 18:12:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BD+=E9=BB=91=20=E5=87=BA=E8=A1=8C?= =?UTF-8?q?=E5=8A=A8=E6=80=81:=E6=B1=82=E5=8A=A9item?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/layout/item_v2x_scennario_history.xml | 3 +- .../item_v2x_scennario_history_other_help.xml | 251 ++++++++++-------- ...e_v2x_event_panel_fragment_event_panel.xml | 1 + 3 files changed, 136 insertions(+), 119 deletions(-) diff --git a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history.xml b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history.xml index fcd813cc61..d9afa4955a 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/item_v2x_scennario_history.xml @@ -115,7 +115,8 @@ android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintTop_toTopOf="parent" + android:layout_marginRight="26px"/> 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 bc036adf46..cc9e7d8fdd 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 @@ -1,132 +1,147 @@ - + android:layout_marginLeft="10px" + android:layout_marginRight="10px" + android:layout_marginBottom="14px"> - + app:cardBackgroundColor="@color/share_event_item_bg_color" + app:cardCornerRadius="12px" + app:layout_constraintTop_toTopOf="parent"> - + - + - + - + - + - + - - \ No newline at end of file + + + + + + + + + \ No newline at end of file diff --git a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_panel_fragment_event_panel.xml b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_panel_fragment_event_panel.xml index c5a51d5666..8823070525 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_panel_fragment_event_panel.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_panel_fragment_event_panel.xml @@ -92,6 +92,7 @@ android:id="@+id/btnHidePanels" android:layout_width="@dimen/dp_88" android:layout_height="@dimen/dp_88" + android:layout_marginRight="28px" android:background="@drawable/icon_window_close" app:layout_constraintBottom_toBottomOf="@+id/rgTabSelect" app:layout_constraintRight_toRightOf="parent"