Skip to content

Instantly share code, notes, and snippets.

@ejcer
Created September 7, 2014 06:23
Show Gist options
  • Save ejcer/5da483c6b24fd62afd09 to your computer and use it in GitHub Desktop.
Save ejcer/5da483c6b24fd62afd09 to your computer and use it in GitHub Desktop.
<?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="${packageName}.${activityClass}"
android:background="#000000"
android:orientation="vertical">
<com.noteworthy.HackyViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="false"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"/>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment