mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
961b9b882f
// FREEBIE
16 lines
374 B
XML
16 lines
374 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="Handset"/>
|
|
|
|
<item
|
|
android:id="@+id/headset"
|
|
android:title="Headset"/>
|
|
|
|
<item
|
|
android:id="@+id/speaker"
|
|
android:title="Speaker"/>
|
|
|
|
</menu> |