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" />