281 lines
10 KiB
XML
281 lines
10 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"
|
||
|
paddingTop="1dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<RelativeLayout
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_partner_logo"
|
||
|
layout_width="48dp"
|
||
|
layout_height="48dp"
|
||
|
layout_marginTop="18dp"
|
||
|
layout_marginBottom="18dp"
|
||
|
src="@drawable/icon_trans"
|
||
|
layout_centerVertical="true"
|
||
|
contentDescription="@null"
|
||
|
layout_marginStart="16dp"/>
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_toEndOf="@+id/iv_partner_logo">
|
||
|
<TextView
|
||
|
id="@+id/tv_merchant_name"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_merchant_id"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/tv_merchant_name"
|
||
|
layout_alignStart="@+id/tv_merchant_name"
|
||
|
style="@style/2132017923"/>
|
||
|
</RelativeLayout>
|
||
|
</RelativeLayout>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_conversion_rate_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
text="@string/cross_border_input_conversion_rate"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017849"/>
|
||
|
<RelativeLayout
|
||
|
id="@+id/rl_conversion_container"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_conversion_rate"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="18dp"
|
||
|
layout_marginBottom="18dp"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_toEndOf="@+id/iv_country_logo">
|
||
|
<TextView
|
||
|
id="@+id/tv_country_name"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_exchange_rate_des"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017849"/>
|
||
|
</LinearLayout>
|
||
|
<ImageView
|
||
|
id="@+id/iv_country_logo"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
layout_alignTop="@+id/ll_conversion_rate"
|
||
|
contentDescription="@null"
|
||
|
layout_marginStart="16dp"/>
|
||
|
</RelativeLayout>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_transaction_date_time"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cl_amount_khr_container"
|
||
|
background="@drawable/bg_fake_white_with_bottom_border"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_amount_local_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x1e="0"
|
||
|
NOT_FOUND_0x1f="0"
|
||
|
NOT_FOUND_0x21="0"
|
||
|
style="@style/2132017849"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0x1c="0"
|
||
|
NOT_FOUND_0x1e="0"
|
||
|
NOT_FOUND_0x1f="0"
|
||
|
NOT_FOUND_0x20="@+id/tv_amount_local_title">
|
||
|
<com.scb.phone.view.custom.common.AmountEditText
|
||
|
theme="@style/2132017488"
|
||
|
textColorHint="#c9c6cd"
|
||
|
gravity="end"
|
||
|
id="@+id/et_amount_local_value"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
inputType="numberDecimal"
|
||
|
imeOptions="actionDone"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x1c="0"
|
||
|
NOT_FOUND_0x1e="0"
|
||
|
NOT_FOUND_0x1f="0"
|
||
|
NOT_FOUND_0x21="0"
|
||
|
style="@style/2132017891"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cl_amount_thb_container"
|
||
|
background="@drawable/bg_fake_white_with_bottom_border"
|
||
|
focusableInTouchMode="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_amount_thb_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/cross_border_amount_thb_title"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x1e="0"
|
||
|
NOT_FOUND_0x1f="0"
|
||
|
NOT_FOUND_0x21="0"
|
||
|
style="@style/2132017849"/>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
id="@+id/cl_amount_thb_edit_text"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0x1c="0"
|
||
|
NOT_FOUND_0x1e="0"
|
||
|
NOT_FOUND_0x1f="0"
|
||
|
NOT_FOUND_0x20="@+id/tv_amount_thb_title">
|
||
|
<com.scb.phone.view.custom.common.AmountEditText
|
||
|
theme="@style/2132017488"
|
||
|
enabled="false"
|
||
|
textColorHint="#c9c6cd"
|
||
|
gravity="end"
|
||
|
id="@+id/et_amount_thb_value"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
inputType="numberDecimal"
|
||
|
imeOptions="actionDone"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x1c="0"
|
||
|
NOT_FOUND_0x1e="0"
|
||
|
NOT_FOUND_0x1f="0"
|
||
|
NOT_FOUND_0x21="0"
|
||
|
style="@style/2132017891"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<ImageView
|
||
|
id="@+id/iv_transfer_amount_wallet"
|
||
|
visibility="visible"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="0dp"
|
||
|
src="@drawable/ic_transfer_amount_wallet"
|
||
|
contentDescription="@null"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x1d="@+id/cl_amount_thb_edit_text"
|
||
|
NOT_FOUND_0x1e="0"
|
||
|
NOT_FOUND_0x21="0"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/tv_limit_per_trans"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017842"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/tv_remaining_amount"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017842"/>
|
||
|
<include
|
||
|
layout_width="match_parent"
|
||
|
layout_height="26dp"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout="@layout/2131559301"/>
|
||
|
<include layout="@layout/2131559259"/>
|
||
|
<TextView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/note_more_options"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017849"/>
|
||
|
<View
|
||
|
layout_marginTop="8dp"
|
||
|
style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_note"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.common.NoteEditText
|
||
|
id="@+id/note_edit_text"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
id="@+id/vw_schedule_line"
|
||
|
style="@style/2132018228"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_remark"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/cross_border_input_remark"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017842"/>
|
||
|
<androidx.appcompat.widget.AppCompatButton
|
||
|
enabled="false"
|
||
|
id="@+id/bt_review"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/review"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x1c="0"
|
||
|
NOT_FOUND_0x1e="0"
|
||
|
NOT_FOUND_0x1f="0"
|
||
|
NOT_FOUND_0x20="@+id/tvCurrencyRemarks"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|