mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
10 lines
306 B
XML
10 lines
306 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<item android:title="CREATE"
|
||
|
android:id="@+id/menu_create_group"
|
||
|
android:icon="@drawable/ic_menu_accept_holo_light"
|
||
|
android:showAsAction="always|withText"/>
|
||
|
|
||
|
</menu>
|