Skip to content

Instantly share code, notes, and snippets.

@linggom
Created March 26, 2014 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linggom/9776475 to your computer and use it in GitHub Desktop.
Save linggom/9776475 to your computer and use it in GitHub Desktop.
<LinearLayout 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"
android:orientation="vertical"
tools:context=".MainActivity" xmlns:app="http://schemas.android.com/apk/res/com.srin.flores">
<android.support.v4.view.ViewPager
android:id="@+id/pagerContent"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment