aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_album.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-10-04 18:23:14 -0700
committerScott Jackson <daneren2005@gmail.com>2014-10-04 18:23:14 -0700
commitbe75b266a7c1d44b33b7cc93e39469f61c715999 (patch)
tree956e4cb4a0b1026c28fad1a282ee0ef16d1bd54a /res/menu/select_album.xml
parent51ffbb23b82287932089881c920203257022eedc (diff)
downloaddsub-be75b266a7c1d44b33b7cc93e39469f61c715999.tar.gz
dsub-be75b266a7c1d44b33b7cc93e39469f61c715999.tar.bz2
dsub-be75b266a7c1d44b33b7cc93e39469f61c715999.zip
Add cache/delete to album only option menus
Diffstat (limited to 'res/menu/select_album.xml')
-rw-r--r--res/menu/select_album.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/menu/select_album.xml b/res/menu/select_album.xml
index 1a575d31..fa887c28 100644
--- a/res/menu/select_album.xml
+++ b/res/menu/select_album.xml
@@ -20,4 +20,16 @@
<item
android:id="@+id/menu_show_all"
android:title="@string/menu.show_all"/>
+
+ <item
+ android:id="@+id/menu_download"
+ android:title="@string/common.download"/>
+
+ <item
+ android:id="@+id/menu_cache"
+ android:title="@string/common.pin"/>
+
+ <item
+ android:id="@+id/menu_delete"
+ android:title="@string/menu.delete_cache"/>
</menu>