Skip to content

Instantly share code, notes, and snippets.

@griajobag
Created July 1, 2016 17:09
Show Gist options
  • Save griajobag/312242498190f67469c6cbe44e1d62b2 to your computer and use it in GitHub Desktop.
Save griajobag/312242498190f67469c6cbe44e1d62b2 to your computer and use it in GitHub Desktop.
splash screen
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.putuguna.viewpagerindicator.MainActivity">
<android.support.v4.view.ViewPager
android:id="@+id/pager_instruction"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:listitem="@layout/pager_item_image"/>
<RelativeLayout
android:id="@+id/viewPagerIndicator"
android:layout_width="match_parent"
android:layout_height="55dp"
android:layout_alignParentBottom="true"
android:layout_marginTop="5dp"
android:gravity="center">
<LinearLayout
android:id="@+id/viewPagerCountDots"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:gravity="center"
android:orientation="horizontal">
</LinearLayout>
</RelativeLayout>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment