blob: f8a7372629d0cfd68769aa4d20dd440962757bd0 [file] [log] [blame]
Svetoslav2d531652013-09-03 21:32:40 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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
Svetoslav Ganov74648ac2013-09-04 23:52:28 -070019 android:id="@+id/print_menu_item_search"
20 android:title="@string/print_menu_item_search"
Svetoslav Ganov74648ac2013-09-04 23:52:28 -070021 android:actionViewClass="android.widget.SearchView"
Fabrice Di Meglio11a67c12014-06-02 13:58:43 -070022 android:showAsAction="never|collapseActionView"
Svetoslav Ganov74648ac2013-09-04 23:52:28 -070023 android:imeOptions="actionSearch">
24 </item>
25 <item
Svetoslav2d531652013-09-03 21:32:40 -070026 android:id="@+id/print_menu_item_add_printer"
27 android:title="@string/print_menu_item_add_printer"
Svetoslav Ganov43557572013-09-06 09:28:32 -070028 android:showAsAction="never">
Svetoslav2d531652013-09-03 21:32:40 -070029 </item>
30 <item
31 android:id="@+id/print_menu_item_settings"
32 android:title="@string/print_menu_item_settings"
Svetoslav Ganov43557572013-09-06 09:28:32 -070033 android:showAsAction="never">
Svetoslav2d531652013-09-03 21:32:40 -070034 </item>
Svetoslav2d531652013-09-03 21:32:40 -070035</menu>