66 lines
2.4 KiB
XML
66 lines
2.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
textColor="#7631c1"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/auto_kofax_crop_tutorial_step_2_title"
|
||
|
style="@style/2132017890"/>
|
||
|
<TextView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/auto_kofax_crop_tutorial_step_2_description"
|
||
|
style="@style/2132017873"/>
|
||
|
<TextView
|
||
|
textColor="#7631c1"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/auto_kofax_crop_tutorial_do"
|
||
|
style="@style/2132017875"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_document_do"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/document_tutorial_placeholder_big"
|
||
|
adjustViewBounds="true"/>
|
||
|
<TextView
|
||
|
textColor="#7631c1"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="32dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/auto_kofax_crop_tutorial_dont"
|
||
|
style="@style/2132017875"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_document_dont"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="8dp"
|
||
|
src="@drawable/document_tutorial_placeholder_big"
|
||
|
adjustViewBounds="true"/>
|
||
|
<TextView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/auto_kofax_crop_tutorial_dont_desc"
|
||
|
style="@style/2132017873"/>
|
||
|
<Button
|
||
|
id="@+id/button_next"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="6dp"
|
||
|
text="@string/auto_kofax_crop_tutorial_got_it"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|