blob: 81e0ddf6417035d001f872927f1826b33741fc51 [file] [log] [blame]
Andrew Sapperstein7638a102013-06-25 13:54:52 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2013 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
Andrew Sapperstein45556512014-08-07 10:45:57 -070019<menu xmlns:android="http://schemas.android.com/apk/res/android"
20 xmlns:app="http://schemas.android.com/apk/res-auto">
Andrew Sapperstein562c5ba2013-10-09 18:31:50 -070021
Andrew Sapperstein7638a102013-06-25 13:54:52 -070022 <!-- Always available -->
Andrew Sapperstein45556512014-08-07 10:45:57 -070023 <item
24 android:id="@+id/settings"
25 android:title="@string/menu_settings"
26 android:menuCategory="secondary"
27 app:showAsAction="never" />
Andrew Sapperstein7638a102013-06-25 13:54:52 -070028
Andrew Sapperstein7638a102013-06-25 13:54:52 -070029 <!-- Available if the account specifies a help url -->
30 <item
Andrew Sapperstein45556512014-08-07 10:45:57 -070031 android:id="@+id/help_info_menu_item"
32 android:icon="@android:drawable/ic_menu_help"
33 android:menuCategory="secondary"
34 app:showAsAction="never"
35 android:title="@string/help_and_feedback" />
Andrew Sapperstein7638a102013-06-25 13:54:52 -070036</menu>