Mike Dodd | d3b009a | 2015-08-11 11:16:59 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2015 The Android Open Source Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <menu xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | xmlns:tools="http://schemas.android.com/tools" |
| 19 | xmlns:appcompat="http://schemas.android.com/apk/res-auto" |
| 20 | tools:context="com.android.messaging.ConversationActivity" > |
| 21 | |
| 22 | <!-- This must always be the first item so it appears right next to the chip view --> |
| 23 | <item |
| 24 | android:id="@+id/action_delete_text" |
| 25 | android:icon="@drawable/ic_cancel_small_light" |
| 26 | android:orderInCategory="0" |
| 27 | android:title="@string/chips_text_delete_button_content_description" |
| 28 | appcompat:showAsAction="always"/> |
| 29 | |
| 30 | <item |
| 31 | android:id="@+id/action_ime_dialpad_toggle" |
| 32 | android:icon="@drawable/ic_numeric_dialpad" |
| 33 | android:orderInCategory="100" |
| 34 | android:title="@string/numeric_text_keyboard_toggle_button_content_description" |
| 35 | appcompat:showAsAction="always"/> |
| 36 | |
| 37 | <item |
| 38 | android:id="@+id/action_add_more_participants" |
| 39 | android:icon="@drawable/ic_people_add_light" |
| 40 | android:orderInCategory="110" |
| 41 | android:title="@string/add_more_participants_button_content_description" |
| 42 | appcompat:showAsAction="always"/> |
| 43 | |
| 44 | <item |
| 45 | android:id="@+id/action_confirm_participants" |
| 46 | android:icon="@drawable/ic_checkmark_small_light" |
| 47 | android:orderInCategory="120" |
| 48 | android:title="@string/confrim_participants_button_content_description" |
| 49 | appcompat:showAsAction="always"/> |
| 50 | |
| 51 | </menu> |