summaryrefslogtreecommitdiff
path: root/vdrmanager/app/src/main/res/layout/epgdetails.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/app/src/main/res/layout/epgdetails.xml')
-rw-r--r--vdrmanager/app/src/main/res/layout/epgdetails.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/vdrmanager/app/src/main/res/layout/epgdetails.xml b/vdrmanager/app/src/main/res/layout/epgdetails.xml
deleted file mode 100644
index 5e29667..0000000
--- a/vdrmanager/app/src/main/res/layout/epgdetails.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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="0dip"
- android:layout_weight="1" />
-</LinearLayout> \ No newline at end of file