what-the-bank/resources/res/layout/2131558593.xml

69 lines
2.6 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"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<com.google.android.material.tabs.TabLayout
id="@+id/gifts_selection_tabs"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017164"/>
<androidx.viewpager.widget.ViewPager
id="@+id/gifts_selection_viewpager"
layout_width="match_parent"
layout_height="match_parent"/>
</LinearLayout>
<ImageView
id="@+id/blur_background_image_view"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
contentDescription="@null"/>
<LinearLayout
orientation="vertical"
id="@+id/gift_tutorial_container"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
elevation="100dp">
<ImageView
layout_gravity="right"
id="@+id/skip_gift_tutorial_image_view"
paddingTop="8dp"
paddingBottom="24dp"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/tutorial_cross"
contentDescription="@null"
paddingStart="24dp"
paddingEnd="24dp"/>
<RelativeLayout
layout_width="match_parent"
layout_height="match_parent">
<androidx.viewpager.widget.ViewPager
id="@+id/gift_tutorial_view_pager"
layout_width="match_parent"
layout_height="match_parent"
layout_alignParentLeft="true"
layout_alignParentTop="true"
layout_alignParentStart="true"/>
<me.relex.circleindicator.CircleIndicator
id="@+id/gift_tutorial_indicator"
layout_width="match_parent"
layout_height="12dp"
layout_marginBottom="20dp"
layout_alignParentBottom="true"
NOT_FOUND_0x13="@drawable/white_tutorial_select_indicator_radius"
NOT_FOUND_0x14="@drawable/white_tutorial_unselect_indicator_radius"/>
</RelativeLayout>
</LinearLayout>
</RelativeLayout>