blob: 07e9802e24f924ae38b954437acd9044f4c8870b [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"
John Shaobd9ef3c2016-12-15 12:42:03 -080025 android:icon="@drawable/quantum_ic_account_circle_vd_theme_24"
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 Shaobd9ef3c2016-12-15 12:42:03 -080030 android:icon="@drawable/quantum_ic_assistant_vd_theme_24"
John Shao52dd5d72016-10-06 15:16:14 -070031 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"
John Shaobd9ef3c2016-12-15 12:42:03 -080053 android:icon="@drawable/quantum_ic_settings_vd_theme_24"
Wenyi Wangf568b302016-04-02 13:58:43 -070054 android:title="@string/menu_settings"/>
Wenyi Wangc7fc53d2016-04-07 18:06:08 -070055 <item
56 android:id="@+id/nav_help"
John Shaobd9ef3c2016-12-15 12:42:03 -080057 android:icon="@drawable/quantum_ic_help_vd_theme_24"
Wenyi Wangc7fc53d2016-04-07 18:06:08 -070058 android:title="@string/menu_help"/>
Wenyi Wangf568b302016-04-02 13:58:43 -070059 </group>
60
61</menu>