diff --git a/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/MogoOCHTaxiModel.java b/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/MogoOCHTaxiModel.java index 1f095f1887..ecdb512c14 100644 --- a/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/MogoOCHTaxiModel.java +++ b/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/MogoOCHTaxiModel.java @@ -46,7 +46,7 @@ class MogoOCHTaxiModel { /** * 到达起始点围栏 */ - public static final int ARRIVE_AT_START_STATION_DISTANCE = 10; + public static final int ARRIVE_AT_START_STATION_DISTANCE = 20; private static volatile MogoOCHTaxiModel sInstance; diff --git a/OCH/mogo-och/src/main/res/layout/module_mogo_och_base_fragment.xml b/OCH/mogo-och/src/main/res/layout/module_mogo_och_base_fragment.xml index 890e9ab8d8..66ae400e43 100644 --- a/OCH/mogo-och/src/main/res/layout/module_mogo_och_base_fragment.xml +++ b/OCH/mogo-och/src/main/res/layout/module_mogo_och_base_fragment.xml @@ -3,8 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent" - android:paddingBottom="@dimen/module_mogo_och_margin_bottom"> + android:layout_height="match_parent"> 460px 140px - 144px - 144px + 145px + 145px 92px 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 f5b8e825f0..34b9c40586 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 @@ -51,7 +51,7 @@ android:layout_width="@dimen/module_switch_map" android:layout_height="@dimen/module_switch_map" android:layout_marginLeft="@dimen/dp_20" - android:layout_marginBottom="@dimen/dp_20" + android:layout_marginBottom="46px" android:elevation="@dimen/dp_10" android:padding="@dimen/dp_20" android:visibility="gone"