mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
19 lines
No EOL
702 B
XML
19 lines
No EOL
702 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/primaryColor">
|
|
|
|
<android.support.v4.view.ViewPager
|
|
android:id="@+id/welcomePager"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fadingEdge="none" />
|
|
|
|
<com.viewpagerindicator.CirclePageIndicator
|
|
android:id="@+id/welcomePagerIndicator"
|
|
android:layout_height="@dimen/half_standard_height"
|
|
android:layout_width="match_parent"
|
|
android:layout_gravity="bottom" />
|
|
|
|
</FrameLayout> |