aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/menu/nowplaying_downloading.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/menu/nowplaying_downloading.xml')
-rw-r--r--subsonic-android/res/menu/nowplaying_downloading.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/subsonic-android/res/menu/nowplaying_downloading.xml b/subsonic-android/res/menu/nowplaying_downloading.xml
deleted file mode 100644
index 9376731a..00000000
--- a/subsonic-android/res/menu/nowplaying_downloading.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:id="@+id/menu_remove_all"
- android:icon="@drawable/action_remove_all"
- android:title="@string/download.menu_remove_all"
- android:showAsAction="always|withText"/>
-
- <item
- android:id="@+id/menu_screen_on_off"
- android:icon="@drawable/action_screen_on_off"
- android:title="@string/download.menu_screen_on"
- android:showAsAction="ifRoom|withText"/>
-
- <item
- android:id="@+id/menu_toggle_timer"
- android:title="@string/download.start_timer"/>
-
- <item
- android:id="@+id/menu_toggle_now_playing"
- android:title="@string/download.show_now_playing"/>
-
- <item
- android:id="@+id/menu_exit"
- android:icon="@drawable/action_exit"
- android:title="@string/menu.exit"/>
-</menu>