blob: 3d248b4f7319ae881d2cc3f20dc63bca47d9892b [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"
John Reck9fdd9812011-05-17 14:16:38 -070022 android:showAsAction="always" />
John Reckb3417f02011-01-14 11:01:05 -080023 <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"
John Reck8f295d12011-03-18 15:25:18 -070029 android:title="@string/bookmark_thumbnail_view"
30 android:icon="@drawable/ic_thumbnail_view_holo_dark" />
John Reckb3417f02011-01-14 11:01:05 -080031 <item
32 android:id="@+id/list_view"
John Reck8f295d12011-03-18 15:25:18 -070033 android:title="@string/bookmark_list_view"
34 android:icon="@drawable/ic_list_view_holo_dark" />
John Reckb3417f02011-01-14 11:01:05 -080035 <item
36 android:id="@+id/preferences_menu_id"
37 android:title="@string/menu_preferences"
John Reck8f295d12011-03-18 15:25:18 -070038 android:icon="@drawable/ic_settings_holo_dark"
John Reckb3417f02011-01-14 11:01:05 -080039 android:alphabeticShortcut="p" />
40</menu>