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

21 lines
805 B
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="#ffffff"
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"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
id="@+id/status"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>