From 288f9602d9762a1ccdc7ccea95f066f506633c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Thu, 13 May 2021 10:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8=E9=A9=BE?= =?UTF-8?q?=E9=A9=B6=E6=8C=89=E9=92=AE=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/module_mogo_och_base_fragment.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" />