blob: b761779b2f0d3ef8babf45f81cfcfa3841f38bc0 [file] [log] [blame]
John Reckb3417f02011-01-14 11:01:05 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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 xmlns:android="http://schemas.android.com/apk/res/android">
18 <item
19 android:id="@+id/add_bookmark"
Michael Kolb5a72f182011-01-13 20:35:06 -080020 android:icon="@drawable/ic_bookmark_off_holo_dark"
John Reckb3417f02011-01-14 11:01:05 -080021 android:title="@string/add_new_bookmark"
22 android:showAsAction="always|withText" />
23 <item
24 android:id="@+id/go_home"
Michael Kolb5a72f182011-01-13 20:35:06 -080025 android:icon="@drawable/ic_home_holo_dark"
John Reckb3417f02011-01-14 11:01:05 -080026 android:showAsAction="always" />
27 <item
28 android:id="@+id/thumbnail_view"
29 android:title="@string/bookmark_thumbnail_view"/>
30 <item
31 android:id="@+id/list_view"
32 android:title="@string/bookmark_list_view"/>
33 <item
34 android:id="@+id/preferences_menu_id"
35 android:title="@string/menu_preferences"
36 android:alphabeticShortcut="p" />
37</menu>