|
@@ -14,8 +14,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="67dp"
|
|
android:layout_marginTop="67dp"
|
|
|
android:background="@drawable/bg_item"
|
|
android:background="@drawable/bg_item"
|
|
|
- android:text="OCR识别结果:合格"
|
|
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
|
|
+ android:text="OCR识别结果:合格"
|
|
|
android:textColor="#ff40FF5E"
|
|
android:textColor="#ff40FF5E"
|
|
|
android:textSize="20sp"
|
|
android:textSize="20sp"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
@@ -23,8 +23,8 @@
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
android:id="@+id/content"
|
|
android:id="@+id/content"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
@@ -33,58 +33,94 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvTaskHeader">
|
|
app:layout_constraintTop_toBottomOf="@+id/tvTaskHeader">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
|
|
+ android:layout_width="400dp"
|
|
|
|
|
+ android:layout_height="183dp"
|
|
|
android:layout_marginTop="30dp"
|
|
android:layout_marginTop="30dp"
|
|
|
|
|
+ android:background="@drawable/bg_task_title_selected"
|
|
|
android:gravity="center|left"
|
|
android:gravity="center|left"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- android:layout_width="400dp"
|
|
|
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
|
- android:background="@drawable/bg_task_title_selected"
|
|
|
|
|
- android:layout_height="183dp">
|
|
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
+
|
|
|
<ImageView
|
|
<ImageView
|
|
|
- android:background="@drawable/bg_task_title_selected"
|
|
|
|
|
- android:layout_width="120dp"
|
|
|
|
|
android:id="@+id/iv"
|
|
android:id="@+id/iv"
|
|
|
- android:layout_marginStart="10dp"
|
|
|
|
|
|
|
+ android:layout_width="120dp"
|
|
|
android:layout_height="150dp"
|
|
android:layout_height="150dp"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
|
|
+ android:layout_marginStart="10dp"
|
|
|
|
|
+ android:background="@drawable/bg_task_title_selected"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/hint"/>
|
|
|
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/hint" />
|
|
|
|
|
+
|
|
|
|
|
+ <LinearLayout
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:text="识码一:XXXXX"
|
|
|
|
|
+ android:textColor="#ff40FF5E"
|
|
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
|
|
+ android:text="识码二:XXXXX"
|
|
|
|
|
+ android:textColor="#ff40FF5E"
|
|
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
|
|
+ android:text="两码一致,符合要求!"
|
|
|
|
|
+ android:textColor="#ff40FF5E"
|
|
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
+
|
|
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
+
|
|
|
<ImageView
|
|
<ImageView
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
android:layout_width="90dp"
|
|
android:layout_width="90dp"
|
|
|
|
|
+ android:layout_height="90dp"
|
|
|
android:src="@mipmap/ocr_true"
|
|
android:src="@mipmap/ocr_true"
|
|
|
- android:layout_height="90dp"/>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
+
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/baseRecyclerView"
|
|
android:id="@+id/baseRecyclerView"
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="88dp"
|
|
android:layout_height="88dp"
|
|
|
- android:clipToPadding="false"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
+ android:clipToPadding="false"
|
|
|
android:overScrollMode="never"
|
|
android:overScrollMode="never"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/content" />
|
|
app:layout_constraintTop_toBottomOf="@id/content" />
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_marginStart="15dp"
|
|
|
|
|
android:id="@+id/hint"
|
|
android:id="@+id/hint"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/baseRecyclerView"
|
|
|
|
|
android:layout_marginVertical="4dp"
|
|
android:layout_marginVertical="4dp"
|
|
|
|
|
+ android:layout_marginStart="15dp"
|
|
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- android:text="单击或语音输入“开始”,进入下一步"
|
|
|
|
|
|
|
+ android:text="单击或语音输入“继续拍摄”,可以继续拍摄下一张证\n
|
|
|
|
|
+单击或语音输入“结束任务”,结束全部拍摄并提交任务\n
|
|
|
|
|
+单击或语音输入“人工更正结果”,可更改当前检验结果\n
|
|
|
|
|
+语音输入“重拍”,可重新拍摄当前照片"
|
|
|
android:textColor="#ff40FF5E"
|
|
android:textColor="#ff40FF5E"
|
|
|
- android:textSize="14sp"/>
|
|
|
|
|
|
|
+ android:textSize="14sp"
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/baseRecyclerView" />
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</layout>
|
|
</layout>
|