32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
background="#00000000"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
|
||
|
id="@+id/source_detail"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayTarget
|
||
|
id="@+id/target_detail"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayTarget
|
||
|
id="@+id/quantity_detail"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayTarget
|
||
|
id="@+id/fee_detail"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<com.scb.phone.view.custom.common.CustomAddressItem
|
||
|
id="@+id/mailing_address_detail"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
</LinearLayout>
|