aboutsummaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-12-29 00:46:38 -0800
committerScott Jackson <daneren2005@gmail.com>2013-12-29 00:46:38 -0800
commit3f27964f47a7aed7afddf4e4d3542ffecb23afc1 (patch)
treed59f6fcca606968362e7b6c096291d0c286068b8 /res/menu
parent85cdf191f2b6183a78b829f82ef75391354674f9 (diff)
downloaddsub-3f27964f47a7aed7afddf4e4d3542ffecb23afc1.tar.gz
dsub-3f27964f47a7aed7afddf4e4d3542ffecb23afc1.tar.bz2
dsub-3f27964f47a7aed7afddf4e4d3542ffecb23afc1.zip
#173 Add a share management tab
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/select_share_context.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/menu/select_share_context.xml b/res/menu/select_share_context.xml
new file mode 100644
index 00000000..3ef2826f
--- /dev/null
+++ b/res/menu/select_share_context.xml
@@ -0,0 +1,17 @@
+<?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/share_menu_info"
+ android:title="@string/common.info"/>
+
+ <item
+ android:id="@+id/share_update_info"
+ android:title="@string/playlist.update_info"
+ />
+
+ <item
+ android:id="@+id/share_menu_delete"
+ android:title="@string/common.delete"/>
+</menu>