368 lines
14 KiB
XML
368 lines
14 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
background="#f5f3f6"
|
||
|
focusable="true"
|
||
|
clickable="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<RelativeLayout
|
||
|
id="@+id/rl_info_container"
|
||
|
background="#ffffff"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_label_container"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_toStartOf="@+id/iv_edit"
|
||
|
layout_toEndOf="@+id/iv_country_flag">
|
||
|
<TextView
|
||
|
id="@+id/tv_country_name"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_exchange_rate"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017849"/>
|
||
|
</LinearLayout>
|
||
|
<ImageView
|
||
|
id="@+id/iv_country_flag"
|
||
|
layout_width="22dp"
|
||
|
layout_height="18dp"
|
||
|
layout_marginTop="4dp"
|
||
|
layout_alignTop="@+id/ll_label_container"
|
||
|
contentDescription="@null"
|
||
|
layout_marginStart="16dp"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_edit"
|
||
|
background="?attr/selectableItemBackgroundBorderless"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
src="@drawable/ic_close_24dp"
|
||
|
scaleType="center"
|
||
|
tint="#7631c1"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_centerVertical="true"
|
||
|
contentDescription="@string/cancel"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_alignParentEnd="true"/>
|
||
|
</RelativeLayout>
|
||
|
<com.scb.phone.view.custom.common.ThaiTextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_rate_description"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginStart="@dimen/2131166532"
|
||
|
layout_marginEnd="@dimen/2131166533"
|
||
|
style="@style/2132017664"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cs_layout_mobile_section"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_mobile_number_tile"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/remittance_input_mobile_number_title"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x2e="0"
|
||
|
NOT_FOUND_0x30="0"
|
||
|
NOT_FOUND_0x32="0"
|
||
|
style="@style/2132017876"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cs_layout_mobile_input"
|
||
|
background="@drawable/shape_gray_rounded_rectangle"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="40dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x2e="@+id/tv_mobile_number_tile"
|
||
|
NOT_FOUND_0x31="@+id/tv_mobile_number_tile">
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_remittance_plus"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="match_parent"
|
||
|
text="@string/remittance_plus_sign"
|
||
|
layout_marginStart="11dp"
|
||
|
NOT_FOUND_0x30="0"
|
||
|
style="@style/2132017876"/>
|
||
|
<com.scb.phone.view.custom.common.CustomEditText
|
||
|
textColorHint="#959199"
|
||
|
ellipsize="end"
|
||
|
id="@+id/et_mobile_input_field"
|
||
|
background="@null"
|
||
|
layout_width="0dp"
|
||
|
layout_height="match_parent"
|
||
|
hint="@string/remittance_input_mobile_hint"
|
||
|
lines="1"
|
||
|
maxLength="15"
|
||
|
inputType="number"
|
||
|
NOT_FOUND_0x2e="0"
|
||
|
NOT_FOUND_0x2f="@+id/tv_remittance_plus"
|
||
|
style="@style/2132017876"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<TextView
|
||
|
id="@+id/tv_mobile_desc"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/remittance_mobile_desc"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x31="@+id/cs_layout_mobile_input"
|
||
|
style="@style/2132017664"/>
|
||
|
<com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle
|
||
|
id="@+id/custom_purpose_type"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
NOT_FOUND_0x2a="@string/remittance_recipient_purpose_input_title"
|
||
|
NOT_FOUND_0x2c="0"
|
||
|
NOT_FOUND_0x31="@+id/tv_mobile_desc"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cl_amount_from_container"
|
||
|
background="@drawable/bg_fake_white_with_bottom_border"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_title_from_amount"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/remittance_input_amount_from_title"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x2e="0"
|
||
|
NOT_FOUND_0x30="0"
|
||
|
NOT_FOUND_0x32="0"
|
||
|
style="@style/2132017849"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
NOT_FOUND_0x2c="0"
|
||
|
NOT_FOUND_0x2e="0"
|
||
|
NOT_FOUND_0x30="0"
|
||
|
NOT_FOUND_0x31="@+id/tv_title_from_amount">
|
||
|
<com.scb.phone.view.custom.common.AmountEditText
|
||
|
theme="@style/2132017488"
|
||
|
textColorHint="#c9c6cd"
|
||
|
gravity="end"
|
||
|
id="@+id/et_from_amount_value"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
hint="@string/remittance_input_amount_from_hint"
|
||
|
inputType="numberDecimal"
|
||
|
imeOptions="actionDone"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x2c="0"
|
||
|
NOT_FOUND_0x2e="0"
|
||
|
NOT_FOUND_0x30="0"
|
||
|
NOT_FOUND_0x32="0"
|
||
|
style="@style/2132017891"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cl_amount_to_container"
|
||
|
background="@drawable/bg_fake_white_with_bottom_border"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_title_to_amount"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/remittance_input_amount_from_title"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x2e="0"
|
||
|
NOT_FOUND_0x30="0"
|
||
|
NOT_FOUND_0x32="0"
|
||
|
style="@style/2132017849"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/constraintLayout"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
NOT_FOUND_0x2c="0"
|
||
|
NOT_FOUND_0x2e="0"
|
||
|
NOT_FOUND_0x30="0"
|
||
|
NOT_FOUND_0x31="@+id/tv_title_to_amount">
|
||
|
<com.scb.phone.view.custom.common.AmountEditText
|
||
|
theme="@style/2132017488"
|
||
|
textColorHint="#c9c6cd"
|
||
|
gravity="end"
|
||
|
id="@+id/et_to_amount_value"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
hint="@string/remittance_input_amount_to_hint"
|
||
|
inputType="numberDecimal"
|
||
|
imeOptions="actionDone"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x2c="0"
|
||
|
NOT_FOUND_0x2e="0"
|
||
|
NOT_FOUND_0x30="0"
|
||
|
NOT_FOUND_0x32="0"
|
||
|
style="@style/2132017891"/>
|
||
|
<TextView
|
||
|
textColor="#f05f61"
|
||
|
id="@+id/tv_error_amount_to"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/paynow_error_amount_to"
|
||
|
NOT_FOUND_0x2c="@+id/constraintLayout"
|
||
|
NOT_FOUND_0x30="@+id/et_to_amount_value"
|
||
|
NOT_FOUND_0x31="@+id/et_to_amount_value"
|
||
|
style="@style/2132017916"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<ImageView
|
||
|
id="@+id/icTransferAmountWallet"
|
||
|
visibility="visible"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="0dp"
|
||
|
src="@drawable/ic_transfer_amount_wallet"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x2d="@+id/constraintLayout"
|
||
|
NOT_FOUND_0x2e="0"
|
||
|
NOT_FOUND_0x32="0"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/tv_max_limit_transaction"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
textAlignment="textEnd"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/tv_paynow_remaining_daily_limit"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="textEnd"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/tv_limit_no_decimal"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
textAlignment="textEnd"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/tv_remaining_daily_limit"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="textEnd"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/tv_remaining_monthly_limit"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="textEnd"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/tv_remaining_times_monthly"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="textEnd"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_more_title"
|
||
|
background="@drawable/bg_fake_white_with_bottom_border"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="8dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/remittance_recipient_more_title"
|
||
|
textAllCaps="true"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017849"/>
|
||
|
<com.scb.phone.view.custom.common.TintNoteEditText
|
||
|
id="@+id/et_note"
|
||
|
background="#ffffff"
|
||
|
paddingBottom="16dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x2b="@string/remittance_recipient_note_input_hint"
|
||
|
NOT_FOUND_0x33="@string/remittance_recipient_note_input_title"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_remark"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/remittance_input_remark_message"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<View
|
||
|
id="@+id/v_space"
|
||
|
background="#f5f3f6"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1"/>
|
||
|
<Button
|
||
|
enabled="false"
|
||
|
id="@+id/bt_action"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/remittance_input_proceed_button_message"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|