1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2018 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 <item 19 android:id="@+id/starred_contact_context_menu_title" 20 android:enabled="false" 21 android:title=""/> 22 23 <item 24 android:id="@+id/voice_call_container" 25 android:title="@string/contact_menu_voice_call" 26 android:icon="@drawable/quantum_ic_phone_vd_theme_24" 27 android:iconTint="?colorIcon"/> 28 29 <item 30 android:id="@+id/video_call_container" 31 android:title="@string/contact_menu_video_call" 32 android:icon="@drawable/quantum_ic_videocam_vd_theme_24" 33 android:iconTint="?colorIcon"/> 34 35 <item 36 android:id="@+id/send_message_container" 37 android:title="@string/contact_menu_message" 38 android:icon="@drawable/quantum_ic_message_vd_theme_24" 39 android:iconTint="?colorIcon"/> 40 41 <item 42 android:id="@+id/remove_container" 43 android:title="@string/contact_menu_remove" 44 android:icon="@drawable/quantum_ic_close_vd_theme_24" 45 android:iconTint="?colorIcon"/> 46 47 <item 48 android:id="@+id/contact_info_container" 49 android:title="@string/contact_menu_contact_info" 50 android:icon="@drawable/context_menu_contact_icon" 51 android:iconTint="#FFFFFF"/> 52</menu>