2014-02-09 21:17:30 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-01-13 00:39:51 +01:00
|
|
|
android:layout_width="match_parent"
|
2014-02-09 21:17:30 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical" >
|
2013-12-25 18:15:30 +01:00
|
|
|
|
2014-02-09 21:17:30 +01:00
|
|
|
<android.support.v4.view.ViewPager
|
|
|
|
|
android:id="@+id/pager"
|
2014-01-07 22:59:39 +01:00
|
|
|
android:layout_width="match_parent"
|
2014-02-09 21:17:30 +01:00
|
|
|
android:layout_height="match_parent" />
|
2014-01-13 00:39:51 +01:00
|
|
|
|
2014-02-09 21:17:30 +01:00
|
|
|
</LinearLayout>
|