diff options
author | lado <herrlado@gmail.com> | 2013-06-16 01:06:47 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-06-16 01:07:33 +0200 |
commit | 72afbc425b9ebbe0ff4b944569d36c315d2fd1f9 (patch) | |
tree | 2e18166d96ce6405340bf50ded400275bdabad1d /vdrmanager/res/layout/epg_detail.xml | |
parent | 1344685b2f6965332755677204fecb48e7b3f1ac (diff) | |
download | vdr-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.xml | 9 |
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> |