mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-29 04:55:15 +00:00
9 lines
292 B
XML
9 lines
292 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:title="View Thread"
|
||
|
android:id="@+id/menu_context_view" />
|
||
|
|
||
|
<item android:title="Delete Thread"
|
||
|
android:id="@+id/menu_context_delete" />
|
||
|
|
||
|
</menu>
|