Created
February 16, 2012 22:05
-
-
Save laurencedawson/1848207 to your computer and use it in GitHub Desktop.
PagerTitleStrip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<android.support.v4.view.ViewPager | |
android:layout_width="fill_parent" | |
android:layout_height="fill_parent" > | |
<android.support.v4.view.PagerTitleStrip | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_gravity="top" | |
android:textColor="#000" | |
android:textSize="5dp" /> | |
</android.support.v4.view.ViewPager> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment