summaryrefslogtreecommitdiff
path: root/android/experimental/LOAndroid3/res/menu/context_menu.xml
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2014-12-03 17:04:27 +0000
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2015-01-09 10:51:24 +0000
commit60dd2161bb21a9232a163ce785dd18227e25a335 (patch)
tree8a76e6f04f6c55f6276e072ea697127b4249b98e /android/experimental/LOAndroid3/res/menu/context_menu.xml
parent2e3655bb51785d14b5e5bd3b07e0b6ae2fe1f86b (diff)
Android: add context menu in document browser
Change-Id: I234f7ddb99570498f86449cf61ceb72696995b0d
Diffstat (limited to 'android/experimental/LOAndroid3/res/menu/context_menu.xml')
-rw-r--r--android/experimental/LOAndroid3/res/menu/context_menu.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/experimental/LOAndroid3/res/menu/context_menu.xml b/android/experimental/LOAndroid3/res/menu/context_menu.xml
new file mode 100644
index 000000000000..3951971b4b2c
--- /dev/null
+++ b/android/experimental/LOAndroid3/res/menu/context_menu.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+ <item android:id="@+id/context_menu_open"
+ android:title="@string/open"/>
+</menu>