diff options
author | lado <herrlado@gmail.com> | 2011-11-11 14:50:52 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-11-11 14:50:52 +0100 |
commit | daf0cb43c09889e49c3da44dc9b27eb0d550b950 (patch) | |
tree | fc04ff3552b703af03d9c542ed7a281c6aa48f0a /vdrmanager/res/layout/epgdetails.xml | |
parent | 4f57782be8a08a00649b9b7939086e2ac5665422 (diff) | |
download | vdr-manager-daf0cb43c09889e49c3da44dc9b27eb0d550b950.tar.gz vdr-manager-daf0cb43c09889e49c3da44dc9b27eb0d550b950.tar.bz2 |
viewpager
Diffstat (limited to 'vdrmanager/res/layout/epgdetails.xml')
-rw-r--r-- | vdrmanager/res/layout/epgdetails.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vdrmanager/res/layout/epgdetails.xml b/vdrmanager/res/layout/epgdetails.xml new file mode 100644 index 0000000..ae22b26 --- /dev/null +++ b/vdrmanager/res/layout/epgdetails.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> + <!-- + <com.jakewharton.androidviewpagerindicator.TitlePageIndicator + android:id="@+id/indicator" + android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + --> + <android.support.v4.view.ViewPager + android:id="@+id/viewpager" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_weight="1" /> +</LinearLayout>
\ No newline at end of file |