aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/start_conversation_fab_submenu.xml
blob: 2cf545d681c821da29bfbba7b9aba202a5e0dcb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:id="@+id/discover_public_channels"
        android:icon="@drawable/ic_search_white_24dp"
        android:title="@string/discover_channels" />
    <item
        android:id="@+id/join_public_channel"
        android:icon="@drawable/ic_input_white_24dp"
        android:title="@string/join_public_channel" />
    <item
        android:id="@+id/create_public_channel"
        android:icon="@drawable/ic_public_white_24dp"
        android:title="@string/create_public_channel" />
    <item
        android:id="@+id/create_private_group_chat"
        android:icon="@drawable/ic_group_white_24dp"
        android:title="@string/create_private_group_chat" />
    <item
        android:id="@+id/create_contact"
        android:icon="@drawable/ic_person_white_48dp"
        android:title="@string/add_contact" />
</menu>