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

34 lines
1.4 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
id="@+id/introduction_overlay"
layout_width="match_parent"
layout_height="match_parent">
<androidx.viewpager.widget.ViewPager
id="@+id/introduction_view_pager"
layout_width="match_parent"
layout_height="match_parent"/>
<me.relex.circleindicator.CircleIndicator
id="@+id/introduction_indicator"
layout_width="match_parent"
layout_height="12dp"
layout_marginBottom="20dp"
layout_alignParentBottom="true"
NOT_FOUND_0xc="@drawable/white_tutorial_select_indicator_radius"
NOT_FOUND_0xd="@drawable/white_tutorial_unselect_indicator_radius"/>
<ImageView
id="@+id/skip_tutorial_image_view"
paddingTop="24dp"
paddingBottom="24dp"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/cross_black"
layout_alignParentRight="true"
contentDescription="@null"
paddingStart="24dp"
paddingEnd="24dp"/>
</RelativeLayout>
</RelativeLayout>