aboutsummaryrefslogtreecommitdiffstats
path: root/res/menu/manageaccounts_context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/manageaccounts_context.xml')
-rw-r--r--res/menu/manageaccounts_context.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/menu/manageaccounts_context.xml b/res/menu/manageaccounts_context.xml
new file mode 100644
index 00000000..30ba747d
--- /dev/null
+++ b/res/menu/manageaccounts_context.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+ <item android:icon="@drawable/ic_action_delete"
+ android:title="Delete"
+ android:showAsAction="always"
+ />
+ <item
+ android:id="@+id/account_disable"
+ android:title="Temporarily disable"
+ android:showAsAction="always"/>
+ <item
+ android:id="@+id/account_enable"
+ android:title="Enable"
+ android:showAsAction="always"
+ android:visible="false"/>
+
+</menu>