mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
d3a4b6e0b4
Co-authored-by: bjoern <r10s@b44t.com>
11 lines
347 B
XML
11 lines
347 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/create"
|
|
android:id="@+id/menu_create_contact"
|
|
android:icon="?menu_accept_icon"
|
|
app:showAsAction="always|withText"/>
|
|
|
|
</menu>
|