blob: 8d02e4dec7a665290aebc463a2004f6ee1b5c130 [file] [log] [blame]
Wenyi Wangf568b302016-04-02 13:58:43 -07001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (C) 2016 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
Sean Midforddfd0b0d2016-11-01 15:05:33 -070019<menu xmlns:android="http://schemas.android.com/apk/res/android"
20 xmlns:app="http://schemas.android.com/apk/res-auto">
Wenyi Wangf568b302016-04-02 13:58:43 -070021
Wenyi Wangc7fc53d2016-04-07 18:06:08 -070022 <group android:id="@+id/nav_utilities">
23 <item
Wenyi Wang9cfe1af2016-04-07 18:06:08 -070024 android:id="@+id/nav_all_contacts"
Wenyi Wangc7fc53d2016-04-07 18:06:08 -070025 android:icon="@drawable/ic_menu_filter"
Wenyi Wang9cfe1af2016-04-07 18:06:08 -070026 android:title="@string/contactsList" />
Wenyi Wangc7fc53d2016-04-07 18:06:08 -070027 <item
John Shao52dd5d72016-10-06 15:16:14 -070028 android:id="@+id/nav_assistant"
Sean Midforddfd0b0d2016-11-01 15:05:33 -070029 app:actionViewClass="android.widget.LinearLayout"
John Shao52dd5d72016-10-06 15:16:14 -070030 android:icon="@drawable/ic_assistant"
31 android:title="@string/menu_assistant"/>
Wenyi Wangc7fc53d2016-04-07 18:06:08 -070032 </group>
33
Wenyi Wang9cfe1af2016-04-07 18:06:08 -070034 <group android:id="@+id/groups">
35 <item
36 android:id="@+id/nav_groups"
37 android:title="@string/menu_title_groups">
38 <menu/>
39 </item>
40 </group>
41
Wenyi Wang9cfe1af2016-04-07 18:06:08 -070042 <group android:id="@+id/filters">
43 <item
44 android:id="@+id/nav_filters"
45 android:title="@string/menu_title_filters">
46 <menu/>
47 </item>
48 </group>
49
Wenyi Wangc7fc53d2016-04-07 18:06:08 -070050 <group android:id="@+id/nav_misc">
Wenyi Wangf568b302016-04-02 13:58:43 -070051 <item
52 android:id="@+id/nav_settings"
53 android:icon="@drawable/ic_menu_settings"
54 android:title="@string/menu_settings"/>
Wenyi Wangc7fc53d2016-04-07 18:06:08 -070055 <item
56 android:id="@+id/nav_help"
57 android:icon="@drawable/ic_menu_help"
58 android:title="@string/menu_help"/>
Wenyi Wangf568b302016-04-02 13:58:43 -070059 </group>
60
61</menu>