[sweeper-cloud]调整任务面板间距问题
This commit is contained in:
@@ -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">
|
||||
<com.mogo.och.sweepercloud.view.SweeperCurrentTaskInfoView
|
||||
android:id="@+id/sweeper_current_task_view"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
android:paddingBottom="@dimen/dp_2"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/dp_28"
|
||||
android:gravity="center"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvTaskName"
|
||||
android:text="9:00" />
|
||||
@@ -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" />
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
<ImageView
|
||||
android:id="@+id/ivManualDriving"
|
||||
|
||||
Reference in New Issue
Block a user