diff options
Diffstat (limited to 'vdrmanager/res')
-rw-r--r-- | vdrmanager/res/menu-v11/epg_details.xml | 17 | ||||
-rw-r--r-- | vdrmanager/res/menu-v11/epg_list_menu.xml | 5 | ||||
-rw-r--r-- | vdrmanager/res/menu-v11/refresh_menu.xml | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/vdrmanager/res/menu-v11/epg_details.xml b/vdrmanager/res/menu-v11/epg_details.xml new file mode 100644 index 0000000..fbbc9d6 --- /dev/null +++ b/vdrmanager/res/menu-v11/epg_details.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" > + + <item + android:id="@+id/epg_details_menu_search_repeat" + android:showAsAction="ifRoom" + android:icon="@drawable/ic_menu_view" + android:title="@string/search_reapt"/> + + <item + android:showAsAction="ifRoom|withText" + android:id="@+id/epg_details_menu_share" + android:icon="@android:drawable/ic_menu_share" + android:actionProviderClass="android.widget.ShareActionProvider" + android:title="@string/share"/> + +</menu> diff --git a/vdrmanager/res/menu-v11/epg_list_menu.xml b/vdrmanager/res/menu-v11/epg_list_menu.xml index 513ac70..215fc26 100644 --- a/vdrmanager/res/menu-v11/epg_list_menu.xml +++ b/vdrmanager/res/menu-v11/epg_list_menu.xml @@ -12,4 +12,9 @@ android:icon="@android:drawable/ic_menu_search" android:title="@string/epg_menu_times"/> --> + <item + android:id="@+id/epg_list_menu_channels" + android:icon="@drawable/ic_menu_moreoverflow" + android:showAsAction="ifRoom" + android:title="@string/action_menu_channels"/> </menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu-v11/refresh_menu.xml b/vdrmanager/res/menu-v11/refresh_menu.xml new file mode 100644 index 0000000..9c31b62 --- /dev/null +++ b/vdrmanager/res/menu-v11/refresh_menu.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" > + + <item + android:id="@+id/list_refresh" + android:alphabeticShortcut="r" + android:icon="@drawable/ic_menu_refresh" + android:showAsAction="ifRoom" + android:title="@string/refresh"/> + +</menu>
\ No newline at end of file |