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

81 lines
2.7 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"
id="@+id/bill_layout"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
id="@+id/success_icon"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="16dp"
src="@drawable/ic_check_circle_black_48dp"
contentDescription="@null"/>
<TextView
layout_gravity="center"
id="@+id/text_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/review_success_transfer"
style="@style/2132017937"/>
<TextView
layout_gravity="center"
id="@+id/text_date_time"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017664"/>
<TextView
layout_gravity="center"
id="@+id/text_reference_id"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017664"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"/>
<include layout="@layout/2131558883"/>
<RelativeLayout
id="@+id/slip_qr_section"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingVertical="@dimen/2131165495">
<TextView
id="@+id/slip_qr_code_description_text_view"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/successful_qr_code_transfer_description"
layout_marginEnd="16dp"
layout_toStartOf="@+id/slip_qr_code_image"
style="@style/2132017661"/>
<ImageView
layout_gravity="center"
id="@+id/slip_qr_code_image"
layout_width="88dp"
layout_height="88dp"
scaleType="fitXY"
layout_alignParentRight="true"
contentDescription="@null"
layout_alignParentEnd="true"/>
</RelativeLayout>
<com.scb.phone.view.custom.transferandpay.CustomPhotoLeftDetails
id="@+id/gift_details"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x12="true"/>
<com.scb.phone.view.custom.transferandpay.CustomNoteItem
id="@+id/message_note"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017869"/>
</LinearLayout>