57 lines
2.3 KiB
XML
57 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include layout="@layout/2131559376"/>
|
|
<RelativeLayout
|
|
id="@+id/view_group_root"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<androidx.core.widget.NestedScrollView
|
|
id="@+id/scroll_view"
|
|
fitsSystemWindows="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
focusableInTouchMode="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<fragment
|
|
name="com.scb.phone.view.fragment.deposit.DepositSelectorFragment"
|
|
id="@+id/fragment_account_selector"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"/>
|
|
<fragment
|
|
name="com.scb.phone.view.fragment.deposit.DepositMoreInfoFragment"
|
|
id="@+id/layout_info"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"/>
|
|
<fragment
|
|
name="com.scb.phone.view.fragment.deposit.DepositDetailTransactionFragment"
|
|
id="@+id/layout_transactions"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
<RelativeLayout
|
|
id="@+id/deposit_tutorial_relative_layout"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<com.scb.phone.view.custom.common.NoSwipeViewPager
|
|
id="@+id/deposit_coach_mark_view_pager"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_alignParentLeft="true"
|
|
layout_alignParentTop="true"
|
|
layout_alignParentStart="true"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|