2014-02-04 15:44:16 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
2014-03-14 16:36:38 -04:00
|
|
|
|
2014-02-04 16:26:46 -05:00
|
|
|
<item
|
2014-03-07 08:24:33 -05:00
|
|
|
android:id="@+id/mgmt_account_edit"
|
|
|
|
android:icon="@drawable/ic_action_edit"
|
2014-03-14 16:36:38 -04:00
|
|
|
android:showAsAction="always"
|
|
|
|
android:title="Edit Account"/>
|
2014-03-07 08:24:33 -05:00
|
|
|
<item
|
|
|
|
android:id="@+id/mgmt_account_delete"
|
2014-02-04 16:26:46 -05:00
|
|
|
android:icon="@drawable/ic_action_delete"
|
2014-02-04 15:44:16 -05:00
|
|
|
android:showAsAction="always"
|
2014-03-14 16:36:38 -04:00
|
|
|
android:title="Delete"/>
|
2014-02-04 15:44:16 -05:00
|
|
|
<item
|
2014-03-07 08:24:33 -05:00
|
|
|
android:id="@+id/mgmt_account_disable"
|
2014-03-14 16:36:38 -04:00
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="Temporarily disable"/>
|
2014-02-04 15:44:16 -05:00
|
|
|
<item
|
2014-03-07 08:24:33 -05:00
|
|
|
android:id="@+id/mgmt_account_enable"
|
|
|
|
android:showAsAction="never"
|
2014-03-14 16:36:38 -04:00
|
|
|
android:title="Enable"
|
2014-02-04 15:44:16 -05:00
|
|
|
android:visible="false"/>
|
2014-03-14 16:36:38 -04:00
|
|
|
<item
|
2014-03-07 08:24:33 -05:00
|
|
|
android:id="@+id/mgmt_account_announce_pgp"
|
2014-02-27 18:22:56 -05:00
|
|
|
android:showAsAction="never"
|
2014-03-14 16:36:38 -04: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 15:44:16 -05:00
|
|
|
|
2014-03-14 16:36:38 -04:00
|
|
|
</menu>
|