2014-02-04 21:44:16 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
2014-03-14 21:36:38 +01:00
|
|
|
|
2014-02-04 22:26:46 +01:00
|
|
|
<item
|
2014-03-07 14:24:33 +01:00
|
|
|
android:id="@+id/mgmt_account_edit"
|
|
|
|
android:icon="@drawable/ic_action_edit"
|
2014-03-14 21:36:38 +01:00
|
|
|
android:showAsAction="always"
|
2014-05-16 01:13:07 +02:00
|
|
|
android:title="@string/mgmt_account_edit"/>
|
2014-03-07 14:24:33 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/mgmt_account_delete"
|
2014-02-04 22:26:46 +01:00
|
|
|
android:icon="@drawable/ic_action_delete"
|
2014-02-04 21:44:16 +01:00
|
|
|
android:showAsAction="always"
|
2014-05-16 01:13:07 +02:00
|
|
|
android:title="@string/mgmt_account_delete"/>
|
2014-02-04 21:44:16 +01:00
|
|
|
<item
|
2014-03-07 14:24:33 +01:00
|
|
|
android:id="@+id/mgmt_account_disable"
|
2014-03-14 21:36:38 +01:00
|
|
|
android:showAsAction="never"
|
2014-05-16 01:13:07 +02:00
|
|
|
android:title="@string/mgmt_account_disable"/>
|
2014-02-04 21:44:16 +01:00
|
|
|
<item
|
2014-03-07 14:24:33 +01:00
|
|
|
android:id="@+id/mgmt_account_enable"
|
|
|
|
android:showAsAction="never"
|
2014-05-16 01:13:07 +02:00
|
|
|
android:title="@string/mgmt_account_enable"
|
2014-02-04 21:44:16 +01:00
|
|
|
android:visible="false"/>
|
2014-03-14 21:36:38 +01:00
|
|
|
<item
|
2014-03-07 14:24:33 +01:00
|
|
|
android:id="@+id/mgmt_account_announce_pgp"
|
2014-02-28 00:22:56 +01:00
|
|
|
android:showAsAction="never"
|
2014-03-14 21:36:38 +01:00
|
|
|
android:title="@string/announce_pgp"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/mgmt_otr_key"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/show_otr_key"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/mgmt_account_info"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/account_info"/>
|
2014-02-04 21:44:16 +01:00
|
|
|
|
2014-03-14 21:36:38 +01:00
|
|
|
</menu>
|