2010-10-19 23:24:04 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-04-10 12:39:28 +10:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/fdroid_layout"
|
2011-08-16 21:32:51 +03:00
|
|
|
android:layout_width="fill_parent" android:layout_height="fill_parent"
|
2013-04-10 12:39:28 +10:00
|
|
|
android:orientation="vertical">
|
2011-08-16 21:32:51 +03:00
|
|
|
|
2013-04-10 12:39:28 +10:00
|
|
|
<android.support.v4.view.ViewPager
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/main_pager"
|
2013-04-10 10:17:55 +10:00
|
|
|
android:layout_width="fill_parent"
|
2013-04-10 12:39:28 +10:00
|
|
|
android:layout_height="fill_parent">
|
|
|
|
|
|
|
|
</android.support.v4.view.ViewPager>
|
2010-10-19 23:24:04 +01:00
|
|
|
|
2013-04-10 12:39:28 +10:00
|
|
|
</LinearLayout>
|