diff options
author | lado <herrlado@gmail.com> | 2015-06-09 14:07:14 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2015-06-09 14:07:14 +0200 |
commit | 23d920c759303602c2a6cde38983b2aa4dbb82c2 (patch) | |
tree | d0d83c36e0698402c783ebf62e6fe7d8ee85bed2 /vdrmanager/res/menu | |
parent | be5e0132d51a829326478c668e4eac78e2c9e4d8 (diff) | |
download | vdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.gz vdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.bz2 |
StudioStructur
Diffstat (limited to 'vdrmanager/res/menu')
-rw-r--r-- | vdrmanager/res/menu/channel_list_group_menu.xml | 11 | ||||
-rw-r--r-- | vdrmanager/res/menu/channel_list_item_menu.xml | 28 | ||||
-rw-r--r-- | vdrmanager/res/menu/channellist.xml | 16 | ||||
-rw-r--r-- | vdrmanager/res/menu/epg_details.xml | 27 | ||||
-rw-r--r-- | vdrmanager/res/menu/epg_event_list_menu.xml | 23 | ||||
-rw-r--r-- | vdrmanager/res/menu/epg_list_item_menu.xml | 28 | ||||
-rw-r--r-- | vdrmanager/res/menu/epg_list_menu.xml | 24 | ||||
-rw-r--r-- | vdrmanager/res/menu/epg_search_menu.xml | 12 | ||||
-rw-r--r-- | vdrmanager/res/menu/epg_search_time_item_menu.xml | 8 | ||||
-rw-r--r-- | vdrmanager/res/menu/main_menu.xml | 33 | ||||
-rw-r--r-- | vdrmanager/res/menu/recording_list_item_menu.xml | 19 | ||||
-rw-r--r-- | vdrmanager/res/menu/recording_list_menu.xml | 22 | ||||
-rw-r--r-- | vdrmanager/res/menu/refresh_filter_menu.xml | 17 | ||||
-rw-r--r-- | vdrmanager/res/menu/refresh_menu.xml | 10 | ||||
-rw-r--r-- | vdrmanager/res/menu/timer_list_menu.xml | 16 | ||||
-rw-r--r-- | vdrmanager/res/menu/vdrlist.xml | 13 |
16 files changed, 0 insertions, 307 deletions
diff --git a/vdrmanager/res/menu/channel_list_group_menu.xml b/vdrmanager/res/menu/channel_list_group_menu.xml deleted file mode 100644 index d3f7b5f..0000000 --- a/vdrmanager/res/menu/channel_list_group_menu.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android"> - - <item - android:id="@+id/channel_group_menu_hide" - android:title="@string/channel_group_menu_hide"/> - <item - android:id="@+id/channel_group_menu_hide_permanent" - android:title="@string/channel_group_menu_hide_permanent"/> - -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/channel_list_item_menu.xml b/vdrmanager/res/menu/channel_list_item_menu.xml deleted file mode 100644 index c2fc9e0..0000000 --- a/vdrmanager/res/menu/channel_list_item_menu.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android"> - -<item - android:id="@+id/channel_item_menu_stream" - android:title="@string/channel_item_menu_stream"/> - -<!-- - <item - android:id="@+id/channel_item_menu_epg" - android:title="@string/channel_item_menu_epg"/> ---> - -<item - android:id="@+id/channel_item_menu_switch" - android:title="@string/channel_item_menu_switch"/> - -<!-- - <item android:visible="false" - android:id="@+id/channel_item_menu_hide" - android:title="@string/channel_item_menu_hide"/> - - <item android:visible="false" - android:id="@+id/channel_item_menu_hide_permanent" - android:title="@string/channel_item_menu_hide_permanent"/> ---> - -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/channellist.xml b/vdrmanager/res/menu/channellist.xml deleted file mode 100644 index 4f2695a..0000000 --- a/vdrmanager/res/menu/channellist.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > - - <item - android:id="@+id/channels_recent_channels" android:alphabeticShortcut="r" - android:icon="@drawable/ic_menu_recent_history" - v7:showAsAction="ifRoom" - android:title="@string/recent_channels"/> - - <item - android:id="@+id/channels_groupby" android:alphabeticShortcut="g" - android:icon="@android:drawable/ic_menu_sort_alphabetically" - v7:showAsAction="ifRoom" - android:title="@string/menu_groupby"/> - -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/epg_details.xml b/vdrmanager/res/menu/epg_details.xml deleted file mode 100644 index 6ce238a..0000000 --- a/vdrmanager/res/menu/epg_details.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:v7="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android" > - - <item - android:id="@+id/epg_details_menu_search_repeat" - v7:showAsAction="ifRoom" - android:icon="@drawable/ic_menu_view" - android:title="@string/search_reapt"/> - - <item - v7:showAsAction="ifRoom" - android:id="@+id/epg_details_menu_share" - android:icon="@android:drawable/ic_menu_share" - android:title="@string/share"/> - - <item - v7:showAsAction="ifRoom" - android:id="@+id/epg_details_menu_add_to_cal" - android:icon="@android:drawable/ic_menu_month" - android:title="@string/addtocal"/> - - <item - v7:showAsAction="ifRoom" - android:id="@+id/epg_details_menu_switch" - android:icon="@drawable/ic_menu_goto" - android:title="@string/switch_to_channel"/> -</menu> diff --git a/vdrmanager/res/menu/epg_event_list_menu.xml b/vdrmanager/res/menu/epg_event_list_menu.xml deleted file mode 100644 index 4796a13..0000000 --- a/vdrmanager/res/menu/epg_event_list_menu.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > - - <!-- - <item - android:id="@+id/epg_menu_search" - android:icon="@android:drawable/ic_menu_search" - android:title="@string/epg_menu_search"/> - --> - <!-- - <item - android:id="@+id/epg_menu_times" - android:icon="@android:drawable/ic_menu_search" - android:title="@string/epg_menu_times"/> - --> - <!-- --> - - <item - v7:showAsAction="ifRoom" - android:id="@+id/epg_list_stream" - android:icon="@drawable/ic_menu_play_clip" - android:title="@string/livetv"/> -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/epg_list_item_menu.xml b/vdrmanager/res/menu/epg_list_item_menu.xml deleted file mode 100644 index 15dbef8..0000000 --- a/vdrmanager/res/menu/epg_list_item_menu.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" > - - <item - android:id="@+id/epg_item_menu_timer_toggle" - android:title="@string/epg_item_menu_timer_enable" - android:visible="false"/> - <item - android:id="@+id/epg_item_menu_timer_add" - android:title="@string/epg_item_menu_timer_add"/> - <item - android:id="@+id/epg_item_menu_timer_delete" - android:title="@string/epg_item_menu_timer_delete" - android:visible="false"/> - <item - android:id="@+id/epg_item_menu_timer_modify" - android:title="@string/epg_item_menu_timer_modify" - android:visible="false"/> - <item - android:id="@+id/epg_item_menu_live_tv" - android:title="@string/livetv" - android:visible="false"/> - <item - android:id="@+id/epg_item_menu_switchto" - android:title="@string/switch_to_channel" - android:visible="true"/> - -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/epg_list_menu.xml b/vdrmanager/res/menu/epg_list_menu.xml deleted file mode 100644 index 2e1b029..0000000 --- a/vdrmanager/res/menu/epg_list_menu.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > - - <!-- - <item - android:id="@+id/epg_menu_search" - android:icon="@android:drawable/ic_menu_search" - android:title="@string/epg_menu_search"/> - --> - <!-- - <item - android:id="@+id/epg_menu_times" - android:icon="@android:drawable/ic_menu_search" - android:title="@string/epg_menu_times"/> - --> - <!-- --> - - <item - android:id="@+id/epg_list_sort_menu" - android:icon="@android:drawable/ic_menu_sort_alphabetically" - v7:showAsAction="ifRoom" - android:title="@string/sort"/> - -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/epg_search_menu.xml b/vdrmanager/res/menu/epg_search_menu.xml deleted file mode 100644 index 22a69ee..0000000 --- a/vdrmanager/res/menu/epg_search_menu.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > - -<!-- --> - <item - android:id="@+id/epg_search" - android:icon="@android:drawable/ic_menu_search" - android:alphabeticShortcut="s" - v7:showAsAction="always" - android:title="@string/action_menu_search"/> - -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/epg_search_time_item_menu.xml b/vdrmanager/res/menu/epg_search_time_item_menu.xml deleted file mode 100644 index a54abf0..0000000 --- a/vdrmanager/res/menu/epg_search_time_item_menu.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android"> - - <item - android:id="@+id/epg_search_time_delete" - android:title="@string/common_delete"/> - -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/main_menu.xml b/vdrmanager/res/menu/main_menu.xml deleted file mode 100644 index f08a1fd..0000000 --- a/vdrmanager/res/menu/main_menu.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > - - <item - android:id="@+id/main_menu_goto" - android:icon="@drawable/ic_menu_goto" - v7:showAsAction="ifRoom" - android:title="@string/main_menu_goto"/> - <item - android:id="@+id/menu_search" - v7:actionViewClass="android.support.v7.widget.SearchView" - android:icon="@android:drawable/ic_menu_search" - v7:showAsAction="always" - android:title="@string/search"/> - <item - android:id="@+id/main_menu_preferences" - android:icon="@android:drawable/ic_menu_preferences" - v7:showAsAction="ifRoom" - android:title="@string/main_menu_preferences"/> - <item - android:id="@+id/main_menu_clear_search" - android:icon="@android:drawable/ic_menu_delete" - android:title="@string/main_menu_clear_search"/> - <item - android:id="@+id/main_menu_info" - android:icon="@android:drawable/ic_menu_info_details" - android:title="@string/main_menu_info"/> - <item - android:id="@+id/main_menu_exit" - android:icon="@android:drawable/ic_menu_close_clear_cancel" - android:title="@string/main_menu_exit"/> - -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/recording_list_item_menu.xml b/vdrmanager/res/menu/recording_list_item_menu.xml deleted file mode 100644 index 1da52d5..0000000 --- a/vdrmanager/res/menu/recording_list_item_menu.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" > - - <item - android:id="@+id/recording_item_menu_delete" - android:title="@string/recording_item_menu_delete"/> - <item - android:id="@+id/recording_item_menu_stream" - android:title="@string/recording_item_menu_stream"/> - <item - android:id="@+id/epg_item_menu_live_tv" - android:title="@string/livetv" - android:visible="false"/> - <item - android:id="@+id/epg_item_menu_switchto" - android:title="@string/switch_to_channel" - android:visible="true"/> - -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/recording_list_menu.xml b/vdrmanager/res/menu/recording_list_menu.xml deleted file mode 100644 index ddc32e7..0000000 --- a/vdrmanager/res/menu/recording_list_menu.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android"> -<!-- - <item - android:id="@+id/epg_menu_search" - android:icon="@android:drawable/ic_menu_search" - android:title="@string/epg_menu_search"/> ---> -<!-- - <item - android:id="@+id/epg_menu_times" - android:icon="@android:drawable/ic_menu_search" - android:title="@string/epg_menu_times"/> - --> - <!-- - <item - android:id="@+id/menu_groupby" android:alphabeticShortcut="g" - android:icon="@android:drawable/ic_menu_sort_alphabetically" - android:showAsAction="ifRoom" - android:title="@string/menu_groupby"/> - --> -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/refresh_filter_menu.xml b/vdrmanager/res/menu/refresh_filter_menu.xml deleted file mode 100644 index 0046707..0000000 --- a/vdrmanager/res/menu/refresh_filter_menu.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > - - <item - android:id="@+id/list_refresh" - android:alphabeticShortcut="r" - android:icon="@drawable/ic_menu_refresh" - v7:showAsAction="ifRoom" - android:title="@string/refresh"/> - - <item - android:id="@+id/list_filter" - android:alphabeticShortcut="f" - android:icon="@drawable/ic_menu_filter" - v7:showAsAction="ifRoom" - android:title="@string/filter"/> -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/refresh_menu.xml b/vdrmanager/res/menu/refresh_menu.xml deleted file mode 100644 index 79626b9..0000000 --- a/vdrmanager/res/menu/refresh_menu.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > - - <item - android:id="@+id/list_refresh" - android:alphabeticShortcut="r" - v7:showAsAction="ifRoom" - android:icon="@drawable/ic_menu_refresh" - android:title="@string/refresh"/> -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/timer_list_menu.xml b/vdrmanager/res/menu/timer_list_menu.xml deleted file mode 100644 index 3003bea..0000000 --- a/vdrmanager/res/menu/timer_list_menu.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android"> -<!-- - <item - android:id="@+id/epg_menu_search" - android:icon="@android:drawable/ic_menu_search" - android:title="@string/epg_menu_search"/> ---> -<!-- --> - <item - android:id="@+id/timer_menu_add" - android:icon="@android:drawable/ic_menu_add" - android:alphabeticShortcut="a" - android:title="@string/epg_item_menu_timer_add"/> - -</menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/vdrlist.xml b/vdrmanager/res/menu/vdrlist.xml deleted file mode 100644 index f156173..0000000 --- a/vdrmanager/res/menu/vdrlist.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > - - <item - android:id="@+id/main_menu_vdrlist_add" - android:icon="@android:drawable/ic_menu_add" - v7:showAsAction="always" - android:title="@string/new_vdr"/> - <item - android:id="@+id/main_menu_vdrlist_restore" - android:title="@string/settings_backup_restore"/> - -</menu>
\ No newline at end of file |