Skip to content

Instantly share code, notes, and snippets.

@hanleyhansen
Created June 22, 2013 00:29
Show Gist options
  • Save hanleyhansen/e0a5aae4ad1548316b91 to your computer and use it in GitHub Desktop.
Save hanleyhansen/e0a5aae4ad1548316b91 to your computer and use it in GitHub Desktop.
Channel Pager XML
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/com.sourcetone"
android:id="@+id/fragment_channel_pager"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.google.example.WorkspaceMod
android:id="@+android:id/viewpager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" >
</com.google.example.WorkspaceMod>
<com.sourcetone.PageControl
android:id="@+id/indicator"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="12dp"
android:paddingBottom="15dp"
android:paddingTop="5dp" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment