blob: 8805f07a0d2322dec8011c7b169e95a8f5383b02 [file] [log] [blame]
Marco Nelissen3a21eeb2011-06-23 09:59:00 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010-2011 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<menu
18 xmlns:android="http://schemas.android.com/apk/res/android">
19 <item
20 android:id="@+id/about"
21 android:icon="@android:drawable/ic_menu_info_details"
22 android:title="@string/menu_about" />
23 <item
24 android:id="@+id/help"
25 android:icon="@android:drawable/ic_menu_help"
26 android:title="@string/menu_help" />
27 <item
28 android:id="@+id/feedback"
29 android:icon="@android:drawable/ic_menu_send"
30 android:title="@string/menu_feedback" />
31 <item
32 android:id="@+id/developers"
33 android:icon="@android:drawable/ic_menu_manage"
34 android:title="@string/menu_developers" />
35</menu>