blob: 75a8ed1cc9da9159e749d747ab292638efde6814 [file] [log] [blame]
Paul Westbrook2d50bcd2012-04-10 11:53:47 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2012 Google Inc.
4 Licensed to The Android Open Source Project.
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17-->
18
19<menu xmlns:android="http://schemas.android.com/apk/res/android">
Andrew Sapperstein3047a9f2014-07-22 18:17:53 -070020 <!-- Not visible so that it doesn't show but will still work for keyboard shortcuts -->
Paul Westbrook2d50bcd2012-04-10 11:53:47 -070021 <item android:id="@+id/refresh"
22 android:title="@string/refresh"
Andrew Sapperstein3047a9f2014-07-22 18:17:53 -070023 android:visible="false"
Paul Westbrook2d50bcd2012-04-10 11:53:47 -070024 android:alphabeticShortcut="@string/trigger_refresh_char" />
25
Jin Caoa6b45212014-09-18 13:46:54 -070026 <item
27 android:id="@+id/toggle_drawer"
28 android:title="@string/menu_toggle_drawer"
29 android:visible="false"
30 android:alphabeticShortcut="@string/trigger_toggle_drawer_char" />
31
32 <item
33 android:id="@+id/settings"
34 android:title="@string/menu_settings"
35 android:visible="false"
36 android:alphabeticShortcut="@string/trigger_settings_char" />
37
38 <item
39 android:id="@+id/help_info_menu_item"
40 android:title="@string/help_and_feedback"
41 android:visible="false"
42 android:alphabeticShortcut="@string/trigger_help_char" />
Paul Westbrook2d50bcd2012-04-10 11:53:47 -070043</menu>