18 lines
702 B
XML
18 lines
702 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<androidx.viewpager.widget.ViewPager
|
||
|
id="@+id/view_pager_select_account"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="120dp"/>
|
||
|
<me.relex.circleindicator.CircleIndicator
|
||
|
id="@+id/circle_indicator"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="16dp"
|
||
|
layout_marginTop="8dp"
|
||
|
NOT_FOUND_0x5="@drawable/dark_gray_radius"
|
||
|
NOT_FOUND_0x6="@drawable/gray_radius"/>
|
||
|
</LinearLayout>
|