2010-10-19 23:24:04 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-04-10 10:17:55 +10:00
|
|
|
<!--<LinearLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2011-08-16 21:32:51 +03:00
|
|
|
android:layout_width="fill_parent" android:layout_height="fill_parent"
|
2013-04-10 10:17:55 +10:00
|
|
|
android:orientation="vertical">-->
|
2011-08-16 21:32:51 +03:00
|
|
|
|
2013-04-10 10:17:55 +10:00
|
|
|
<android.support.v4.view.ViewPager
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/main_pager"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
2010-10-19 23:24:04 +01:00
|
|
|
|
2013-04-10 10:17:55 +10:00
|
|
|
<!--<android.support.v4.view.PagerTitleStrip
|
|
|
|
android:id="@+id/main_pager_title"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="top"
|
|
|
|
android:background="#33b5e5"
|
|
|
|
android:textColor="#fff"
|
|
|
|
android:paddingTop="4dp"
|
|
|
|
android:paddingBottom="4dp" />-->
|
2010-10-19 23:24:04 +01:00
|
|
|
|
2013-04-10 10:17:55 +10:00
|
|
|
</android.support.v4.view.ViewPager>
|