mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
12 lines
334 B
XML
12 lines
334 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:id="@+id/action_add_group"
|
|
android:icon="@drawable/ic_add_white"
|
|
android:title="@string/groups_create_group_title"
|
|
app:showAsAction="ifRoom"/>
|
|
|
|
</menu> |