diff --git a/OCH/sweeper/sweeper-cloud/src/main/res/layout/fragment_och_sweeper.xml b/OCH/sweeper/sweeper-cloud/src/main/res/layout/fragment_och_sweeper.xml index b3458d9c53..029a6a6642 100644 --- a/OCH/sweeper/sweeper-cloud/src/main/res/layout/fragment_och_sweeper.xml +++ b/OCH/sweeper/sweeper-cloud/src/main/res/layout/fragment_och_sweeper.xml @@ -22,7 +22,8 @@ app:shadowRadius="@dimen/dp_30" app:shadow_position="outer" app:xOffset="0dp" - app:yOffset="0dp"> + app:yOffset="0dp" + android:layout_marginTop="-20dp"> @@ -42,9 +43,9 @@ android:layout_marginTop="@dimen/dp_21" android:background="@drawable/bg_shape_task_state_not_ready" android:paddingStart="@dimen/dp_15" - android:paddingTop="@dimen/dp_1" + android:paddingTop="@dimen/dp_2" android:paddingEnd="@dimen/dp_15" - android:paddingBottom="@dimen/dp_1" + android:paddingBottom="@dimen/dp_2" android:gravity="center" android:text="暂未准备" android:textColor="@color/white" @@ -75,7 +76,7 @@ android:id="@+id/preSubTask" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="@dimen/dp_30" + android:layout_marginTop="@dimen/dp_40" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/viewTaskInfoLine" /> diff --git a/OCH/sweeper/sweeper-cloud/src/main/res/layout/sweeper_subtask_view.xml b/OCH/sweeper/sweeper-cloud/src/main/res/layout/sweeper_subtask_view.xml index c23679c874..8a248af050 100644 --- a/OCH/sweeper/sweeper-cloud/src/main/res/layout/sweeper_subtask_view.xml +++ b/OCH/sweeper/sweeper-cloud/src/main/res/layout/sweeper_subtask_view.xml @@ -18,7 +18,7 @@ app:layout_constraintEnd_toStartOf="@+id/ivManualDriving" android:layout_marginEnd="@dimen/dp_26" android:layout_marginTop="@dimen/dp_20" - android:lineSpacingExtra="@dimen/dp_2" + android:lineSpacingExtra="@dimen/dp_10" />