mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-05 07:55:17 +00:00
9 lines
254 B
XML
9 lines
254 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<item
|
||
|
android:title="@string/conversation_unmuted__mute_notifications"
|
||
|
android:id="@+id/menu_mute_notifications" />
|
||
|
|
||
|
</menu>
|