what-the-bank/resources/res/layout/2131558853.xml

32 lines
1.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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>