65 lines
2.2 KiB
XML
65 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/root"
|
|
background="#000000"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<com.kofax.kmc.kui.uicontrols.ImgReviewEditCntrl
|
|
id="@+id/iv_review"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
NOT_FOUND_0xd="@+id/tv_instructions"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x11="0"/>
|
|
<TextView
|
|
textColor="#ffffff"
|
|
id="@+id/tv_instructions"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_margin="32dp"
|
|
text="@string/additional_document_crop_instructions"
|
|
NOT_FOUND_0xd="@+id/tv_see_instructions"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x10="@+id/iv_review"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
textColor="#ffffff"
|
|
id="@+id/tv_see_instructions"
|
|
visibility="gone"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="40dp"
|
|
text="@string/auto_kofax_crop_instruction_text"
|
|
layout_marginStart="32dp"
|
|
layout_marginEnd="32dp"
|
|
NOT_FOUND_0xd="@+id/tv_crop"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x10="@+id/tv_instructions"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
textColor="#ffffff"
|
|
id="@+id/tv_retake"
|
|
padding="8dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/document_upload_retake_button"
|
|
NOT_FOUND_0xc="0"
|
|
NOT_FOUND_0xf="0"
|
|
style="@style/2132017927"/>
|
|
<TextView
|
|
textColor="#ffffff"
|
|
id="@+id/tv_crop"
|
|
padding="8dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
text="@string/auto_kofax_crop_confirm"
|
|
NOT_FOUND_0xc="0"
|
|
NOT_FOUND_0xe="0"
|
|
style="@style/2132017927"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|