119 lines
4.4 KiB
XML
119 lines
4.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/view_group_root"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x16="0">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_enter_verification_title"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_promptpay_verification_subtitle"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x11="@+id/iv_about"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x16="0"
|
|
style="@style/2132017848"/>
|
|
<ImageView
|
|
id="@+id/iv_about"
|
|
focusable="true"
|
|
focusableInTouchMode="true"
|
|
layout_width="25dp"
|
|
layout_height="25dp"
|
|
src="@drawable/questions_circular"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x16="@+id/tv_enter_verification_title"/>
|
|
<View
|
|
id="@+id/bg_white"
|
|
background="#ffffff"
|
|
layout_width="0dp"
|
|
layout_height="0dp"
|
|
layout_marginTop="16dp"
|
|
NOT_FOUND_0xf="@+id/space"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="@+id/tv_enter_verification_title"/>
|
|
<TextView
|
|
id="@+id/tv_enter_code_instructions"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/hml_promptpay_verification_instructions"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x16="@+id/bg_white"
|
|
style="@style/2132017851"/>
|
|
<com.scb.phone.view.custom.hml.CustomDecimalAmountVerification
|
|
id="@+id/dav_first"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
NOT_FOUND_0x11="@+id/dav_second"
|
|
NOT_FOUND_0x12="0.5"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="@+id/tv_enter_code_instructions"/>
|
|
<com.scb.phone.view.custom.hml.CustomDecimalAmountVerification
|
|
id="@+id/dav_second"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
NOT_FOUND_0x11="@+id/dav_third"
|
|
NOT_FOUND_0x12="0.5"
|
|
NOT_FOUND_0x13="@+id/dav_first"
|
|
NOT_FOUND_0x15="@+id/tv_enter_code_instructions"/>
|
|
<com.scb.phone.view.custom.hml.CustomDecimalAmountVerification
|
|
id="@+id/dav_third"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x12="0.5"
|
|
NOT_FOUND_0x13="@+id/dav_second"
|
|
NOT_FOUND_0x15="@+id/tv_enter_code_instructions"/>
|
|
<TextView
|
|
id="@+id/tv_code_error"
|
|
visibility="gone"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/hml_promptpay_verification_error"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="@+id/dav_first"
|
|
style="@style/2132017981"/>
|
|
<Space
|
|
id="@+id/space"
|
|
layout_width="0dp"
|
|
layout_height="16dp"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="@+id/tv_code_error"/>
|
|
<Button
|
|
enabled="false"
|
|
id="@+id/btn_verify"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
text="@string/hml_promptpay_verification_verify"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x14="0"
|
|
style="@style/2132017576"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</ScrollView>
|