Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | <?xml version="1.0" encoding="utf-8"?> |
michael@0 | 2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 5 | |
michael@0 | 6 | <menu xmlns:android="http://schemas.android.com/apk/res/android"> |
michael@0 | 7 | |
michael@0 | 8 | <item android:id="@+id/reload" |
michael@0 | 9 | android:icon="@drawable/ic_menu_reload" |
michael@0 | 10 | android:title="@string/reload"/> |
michael@0 | 11 | |
michael@0 | 12 | <item android:id="@+id/back" |
michael@0 | 13 | android:icon="@drawable/ic_menu_back" |
michael@0 | 14 | android:title="@string/back" |
michael@0 | 15 | android:visible="false"/> |
michael@0 | 16 | |
michael@0 | 17 | <item android:id="@+id/forward" |
michael@0 | 18 | android:icon="@drawable/ic_menu_forward" |
michael@0 | 19 | android:title="@string/forward"/> |
michael@0 | 20 | |
michael@0 | 21 | <item android:id="@+id/bookmark" |
michael@0 | 22 | android:icon="@drawable/ic_menu_bookmark_add" |
michael@0 | 23 | android:title="@string/bookmark"/> |
michael@0 | 24 | |
michael@0 | 25 | <item android:id="@+id/new_tab" |
michael@0 | 26 | android:icon="@drawable/ic_menu_new_tab" |
michael@0 | 27 | android:title="@string/new_tab"/> |
michael@0 | 28 | |
michael@0 | 29 | <item android:id="@+id/new_private_tab" |
michael@0 | 30 | android:icon="@drawable/ic_menu_new_private_tab" |
michael@0 | 31 | android:title="@string/new_private_tab"/> |
michael@0 | 32 | |
michael@0 | 33 | <item android:id="@+id/share" |
michael@0 | 34 | android:title="@string/share" /> |
michael@0 | 35 | |
michael@0 | 36 | <item android:id="@+id/save_as_pdf" |
michael@0 | 37 | android:title="@string/save_as_pdf" /> |
michael@0 | 38 | |
michael@0 | 39 | <item android:id="@+id/find_in_page" |
michael@0 | 40 | android:title="@string/find_in_page" /> |
michael@0 | 41 | |
michael@0 | 42 | <item android:id="@+id/desktop_mode" |
michael@0 | 43 | android:title="@string/desktop_mode" |
michael@0 | 44 | android:checkable="true" /> |
michael@0 | 45 | |
michael@0 | 46 | <item android:id="@+id/addons" |
michael@0 | 47 | android:title="@string/addons"/> |
michael@0 | 48 | |
michael@0 | 49 | <item android:id="@+id/downloads" |
michael@0 | 50 | android:title="@string/downloads"/> |
michael@0 | 51 | |
michael@0 | 52 | <item android:id="@+id/apps" |
michael@0 | 53 | android:title="@string/apps"/> |
michael@0 | 54 | |
michael@0 | 55 | <item android:id="@+id/char_encoding" |
michael@0 | 56 | android:visible="false" |
michael@0 | 57 | android:title="@string/char_encoding"/> |
michael@0 | 58 | |
michael@0 | 59 | <item android:id="@+id/settings" |
michael@0 | 60 | android:title="@string/settings" /> |
michael@0 | 61 | |
michael@0 | 62 | <item android:id="@+id/new_guest_session" |
michael@0 | 63 | android:icon="@drawable/ic_menu_guest" |
michael@0 | 64 | android:visible="false" |
michael@0 | 65 | android:title="@string/new_guest_session"/> |
michael@0 | 66 | |
michael@0 | 67 | <item android:id="@+id/exit_guest_session" |
michael@0 | 68 | android:icon="@drawable/ic_menu_guest" |
michael@0 | 69 | android:visible="false" |
michael@0 | 70 | android:title="@string/exit_guest_session"/> |
michael@0 | 71 | </menu> |