57 lines
2.2 KiB
XML
57 lines
2.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.appcompat.widget.Toolbar
|
||
|
id="@+id/toolbar_txn_header"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<RelativeLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/text_txn_header"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/wallet_detail_transaction"
|
||
|
layout_centerVertical="true"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017849"/>
|
||
|
<TextView
|
||
|
id="@+id/text_txn_month_header"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_centerVertical="true"
|
||
|
textAllCaps="true"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017871"/>
|
||
|
</RelativeLayout>
|
||
|
</androidx.appcompat.widget.Toolbar>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
minHeight="72dp">
|
||
|
<View style="@style/2132018228"/>
|
||
|
<com.google.android.material.tabs.TabLayout
|
||
|
id="@+id/tab_merchant_wallet_transaction"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="56dp"
|
||
|
style="@style/2132017164"/>
|
||
|
<com.scb.phone.view.custom.common.FragmentWrapContentViewPager
|
||
|
id="@+id/view_pager_merchant_wallet_transaction"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<include
|
||
|
layout_gravity="center_vertical"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout="@layout/2131559301"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|