diff --git a/OCH/mogo-och-charter/src/main/res/layout/charter_base_fragment.xml b/OCH/mogo-och-charter/src/main/res/layout/charter_base_fragment.xml index f9d1e84554..7a0342c936 100644 --- a/OCH/mogo-och-charter/src/main/res/layout/charter_base_fragment.xml +++ b/OCH/mogo-och-charter/src/main/res/layout/charter_base_fragment.xml @@ -223,7 +223,7 @@ android:layout_width="@dimen/module_mogo_och_operation_status_bg_width" android:layout_height="@dimen/module_mogo_och_operation_status_bg_height" android:background="@drawable/bus_switch_map_bg" - android:elevation="@dimen/bus_dp_10" + android:elevation="@dimen/dp_4" android:gravity="center" android:orientation="horizontal" android:padding="@dimen/bus_dp_20" @@ -245,7 +245,7 @@ android:layout_marginLeft="@dimen/module_mogo_och_margin_left" android:layout_marginBottom="@dimen/module_mogo_och_margin_bottom" android:background="@drawable/bus_operation_status_bg" - android:elevation="@dimen/dp_10" + android:elevation="@dimen/dp_4" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/bus_switch_model_layout"> @@ -264,7 +264,7 @@ android:layout_marginLeft="@dimen/module_mogo_och_margin_left" android:layout_marginBottom="@dimen/module_mogo_och_margin_bottom" android:background="@drawable/bus_operation_status_bg_selector" - android:elevation="@dimen/dp_10" + android:elevation="@dimen/dp_4" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/module_mogo_och_setting_layout"> @@ -283,7 +283,7 @@ android:layout_marginLeft="@dimen/module_mogo_och_margin_left" android:layout_marginBottom="@dimen/module_mogo_och_margin_bottom" android:background="@drawable/bus_operation_status_bg_selector" - android:elevation="@dimen/dp_10" + android:elevation="@dimen/dp_4" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@id/module_mogo_och_badcase_rl">