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 b020ce9082..cc4d7ee2cb 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 @@ -14,13 +14,11 @@ android:layout_marginTop="@dimen/module_mogo_och_station_panel_container_margin_top_no_call" android:background="@drawable/module_mogo_och_autopilot_status_bg" android:drawableLeft="@drawable/module_och_bus_ic_autopilot" - android:drawablePadding="@dimen/dp_10" + android:drawablePadding="@dimen/dp_30" android:elevation="@dimen/dp_10" - android:foregroundGravity="center" android:gravity="center_vertical" android:paddingLeft="@dimen/module_mogo_och_operation_status_padding" android:text="自动驾驶" - android:textAlignment="center" android:textColor="@color/module_mogo_och_autopilot_text_color_normal" android:textSize="@dimen/module_mogo_och_autopilot_status_text_size" android:textStyle="bold" @@ -60,6 +58,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:visibility="gone" + tools:visibility="visible" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" />