From 8656340e47770d2bd7d1e6f713874c8a7266e10c Mon Sep 17 00:00:00 2001 From: liujing Date: Thu, 17 Sep 2020 18:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E5=8F=B3=E8=BE=B9=E8=B7=9D=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/module_v2x_event_share_description.xml | 4 ++-- .../src/main/res/layout/module_v2x_event_share_item.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_description.xml b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_description.xml index dfcf4e2ab7..836cc77d1f 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_description.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_description.xml @@ -3,8 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="20px" - android:layout_marginRight="20px" + android:layout_marginLeft="@dimen/dp_50" + android:layout_marginRight="@dimen/dp_50" android:layout_marginBottom="14px" android:background="@drawable/bg_v2x_event_description" android:orientation="vertical"> diff --git a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml index 49fced883d..b3103c0ae9 100644 --- a/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml +++ b/modules/mogo-module-v2x/src/main/res/layout/module_v2x_event_share_item.xml @@ -4,8 +4,8 @@ android:id="@+id/road_case_liset_item" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="20px" - android:layout_marginRight="20px" + android:layout_marginLeft="@dimen/dp_50" + android:layout_marginRight="@dimen/dp_50" android:layout_marginBottom="@dimen/dp_14" android:background="@drawable/bg_v2x_event_list_item">