113 lines
4.1 KiB
XML
113 lines
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/view_group_root_test"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include
|
|
id="@+id/toolbar"
|
|
layout="@layout/2131559376"/>
|
|
<com.google.android.material.tabs.TabLayout
|
|
id="@+id/new_transaction_tab_layout"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
layout_below="@+id/toolbar"
|
|
NOT_FOUND_0x14="@style/2132017165"
|
|
style="@style/2132017164"/>
|
|
<com.scb.phone.view.custom.common.NoSwipeViewPager
|
|
id="@+id/new_transaction_view_pager"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_below="@+id/new_transaction_tab_layout"/>
|
|
<ImageView
|
|
id="@+id/overlay_new_transfer_tutorial_image_view"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
contentDescription="@null"
|
|
elevation="9dp"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/new_transfer_pay_tutorial_linear_layout"
|
|
background="#4d21262c"
|
|
visibility="gone"
|
|
clickable="true"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_marginTop="?attr/actionBarSize"
|
|
elevation="9dp">
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="40dp">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_weight="1">
|
|
<TextView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/transfer_tab"
|
|
layout_centerInParent="true"
|
|
textAllCaps="true"
|
|
style="@style/2132017963"/>
|
|
<View
|
|
background="#7631c1"
|
|
layout_width="match_parent"
|
|
layout_height="2dp"
|
|
layout_alignParentBottom="true"/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
gravity="center"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
text="@string/top_up_tab"
|
|
layout_weight="1"
|
|
textAllCaps="true"
|
|
style="@style/2132017915"/>
|
|
<TextView
|
|
gravity="center"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
text="@string/bill_payment_tab"
|
|
layout_weight="1"
|
|
textAllCaps="true"
|
|
style="@style/2132017915"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp">
|
|
<ImageView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_arrow_coachmark_curved"
|
|
layout_weight="1"
|
|
contentDescription="@null"/>
|
|
<ImageView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_arrow_coachmark"
|
|
layout_weight="1"
|
|
contentDescription="@null"/>
|
|
<ImageView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_arrow_right_coachmark"
|
|
layout_weight="1"
|
|
contentDescription="@null"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
gravity="center"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/new_transfer_pay_tutorial"
|
|
layout_marginStart="70dp"
|
|
layout_marginEnd="70dp"
|
|
style="@style/2132017901"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|