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

127 lines
5.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
id="@+id/layout_slip"
background="#00000000"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/bill_layout"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentLeft="true"
layout_alignParentTop="true"
layout_alignParentStart="true">
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<ImageView
id="@+id/success_icon"
layout_width="24dp"
layout_height="24dp"
src="@drawable/ic_check_circle_black_48dp"
layout_centerVertical="true"
contentDescription="@null"
layout_marginEnd="-24dp"
layout_toStartOf="@+id/text_title"/>
<TextView
gravity="center"
id="@+id/text_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/review_success_transfer"
layout_centerHorizontal="true"
paddingStart="32dp"
paddingEnd="32dp"
style="@style/2132017937"/>
</RelativeLayout>
<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"
paddingTop="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<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_0x1b="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>
</RelativeLayout>
<include
id="@+id/ticket_divider"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131559392"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/additional_recycler_view"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomMovieTicket
id="@+id/movie_ticket"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
</RelativeLayout>