diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-04-08 20:55:24 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-04-08 20:55:24 -0700 |
commit | d8e08722388f5912ad1bc2cd4030bb559f6e89fe (patch) | |
tree | 6acfc365276bf1321cfa01170b1d70950fbcd4b9 /res/menu/nowplaying_downloading.xml | |
parent | dca822d87af8ea8225e51b6699f3e8d4e9eeea0a (diff) | |
download | dsub-d8e08722388f5912ad1bc2cd4030bb559f6e89fe.tar.gz dsub-d8e08722388f5912ad1bc2cd4030bb559f6e89fe.tar.bz2 dsub-d8e08722388f5912ad1bc2cd4030bb559f6e89fe.zip |
#219 Put downloading list in own sub tab, abstract a few pieces out
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> |