2015-02-23 23:03:45 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-03-06 01:12:33 +01:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-02-23 23:03:45 +01:00
|
|
|
android:layout_width="match_parent"
|
2015-03-06 01:12:33 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical">
|
2015-02-23 23:03:45 +01:00
|
|
|
|
|
|
|
|
<include
|
2015-03-06 01:12:33 +01:00
|
|
|
android:id="@+id/toolbar_tabs"
|
|
|
|
|
layout="@layout/toolbar_tabs" />
|
2015-02-23 23:03:45 +01:00
|
|
|
|
2015-03-06 01:12:33 +01:00
|
|
|
<android.support.v4.view.ViewPager
|
|
|
|
|
android:id="@+id/pager"
|
2015-02-23 23:03:45 +01:00
|
|
|
android:layout_width="match_parent"
|
2015-03-06 01:12:33 +01:00
|
|
|
android:layout_height="match_parent" />
|
2015-02-23 23:03:45 +01:00
|
|
|
|
2015-03-06 01:12:33 +01:00
|
|
|
</LinearLayout>
|