From 143c34453221e535fe12bb7b11b68c9bcab31f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Fri, 14 May 2021 11:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86Ui?= 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 f7c61df715..890e9ab8d8 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 @@ -33,6 +33,7 @@ android:layout_marginTop="@dimen/module_mogo_och_autopilot_order_m_t" android:background="@drawable/module_och_panel_bkg" android:elevation="@dimen/dp_10" + android:visibility="gone" app:layout_constraintLeft_toLeftOf="@+id/module_mogo_och_autopilot_status" app:layout_constraintTop_toBottomOf="@id/module_mogo_och_autopilot_status" app:layout_goneMarginTop="@dimen/module_mogo_och_station_panel_container_margin_top_no_call" @@ -42,6 +43,7 @@ android:id="@+id/module_mogo_och_operation_status" android:layout_width="@dimen/module_mogo_och_operation_status_bg_width" android:layout_height="@dimen/module_mogo_och_operation_status_bg_height" + android:layout_marginLeft="@dimen/module_mogo_och_autopilot_status_text_m_l" android:background="@drawable/module_mogo_och_operation_status_bg" android:elevation="@dimen/dp_10" android:gravity="center" @@ -49,7 +51,6 @@ android:textAlignment="center" android:textColor="@color/module_mogo_och_autopilot_text_color_selector" android:textSize="@dimen/module_mogo_och_autopilot_status_text_size" - android:layout_marginLeft="@dimen/module_mogo_och_autopilot_status_text_m_l" android:textStyle="bold" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" />