2026-04-14 16:19:05 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<layout>
|
2026-04-14 19:28:20 +08:00
|
|
|
|
|
2026-04-14 16:19:05 +08:00
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
|
android:id="@+id/main"
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
|
android:background="@color/app_color_black">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
android:id="@+id/tvTaskHeader"
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
2026-04-14 19:28:20 +08:00
|
|
|
|
android:layout_marginTop="67dp"
|
2026-04-14 16:19:05 +08:00
|
|
|
|
android:background="@drawable/bg_item"
|
2026-04-14 19:28:20 +08:00
|
|
|
|
android:text="装配工序喷涂识别:您还有10项任务未完成!"
|
|
|
|
|
|
android:textColor="#ff40FF5E"
|
2026-04-14 16:19:05 +08:00
|
|
|
|
android:textSize="20sp"
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
2026-04-14 19:28:20 +08:00
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
android:layout_width="match_parent"
|
2026-04-14 16:19:05 +08:00
|
|
|
|
android:id="@+id/content"
|
2026-04-14 19:28:20 +08:00
|
|
|
|
android:layout_height="wrap_content"
|
2026-04-14 16:19:05 +08:00
|
|
|
|
android:layout_marginTop="10dp"
|
2026-04-14 19:28:20 +08:00
|
|
|
|
android:background="@drawable/bg_task_title_selected"
|
|
|
|
|
|
android:orientation="vertical"
|
2026-04-14 16:19:05 +08:00
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2026-04-14 19:28:20 +08:00
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvTaskHeader">
|
2026-04-14 16:19:05 +08:00
|
|
|
|
|
2026-04-14 19:28:20 +08:00
|
|
|
|
<TextView
|
|
|
|
|
|
android:id="@+id/title"
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
|
android:layout_marginVertical="3dp"
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
android:text="任务1:管线编号与机身喷码核对"
|
|
|
|
|
|
android:textColor="#ff40FF5E"
|
|
|
|
|
|
android:textSize="18sp"
|
|
|
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_height="1dp"
|
|
|
|
|
|
android:background="#ff40FF5E" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
android:id="@+id/content1"
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_marginStart="15dp"
|
|
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
|
|
android:text="任务编号:20293989-001"
|
|
|
|
|
|
android:textColor="#ff40FF5E"
|
|
|
|
|
|
android:textSize="14sp"/>
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
android:id="@+id/content2"
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_marginStart="15dp"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_marginTop="4dp"
|
|
|
|
|
|
android:text="制造供应商:中航成飞民用飞机有限责任公司"
|
|
|
|
|
|
android:textColor="#ff40FF5E"
|
|
|
|
|
|
android:textSize="14sp"/>
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
android:id="@+id/content3"
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_marginStart="15dp"
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
android:layout_marginVertical="4dp"
|
|
|
|
|
|
android:text="任务创建时间:2026-03-09 16:00:00"
|
|
|
|
|
|
android:textColor="#ff40FF5E"
|
|
|
|
|
|
android:textSize="14sp"/>
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
|
|
android:id="@+id/baseRecyclerView"
|
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
|
android:layout_height="88dp"
|
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
|
android:overScrollMode="never"
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
2026-04-14 16:19:05 +08:00
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2026-04-14 19:28:20 +08:00
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/content" />
|
2026-04-14 16:19:05 +08:00
|
|
|
|
<TextView
|
2026-04-14 19:28:20 +08:00
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
android:layout_marginStart="15dp"
|
2026-04-14 16:19:05 +08:00
|
|
|
|
android:layout_height="wrap_content"
|
2026-04-14 19:28:20 +08:00
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/baseRecyclerView"
|
|
|
|
|
|
android:layout_marginVertical="4dp"
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
android:text="单击或语音输入“开始”,进入下一步"
|
2026-04-14 16:19:05 +08:00
|
|
|
|
android:textColor="#ff40FF5E"
|
2026-04-14 19:28:20 +08:00
|
|
|
|
android:textSize="14sp"/>
|
2026-04-14 16:19:05 +08:00
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
2026-04-14 19:28:20 +08:00
|
|
|
|
</layout>
|