2011-12-23 19:22:06 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-07-01 13:41:54 +02:00
|
|
|
android:id="@+id/main_view"
|
2012-05-29 13:26:14 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2011-12-23 19:22:06 +01:00
|
|
|
android:orientation="vertical" >
|
2012-07-01 13:41:54 +02:00
|
|
|
|
|
|
|
<com.viewpagerindicator.TabPageIndicator
|
|
|
|
android:id="@+id/tabs"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
/>
|
|
|
|
|
2012-07-01 12:34:10 +02:00
|
|
|
<android.support.v4.view.ViewPager
|
|
|
|
android:id="@+id/viewpager"
|
2012-05-29 13:26:14 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="0px"
|
|
|
|
android:layout_weight="1">
|
2012-07-01 12:34:10 +02:00
|
|
|
</android.support.v4.view.ViewPager>
|
2011-12-23 19:22:06 +01:00
|
|
|
|
|
|
|
</LinearLayout>
|