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

18 lines
702 B
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?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>