aboutsummaryrefslogtreecommitdiffstats
path: root/res/menu/manageaccounts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/manageaccounts.xml')
-rw-r--r--res/menu/manageaccounts.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/menu/manageaccounts.xml b/res/menu/manageaccounts.xml
new file mode 100644
index 00000000..63441919
--- /dev/null
+++ b/res/menu/manageaccounts.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+ <item android:id="@+id/action_add_account"
+ android:showAsAction="always"
+ android:title="@string/action_add_account"/>
+ <item
+ android:id="@+id/action_settings"
+ android:orderInCategory="100"
+ android:showAsAction="never"
+ android:title="@string/action_settings"/>
+</menu>