summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-01 12:34:10 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-01 12:34:10 +0200
commit364e9e1c5ca37dfd5c09b1d21a8153ac10ee746d (patch)
treeb17710bdff267622786a7ee7906971534d7099c1 /res/layout
parent8b5a7d8a41f67da6175102c8026ffaf71c402de0 (diff)
downloadAntennaPod-364e9e1c5ca37dfd5c09b1d21a8153ac10ee746d.zip
Replaced tabs in the main Activity with viewpager
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/main.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index b96bf31bf..6c578105e 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -4,11 +4,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
- <FrameLayout
- android:id="@+id/main_fragment"
+ <android.support.v4.view.ViewPager
+ android:id="@+id/viewpager"
android:layout_width="match_parent"
android:layout_height="0px"
android:layout_weight="1">
- </FrameLayout>
+ </android.support.v4.view.ViewPager>
</LinearLayout>