From 81886bc2cd27fe3a0e9c4ac2216bb9b5a77f23ea Mon Sep 17 00:00:00 2001 From: liujing Date: Tue, 17 Nov 2020 14:39:20 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E5=88=86=E4=BA=AB=E6=8C=89=E9=92=AE+?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=B1=82=E5=8A=A9+=E5=89=8D=E6=96=B9?= =?UTF-8?q?=E5=AE=9E=E5=86=B5=20=E5=BA=95=E9=83=A8=E5=AF=B9=E9=BD=90+?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/module_ext_layout_entrance.xml | 3 +++ .../src/main/res/values-ldpi/dimens.xml | 7 +++++++ .../mogo-module-extensions/src/main/res/values/dimens.xml | 3 +++ 3 files changed, 13 insertions(+) create mode 100644 modules/mogo-module-extensions/src/main/res/values-ldpi/dimens.xml diff --git a/modules/mogo-module-extensions/src/main/res/layout/module_ext_layout_entrance.xml b/modules/mogo-module-extensions/src/main/res/layout/module_ext_layout_entrance.xml index 22d9faac57..4918dd6b32 100644 --- a/modules/mogo-module-extensions/src/main/res/layout/module_ext_layout_entrance.xml +++ b/modules/mogo-module-extensions/src/main/res/layout/module_ext_layout_entrance.xml @@ -40,6 +40,7 @@ android:id="@+id/module_entrance_id_button1" android:layout_width="@dimen/module_ext_operation_panel_width" android:layout_height="@dimen/module_ext_operation_panel_width" + android:layout_marginLeft="@dimen/module_entrance_id_button_marginLeft" android:background="@drawable/module_ext_shadow_bkg" android:gravity="center" android:padding="0dp" @@ -54,6 +55,7 @@ android:id="@+id/module_entrance_id_button2" android:layout_width="@dimen/module_ext_operation_panel_width" android:layout_height="@dimen/module_ext_operation_panel_width" + android:layout_marginLeft="@dimen/module_entrance_id_button_marginLeft" android:layout_marginTop="@dimen/module_entrance_id_button_marginTop" android:background="@drawable/module_ext_shadow_bkg" android:gravity="center" @@ -85,6 +87,7 @@ android:layout_height="@dimen/module_ext_operation_panel_share_height" android:layout_marginLeft="@dimen/dp_8" android:layout_marginTop="@dimen/module_entrance_id_button_marginTop" + android:layout_marginBottom="@dimen/module_common_btn_bottom" android:background="@drawable/module_ext_dw_upload_road_condition_bkg"> + + 2px + 0px + -6px + + \ No newline at end of file diff --git a/modules/mogo-module-extensions/src/main/res/values/dimens.xml b/modules/mogo-module-extensions/src/main/res/values/dimens.xml index 4965ed00e3..8533b7fcdd 100644 --- a/modules/mogo-module-extensions/src/main/res/values/dimens.xml +++ b/modules/mogo-module-extensions/src/main/res/values/dimens.xml @@ -55,6 +55,7 @@ 16px 14px 8px + c 82px @@ -181,4 +182,6 @@ -1 0px + 0px + \ No newline at end of file