41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
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">
|
||
|
<include layout="@layout/2131558884"/>
|
||
|
<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"
|
||
|
layout_marginBottom="8dp"/>
|
||
|
<com.scb.phone.view.custom.transferandpay.CustomMovieTicket
|
||
|
id="@+id/movie_ticket"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<include
|
||
|
id="@+id/bnpl_divider"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout="@layout/2131559392"/>
|
||
|
<include
|
||
|
id="@+id/custom_transfer_and_pay_bnpl_loan_detail"
|
||
|
layout="@layout/2131559379"/>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|