diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-01-27 21:25:46 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-01-27 22:03:07 +0100 |
commit | 480f18449b8da6619efc7dd8c7e26e5757c9648d (patch) | |
tree | 3c91ba1ef39c42ca92127e81bf43c82c45e51c3b /src/main/res/menu/start_conversation_group_fab.xml | |
parent | dce424376f0df3e935ed610e292b2a4f6d5f9c2a (diff) |
show sub menu fabs for create group chats
Diffstat (limited to 'src/main/res/menu/start_conversation_group_fab.xml')
-rw-r--r-- | src/main/res/menu/start_conversation_group_fab.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/res/menu/start_conversation_group_fab.xml b/src/main/res/menu/start_conversation_group_fab.xml new file mode 100644 index 000000000..9eb95bc03 --- /dev/null +++ b/src/main/res/menu/start_conversation_group_fab.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + <item + android:id="@+id/enter" + android:icon="@drawable/ic_input_white_24dp" + android:title="@string/join_group_chat" /> + <item + android:id="@+id/create" + android:icon="@drawable/ic_edit_white_24dp" + android:title="@string/create_group_chat" /> +</menu>
\ No newline at end of file |