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

85 lines
2.9 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" xmlns:attr="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
id="@+id/group_name_text_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
style="@style/2132017880"/>
<TextView
gravity="center"
id="@+id/group_id_text_view"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017913"/>
<View
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
style="@style/2132018228"/>
<TextView
gravity="center"
id="@+id/successful_transfer"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
style="@style/2132017936"/>
<TextView
gravity="center"
id="@+id/unsuccessful_transfer"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017982"/>
<TextView
gravity="center"
id="@+id/date_time_text_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017913"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
id="@+id/source"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
gravity="start"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/bulk_transfer_successful_transfer_collective"
textAllCaps="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<View
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="16dp"
style="@style/2132018228"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/amount"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xa="@string/amount"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/total_fee"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xa="@string/total_fee"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/total_amount"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xa="@string/bulk_transfer_total_amount_collective"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>