mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
21 lines
652 B
XML
21 lines
652 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
>
|
|
|
|
<item android:title="@string/menu_view_profile"
|
|
android:id="@+id/menu_conversation_settings"/>
|
|
|
|
<item android:title="@string/menu_add_attachment"
|
|
android:id="@+id/menu_add_attachment" />
|
|
|
|
<item android:title="@string/menu_all_media"
|
|
android:id="@+id/menu_view_media" />
|
|
|
|
<item android:id="@+id/menu_show_map"
|
|
android:title="@string/menu_show_map"
|
|
android:icon="?menu_map_icon"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu>
|