session-android/res/menu/conversation_button_context.xml

6 lines
217 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:title="Send unencrypted"
android:id="@+id/menu_context_send_unencrypted" />
</menu>