31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
id="@+id/view_group_root"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<FrameLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<fragment
|
||
|
name="com.scb.phone.view.fragment.demo.ntb.NTBBankingServiceFragment"
|
||
|
id="@+id/fragment_banking_service"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"/>
|
||
|
<include layout="@layout/2131559024"/>
|
||
|
</FrameLayout>
|
||
|
<FrameLayout
|
||
|
id="@+id/tutorial_view"
|
||
|
background="#716f74"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<ImageView
|
||
|
layout_gravity="bottom"
|
||
|
id="@+id/tutorial_image_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
scaleType="fitXY"
|
||
|
contentDescription="@null"/>
|
||
|
</FrameLayout>
|
||
|
</FrameLayout>
|