90 lines
3.4 KiB
XML
90 lines
3.4 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"
|
|
background="#f5f3f6"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<TextView
|
|
id="@+id/tv_account_info_header"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/juristic_reset_pin_landing"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x16="0"
|
|
style="@style/2132017876"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#ffffff"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0x15="@+id/tv_account_info_header">
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/ivg_juristic_number"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xc="@integer/2131427364"
|
|
NOT_FOUND_0xd="@string/juristic_reset_pin_error"
|
|
NOT_FOUND_0xe="@string/juristic_registration_number_hint"
|
|
NOT_FOUND_0xf="0x5"
|
|
NOT_FOUND_0x10="0x2"
|
|
NOT_FOUND_0x11="@string/juristic_registration_number"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x16="0"/>
|
|
<View
|
|
id="@+id/v_separator"
|
|
layout_marginTop="16dp"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="@+id/ivg_juristic_number"
|
|
style="@style/2132018229"/>
|
|
<com.scb.phone.view.custom.common.CommonInputViewGroup
|
|
id="@+id/ivg_juristic_account"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xc="@integer/2131427362"
|
|
NOT_FOUND_0xd="@string/juristic_reset_pin_error"
|
|
NOT_FOUND_0xe="@string/juristic_registration_account_hint"
|
|
NOT_FOUND_0xf="0x6"
|
|
NOT_FOUND_0x10="0x2"
|
|
NOT_FOUND_0x11="@string/juristic_registration_account"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="@+id/v_separator"/>
|
|
<TextView
|
|
id="@+id/tv_account_info_body"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/juristic_reset_pin_instruction"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="@+id/ivg_juristic_account"
|
|
style="@style/2132017664"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<FrameLayout
|
|
id="@+id/fl_next_button_container"
|
|
background="#f5f3f6"
|
|
padding="16dp"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="0">
|
|
<Button
|
|
enabled="false"
|
|
id="@+id/btn_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/next_button"
|
|
style="@style/2132017576"/>
|
|
</FrameLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|