diff --git a/OCH/bus/driver/src/main/res/layout/bus_base_fragment.xml b/OCH/bus/driver/src/main/res/layout/bus_base_fragment.xml index 29a2e2cd93..720d8104f7 100644 --- a/OCH/bus/driver/src/main/res/layout/bus_base_fragment.xml +++ b/OCH/bus/driver/src/main/res/layout/bus_base_fragment.xml @@ -300,10 +300,8 @@ android:layout_width="@dimen/dp_172" android:layout_height="@dimen/dp_172" android:background="@drawable/bus_operation_status_bg_selector" - app:layout_constraintLeft_toLeftOf="parent" - app:layout_constraintBottom_toTopOf="@id/module_mogo_och_arrived_tv" - android:layout_marginBottom="@dimen/dp_16" - > + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintLeft_toRightOf="@id/lineView">