Home | History | Annotate | Download | only in menu
      1 <?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 <menu xmlns:android="http://schemas.android.com/apk/res/android">
     17     <item
     18         android:id="@+id/menu_search"
     19         android:icon="@drawable/ic_ab_search"
     20         android:title="@string/menu_search"
     21         android:showAsAction="ifRoom" />
     22 
     23     <item
     24         android:id="@+id/menu_contacts_filter"
     25         android:title="@string/menu_contacts_filter" />
     26 
     27     <item
     28         android:id="@+id/menu_import_export"
     29         android:title="@string/menu_import_export" />
     30 
     31     <item
     32         android:id="@+id/menu_clear_frequents"
     33         android:title="@string/menu_clear_frequents" />
     34 
     35     <item
     36         android:id="@+id/menu_blocked_numbers"
     37         android:title="@string/menu_blocked_numbers"/>
     38 
     39     <item
     40         android:id="@+id/menu_accounts"
     41         android:title="@string/menu_accounts" />
     42 
     43     <item
     44         android:id="@+id/menu_settings"
     45         android:title="@string/menu_settings" />
     46 
     47     <item
     48         android:id="@+id/menu_help"
     49         android:title="@string/menu_help" />
     50 
     51     <item
     52         android:id="@+id/export_database"
     53         android:title="@string/menu_export_database"
     54         android:visible="false"
     55         android:showAsAction="never" />
     56 
     57     <item
     58         android:id="@+id/menu_join"
     59         android:title="@string/menu_joinAggregate" />
     60 
     61     <item
     62         android:id="@+id/menu_delete"
     63         android:title="@string/menu_deleteContact" />
     64 
     65     <item
     66         android:id="@+id/menu_share"
     67         android:title="@string/menu_share" />
     68 
     69 </menu>
     70