gecko/mobile/android/base/resources/menu-v11/titlebar_contextmenu.xml.in

25 lines
820 B
XML

#filter substitution
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<menu xmlns:gecko="http://schemas.android.com/apk/res/@ANDROID_PACKAGE_NAME@">
<item gecko:id="@+id/pasteandgo"
gecko:title="@string/contextmenu_pasteandgo"/>
<item gecko:id="@+id/paste"
gecko:title="@string/contextmenu_paste"/>
<item gecko:id="@+id/share"
gecko:title="@string/contextmenu_share"/>
<item gecko:id="@+id/copyurl"
gecko:title="@string/contextmenu_copyurl"/>
<item gecko:id="@+id/add_to_launcher"
gecko:title="@string/contextmenu_add_to_launcher"/>
</menu>