diff options
author | daneren2005 <daneren2005@gmail.com> | 2013-11-13 14:56:30 -0800 |
---|---|---|
committer | daneren2005 <daneren2005@gmail.com> | 2013-11-13 14:56:30 -0800 |
commit | d1f45dd989a7ab4ed6440e0fa854bfc2a579f690 (patch) | |
tree | 5bd191c4d1d76d4edbf671edd8ee49e7da938a1b | |
parent | 000215205be77cb656296ec9de93423022abb142 (diff) | |
download | dsub-d1f45dd989a7ab4ed6440e0fa854bfc2a579f690.tar.gz dsub-d1f45dd989a7ab4ed6440e0fa854bfc2a579f690.tar.bz2 dsub-d1f45dd989a7ab4ed6440e0fa854bfc2a579f690.zip |
Created bookmark context menu
-rw-r--r-- | res/menu/select_bookmark_context.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/res/menu/select_bookmark_context.xml b/res/menu/select_bookmark_context.xml new file mode 100644 index 00000000..af11c86f --- /dev/null +++ b/res/menu/select_bookmark_context.xml @@ -0,0 +1,24 @@ +<?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/bookmark_menu_info" + android:title="@string/common.info"/> + + <item + android:id="@+id/song_menu_download" + android:title="@string/common.download"/> + + <item + android:id="@+id/song_menu_pin" + android:title="@string/common.pin"/> + + <item + android:id="@+id/song_menu_delete" + android:title="@string/common.delete"/> + + <item + android:id="@+id/bookmark_menu_delete" + android:title="@string/bookmark.delete"/> +</menu> |