what-the-bank/resources/res/layout/2131559571.xml

75 lines
2.9 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
paddingTop="16dp"
paddingBottom="32dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
textColor="#7631c1"
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="8dp"
text="@string/auto_kofax_instruction_main_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017890"/>
<ImageView
id="@+id/iv_instruction_video"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="32dp"
src="@drawable/national_id_ntb_personal_info"
adjustViewBounds="true"
layout_marginStart="32dp"
layout_marginEnd="32dp"/>
<androidx.cardview.widget.CardView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x14="3dp">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
animateLayoutChanges="true">
<TextView
id="@+id/tv_title"
paddingTop="12dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_kofax_instruction_step_1_header"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017970"/>
<TextView
id="@+id/tv_content"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/auto_kofax_instruction_step_1_desc"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017873"/>
</LinearLayout>
</androidx.cardview.widget.CardView>
<Button
layout_gravity="center_horizontal"
id="@+id/button_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/auto_kofax_instruction_watch"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</ScrollView>