117 lines
4.9 KiB
XML
117 lines
4.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<androidx.core.widget.NestedScrollView
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
|
|
id="@+id/cardless_source"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_alignParentTop="true"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/cardless_amount"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/cardless_source"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/cs_layout_cardless_important"
|
|
background="#ffffff"
|
|
paddingBottom="24dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/cardless_amount">
|
|
<TextView
|
|
textSize="22sp"
|
|
id="@+id/tv_important"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="20dp"
|
|
text="@string/cardless_atm_important"
|
|
layout_marginStart="8dp"
|
|
NOT_FOUND_0x1a="@+id/imageWarning"
|
|
NOT_FOUND_0x1d="0"
|
|
style="@style/2132017850"/>
|
|
<TextView
|
|
id="@+id/tv_condition"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="0dp"
|
|
layout_marginBottom="20dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1c="@+id/tv_important"
|
|
style="@style/2132017691"/>
|
|
<ImageView
|
|
id="@+id/imageWarning"
|
|
layout_width="19dp"
|
|
layout_height="19dp"
|
|
src="@drawable/ic_warning_round"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x18="@+id/tv_important"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1d="@+id/tv_important"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<TextView
|
|
gravity="start|top"
|
|
id="@+id/verification"
|
|
paddingBottom="4dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="8dp"
|
|
text="@string/verification"
|
|
layout_below="@+id/cs_layout_cardless_important"
|
|
textAllCaps="true"
|
|
paddingStart="20dp"
|
|
paddingEnd="20dp"
|
|
style="@style/2132017849"/>
|
|
<include
|
|
id="@+id/custom_spinner"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/verification"
|
|
layout="@layout/2131559349"/>
|
|
<TextView
|
|
gravity="center"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/textview_info_mobile_no"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/cardless_info_mobile_no"
|
|
layout_below="@+id/custom_spinner"
|
|
layout_centerHorizontal="true"
|
|
lineSpacingMultiplier="0.8"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017664"/>
|
|
</RelativeLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
layout_gravity="bottom"
|
|
id="@+id/button_continue"
|
|
background="@drawable/bg_button"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="26dp"
|
|
layout_marginBottom="16dp"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x17="true"
|
|
NOT_FOUND_0x1e="@drawable/ripple_rounded_dark_purple"
|
|
NOT_FOUND_0x1f="@string/confirm"
|
|
NOT_FOUND_0x20="@color/2131099810"/>
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|