summaryrefslogtreecommitdiff
path: root/vdrmanager/res/layout/epg_detail.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2013-06-16 01:06:47 +0200
committerlado <herrlado@gmail.com>2013-06-16 01:07:33 +0200
commit72afbc425b9ebbe0ff4b944569d36c315d2fd1f9 (patch)
tree2e18166d96ce6405340bf50ded400275bdabad1d /vdrmanager/res/layout/epg_detail.xml
parent1344685b2f6965332755677204fecb48e7b3f1ac (diff)
downloadvdr-manager-72afbc425b9ebbe0ff4b944569d36c315d2fd1f9.tar.gz
vdr-manager-72afbc425b9ebbe0ff4b944569d36c315d2fd1f9.tar.bz2
http://projects.vdr-developer.org/issues/1386
Diffstat (limited to 'vdrmanager/res/layout/epg_detail.xml')
-rw-r--r--vdrmanager/res/layout/epg_detail.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/vdrmanager/res/layout/epg_detail.xml b/vdrmanager/res/layout/epg_detail.xml
index 9c74654..8374a17 100644
--- a/vdrmanager/res/layout/epg_detail.xml
+++ b/vdrmanager/res/layout/epg_detail.xml
@@ -107,7 +107,7 @@
<View style="@style/Line" />
- <LinearLayout
+ <LinearLayout android:id="@+id/audio_block"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
@@ -125,6 +125,13 @@
android:layout_marginLeft="5dp"
android:text="" />
</LinearLayout>
+
+ <TextView
+ android:id="@+id/epg_detail_cats"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="Thriller, Comedy" />
+
</LinearLayout>
</ScrollView>