aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/manageaccounts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/menu/manageaccounts.xml')
-rw-r--r--src/main/res/menu/manageaccounts.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/main/res/menu/manageaccounts.xml b/src/main/res/menu/manageaccounts.xml
index 044c715c5..3199fc2be 100644
--- a/src/main/res/menu/manageaccounts.xml
+++ b/src/main/res/menu/manageaccounts.xml
@@ -5,18 +5,22 @@
<item
android:id="@+id/action_add_account"
android:icon="?attr/icon_add_person"
- app:showAsAction="always"
- android:title="@string/action_add_account" />
+ android:title="@string/action_add_account"
+ app:showAsAction="always" />
+ <item
+ android:id="@+id/action_import_backup"
+ android:title="@string/restore_backup"
+ app:showAsAction="never" />
<item
android:id="@+id/action_add_account_with_cert"
- app:showAsAction="never"
android:icon="?attr/icon_add_person"
android:title="@string/action_add_account_with_certificate"
- android:visible="true" />
+ android:visible="true"
+ app:showAsAction="never" />
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
- app:showAsAction="never"
- android:title="@string/action_settings" />
+ android:title="@string/action_settings"
+ app:showAsAction="never" />
</menu> \ No newline at end of file