aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-09-21 12:43:41 +0200
committerChristian Schneppe <christian@pix-art.de>2019-09-21 12:43:41 +0200
commitc5c9c92b26759d475af1ce79fcd065e4a7128ccc (patch)
treeacd7ff0f501665a49c42e3140fa967e31ca46967 /src/main/res/menu
parent5289ddd6d8037ae03d5a3ec46a160b93ac8fe0d4 (diff)
show context menu in channel search to share uri
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/channel_item_context.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/menu/channel_item_context.xml b/src/main/res/menu/channel_item_context.xml
new file mode 100644
index 000000000..7d26a42dd
--- /dev/null
+++ b/src/main/res/menu/channel_item_context.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item
+ android:id="@+id/share_with"
+ android:title="@string/share_uri_with" />
+</menu> \ No newline at end of file