| | |
| | | android:id="@+id/tv_item_task_list_address" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | tools:text="任务地点" |
| | | tools:text="任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点" |
| | | style="@style/TextStyle.Abstract" |
| | | android:layout_marginStart="@dimen/dimen8" |
| | | app:layout_constraintTop_toTopOf="@id/img_task_address" |
| | |
| | | android:tint="@color/white" |
| | | android:layout_marginTop="@dimen/dimen4" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_item_task_list_time" |
| | | app:layout_constraintStart_toStartOf="@id/tv_item_task_list_name" /> |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="@id/tv_item_task_list_name" |
| | | app:layout_constraintVertical_bias="0"/> |
| | | <TextView |
| | | android:id="@+id/tv_task_staff" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:visibility="visible" |
| | | style="@style/TextStyle.Abstract" |
| | | tools:text="参与人员" |
| | | tools:text="参与人员参与人员参与人员参与人员参与人员参与人员参与人员参与人员参与人员参与人员" |
| | | android:layout_marginStart="@dimen/dimen8" |
| | | android:layout_marginBottom="@dimen/dimen8" |
| | | app:layout_constraintTop_toTopOf="@id/img_task_staff" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/img_task_time" |
| | | app:layout_constraintEnd_toStartOf="@id/guide_line_2"/> |
| | | app:layout_constraintEnd_toStartOf="@id/guide_line_2" |
| | | app:layout_constraintVertical_bias="0"/> |
| | | |
| | | |
| | | <ImageView |
| | |
| | | android:layout_height="40dp" |
| | | android:src="@mipmap/ic_task_ready_to_start" |
| | | android:layout_marginEnd="@dimen/dimen4" |
| | | app:layout_constraintHorizontal_bias="1" |
| | | app:layout_constraintStart_toStartOf="@id/guide_line_2" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="@id/tv_item_task_list_name"/> |
| | | app:layout_constraintTop_toTopOf="@id/tv_item_task_list_name" /> |
| | | |
| | | <android.support.constraint.Group |
| | | android:id="@+id/group_risk_warn" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:constraint_referenced_ids="img_risk_warn, tv_risk_warn"/> |
| | | <ImageView |
| | | android:id="@+id/img_risk_warn" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:src="@drawable/icon_task_alert" |
| | | android:tint="@color/white" |
| | | android:layout_marginBottom="@dimen/dimen4" |
| | | app:layout_constraintTop_toBottomOf="@id/img_task_status" |
| | | app:layout_constraintBottom_toTopOf="@id/img_inspection_key_point" |
| | | app:layout_constraintEnd_toStartOf="@id/tv_risk_warn" |
| | | app:layout_constraintVertical_bias="1"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_risk_warn" |
| | | android:layout_width="@dimen/dimen16" |
| | | android:layout_height="wrap_content" |
| | | tools:text="10" |
| | | style="@style/TextStyle.Abstract" |
| | | android:gravity="end" |
| | | android:layout_marginEnd="@dimen/dimen4" |
| | | app:layout_constraintTop_toTopOf="@id/img_risk_warn" |
| | | app:layout_constraintEnd_toEndOf="parent"/> |
| | | |
| | | <android.support.constraint.Group |
| | | android:id="@+id/group_inspection_key_point" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:constraint_referenced_ids="img_inspection_key_point, tv_inspection_key_point"/> |
| | | <ImageView |
| | | android:id="@+id/img_inspection_key_point" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:src="@drawable/icon_consult" |
| | | android:tint="@color/white" |
| | | android:padding="@dimen/dimen2" |
| | | android:layout_marginBottom="@dimen/dimen4" |
| | | app:layout_constraintBottom_toTopOf="@id/img_emergency_inspection" |
| | | app:layout_constraintEnd_toStartOf="@id/tv_inspection_key_point"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_inspection_key_point" |
| | | android:layout_width="@dimen/dimen16" |
| | | android:layout_height="wrap_content" |
| | | tools:text="1" |
| | | style="@style/TextStyle.Abstract" |
| | | android:gravity="end" |
| | | android:layout_marginEnd="@dimen/dimen4" |
| | | app:layout_constraintTop_toTopOf="@id/img_inspection_key_point" |
| | | app:layout_constraintEnd_toEndOf="parent"/> |
| | | |
| | | <android.support.constraint.Group |
| | | android:id="@+id/group_emergency_inspection" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:constraint_referenced_ids="img_emergency_inspection, tv_emergency_inspection"/> |
| | | <ImageView |
| | | android:id="@+id/img_emergency_inspection" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:src="@drawable/ic_emergency" |
| | | android:tint="@color/white" |
| | | android:layout_marginBottom="@dimen/dimen8" |
| | | app:layout_constraintBottom_toTopOf="@id/tv_check_status" |
| | | app:layout_constraintEnd_toStartOf="@id/tv_emergency_inspection"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_emergency_inspection" |
| | | android:layout_width="@dimen/dimen16" |
| | | android:layout_height="wrap_content" |
| | | tools:text="1" |
| | | style="@style/TextStyle.Abstract" |
| | | android:gravity="end" |
| | | android:layout_marginEnd="@dimen/dimen4" |
| | | app:layout_constraintTop_toTopOf="@id/img_emergency_inspection" |
| | | app:layout_constraintEnd_toEndOf="parent"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_check_status" |