diff options
author | lado <herrlado@gmail.com> | 2011-10-15 02:57:34 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-10-15 02:57:34 +0200 |
commit | 9e369f6edd85fcd77c1ce4009df63d9993e53d18 (patch) | |
tree | 86f9fc0f092354048cdb51a828bf2e61e87fc40b /vdrmanager/res/layout/epg_detail.xml | |
parent | e11ed9dce9afefb3818d64ac95ef24edf9f9c041 (diff) | |
download | vdr-manager-9e369f6edd85fcd77c1ce4009df63d9993e53d18.tar.gz vdr-manager-9e369f6edd85fcd77c1ce4009df63d9993e53d18.tar.bz2 |
implemented search (not yet 100% clean) and time search not know if
works, not yet tested.
Added imdb support
Diffstat (limited to 'vdrmanager/res/layout/epg_detail.xml')
-rw-r--r-- | vdrmanager/res/layout/epg_detail.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/vdrmanager/res/layout/epg_detail.xml b/vdrmanager/res/layout/epg_detail.xml index 41305a2..bc64690 100644 --- a/vdrmanager/res/layout/epg_detail.xml +++ b/vdrmanager/res/layout/epg_detail.xml @@ -129,7 +129,7 @@ android:layout_centerHorizontal="true" style="?android:attr/buttonStyleSmall" android:layout_marginLeft="20dip" android:layout_marginRight="20dip" android:background="@android:drawable/list_selector_background" - android:text="@string/epg_event_create_timer_text"/> + android:text="@string/epg_eent_livetv_text"/> <ImageButton android:id="@+id/epg_event_create_timer" @@ -141,6 +141,18 @@ android:background="@android:drawable/list_selector_background" style="?android:attr/buttonStyleSmall" android:text="@string/epg_event_create_timer_text"/> + + <ImageButton + android:id="@+id/epg_event_imdb" + android:src="@drawable/imdb" + android:layout_width="wrap_content" + android:layout_height="wrap_content" android:layout_marginLeft="20dip" android:layout_marginRight="20dip" + android:layout_gravity="center_horizontal" + android:layout_centerHorizontal="true" + android:background="@android:drawable/list_selector_background" + style="?android:attr/buttonStyleSmall" + android:text="@string/epg_event_imdb_text"/> + <!-- <ImageButton |