| | |
| | | <android.support.constraint.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:paddingLeft="16dp" |
| | | android:paddingRight="16dp" |
| | | android:paddingLeft="@dimen/dimen4" |
| | | android:paddingRight="@dimen/dimen4" |
| | | android:paddingTop="10dp" |
| | | android:paddingBottom="10dp"> |
| | | <TextView |
| | |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:textSize="17sp" |
| | | android:textSize="@dimen/textSize_16" |
| | | android:gravity="center" |
| | | android:minEms="1" |
| | | tools:text="1" |
| | |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:layout_marginStart="@dimen/dimen8" |
| | | android:layout_marginEnd="@dimen/dimen8" |
| | | android:singleLine="true" |
| | | android:textSize="17sp" |
| | | tools:text="任务名称"/> |
| | | tools:text="任务名称任务名称任务名称任务名称任务名称任务名称任务名称任务名称任务名称"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_item_task_list_address" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintStart_toStartOf="@id/tv_item_task_list_name" |
| | | app:layout_constraintEnd_toStartOf="@id/tv_scene_type" |
| | | app:layout_constraintEnd_toEndOf="@id/tv_item_task_list_name" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_item_task_list_name" |
| | | app:layout_constraintHorizontal_bias="0" |
| | | android:layout_marginEnd="@dimen/dimen8" |
| | | android:singleLine="true" |
| | | tools:text="任务地点" |
| | | tools:text="任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点任务地点" |
| | | android:textSize="13sp" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | style="@style/textTag" |
| | | app:layout_constraintStart_toEndOf="@id/tv_item_task_list_address" |
| | | app:layout_constraintStart_toStartOf="@id/tv_item_task_list_name" |
| | | app:layout_constraintEnd_toEndOf="@id/tv_item_task_list_name" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_item_task_list_name" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_item_task_list_address" |
| | | app:layout_constraintHorizontal_bias="0" |
| | | android:singleLine="true" |
| | | tools:text="工地" /> |
| | | tools:text="工地工地工地工地工地工地工地" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_monitor_num" |