aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/manageaccounts_context.xml
blob: a49b770df9a675b64dafbaaedeb1dc5e2584c797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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/mgmt_account_change_presence"
        android:title="@string/change_presence" />
    <item
        android:id="@+id/mgmt_account_publish_avatar"
        android:title="@string/mgmt_account_publish_avatar" />
    <item
        android:id="@+id/mgmt_account_announce_pgp"
        android:title="@string/mgmt_account_publish_pgp" />
    <item
        android:id="@+id/mgmt_account_reconnect"
        app:showAsAction="always"
        android:title="@string/mgmt_account_reconnect" />
    <item
        android:id="@+id/mgmt_account_delete"
        android:title="@string/mgmt_account_delete" />

</menu>