apps-android-commons/app/src/main/res/layout/activity_welcome.xml
2017-03-15 18:58:57 +03:00

22 lines
No EOL
701 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="?attr/commonsAppBlue"
>
<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="24dp"
android:layout_width="match_parent"
android:layout_gravity="bottom"
/>
</FrameLayout>