diff options
author | lado <herrlado@gmail.com> | 2013-06-16 01:06:47 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-06-16 01:06:47 +0200 |
commit | c5b1797d0e2aee5cfc51191bc98e78998b0cb81b (patch) | |
tree | d71b642458c0696879b61cd21cc4e1f1fbf615bf /vdrmanager/res/layout/epg_detail.xml | |
parent | 1344685b2f6965332755677204fecb48e7b3f1ac (diff) | |
download | vdr-manager-c5b1797d0e2aee5cfc51191bc98e78998b0cb81b.tar.gz vdr-manager-c5b1797d0e2aee5cfc51191bc98e78998b0cb81b.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> |