diff options
Diffstat (limited to 'res/menu/nowplaying_downloading.xml')
-rw-r--r-- | res/menu/nowplaying_downloading.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/res/menu/nowplaying_downloading.xml b/res/menu/nowplaying_downloading.xml deleted file mode 100644 index 50ab00f3..00000000 --- a/res/menu/nowplaying_downloading.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:compat="http://schemas.android.com/apk/res-auto"> - <item - android:id="@+id/menu_remove_all" - android:icon="?attr/remove" - android:title="@string/download.menu_remove_all" - compat:showAsAction="always|withText"/> - - <item - android:id="@+id/menu_toggle_now_playing" - android:title="@string/download.show_now_playing"/> - - <item - android:id="@+id/menu_exit" - android:title="@string/menu.exit"/> -</menu> |