2015-09-16 19:51:29 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/handset"
|
2015-10-01 17:27:20 +00:00
|
|
|
android:title="@string/redphone_audio_popup_menu__handset"/>
|
2015-09-16 19:51:29 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/headset"
|
2015-10-01 17:27:20 +00:00
|
|
|
android:title="@string/redphone_audio_popup_menu__headset"/>
|
2015-09-16 19:51:29 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/speaker"
|
2015-10-01 17:27:20 +00:00
|
|
|
android:title="@string/redphone_audio_popup_menu__speaker"/>
|
2015-09-16 19:51:29 +00:00
|
|
|
|
|
|
|
</menu>
|