summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-01 13:41:54 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-01 13:41:54 +0200
commitd1b1c92efe79e6aa7bb954d8b17ecfed2c7655b8 (patch)
treeff5d940766052f30ec10cb094ceee87400959033 /res/layout
parent364e9e1c5ca37dfd5c09b1d21a8153ac10ee746d (diff)
downloadAntennaPod-d1b1c92efe79e6aa7bb954d8b17ecfed2c7655b8.zip
Added viewpager indicator library
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/main.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 6c578105e..1ab614050 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main_view"
+ android:id="@+id/main_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
+
+ <com.viewpagerindicator.TabPageIndicator
+ android:id="@+id/tabs"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ />
+
<android.support.v4.view.ViewPager
android:id="@+id/viewpager"
android:layout_width="match_parent"