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

60 lines
2.1 KiB
XML

<?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"
paddingBottom="32dp"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="16dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
contentDescription="@null"/>
<TextView
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/bulk_transfer_successful_transfer_individual"
style="@style/2132017938"/>
<TextView
layout_gravity="center"
id="@+id/text_date_time"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017684"/>
<TextView
layout_gravity="center"
id="@+id/text_reference_id"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017684"/>
<View
layout_marginTop="16dp"
layout_marginStart="16dp"
style="@style/2132018228"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
id="@+id/source"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayTarget
id="@+id/target"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/amount"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xd="@string/amount"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/fee"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xc="false"
NOT_FOUND_0xd="@string/review_fees"/>
</LinearLayout>