aboutsummaryrefslogtreecommitdiff
path: root/res/menu/select_share_context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/select_share_context.xml')
-rw-r--r--res/menu/select_share_context.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/res/menu/select_share_context.xml b/res/menu/select_share_context.xml
deleted file mode 100644
index d015beaf..00000000
--- a/res/menu/select_share_context.xml
+++ /dev/null
@@ -1,21 +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/share_menu_info"
- android:title="@string/common.info"/>
-
- <item
- android:id="@+id/share_menu_share"
- android:title="@string/menu.share"/>
-
- <item
- android:id="@+id/share_update_info"
- android:title="@string/playlist.update_info"
- />
-
- <item
- android:id="@+id/share_menu_delete"
- android:title="@string/share.delete"/>
-</menu>