diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-01-25 22:17:03 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-01-25 22:17:03 +0100 |
commit | a823f61ccf3f6d94aefd4b634d7d7069db59c89c (patch) | |
tree | 0315415ec189186a96589fcf731d11bbd8f183a4 /src/main/res/menu | |
parent | 0b22039392b3745c1e3b97c58665bb8a2907e675 (diff) |
offer 'open with' in context menu for geo uris
Diffstat (limited to 'src/main/res/menu')
-rw-r--r-- | src/main/res/menu/message_context.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/res/menu/message_context.xml b/src/main/res/menu/message_context.xml index 4112dfb8c..d92f85af4 100644 --- a/src/main/res/menu/message_context.xml +++ b/src/main/res/menu/message_context.xml @@ -2,9 +2,13 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item + android:id="@+id/open_with" + android:title="@string/open_with" + android:visible="false" /> + <item android:id="@+id/share_with" android:title="@string/share_with" - android:visible="false"/> + android:visible="false" /> <item android:id="@+id/copy_message" android:title="@string/copy_to_clipboard" |