mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
003787e4a6
Fixes #4158 // FREEBIE
16 lines
479 B
XML
16 lines
479 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/handset"
|
|
android:title="@string/redphone_audio_popup_menu__handset"/>
|
|
|
|
<item
|
|
android:id="@+id/headset"
|
|
android:title="@string/redphone_audio_popup_menu__headset"/>
|
|
|
|
<item
|
|
android:id="@+id/speaker"
|
|
android:title="@string/redphone_audio_popup_menu__speaker"/>
|
|
|
|
</menu> |