aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/manageaccounts_context.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/menu/manageaccounts_context.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/res/menu/manageaccounts_context.xml b/src/main/res/menu/manageaccounts_context.xml
index beca7b8ec..a49b770df 100644
--- a/src/main/res/menu/manageaccounts_context.xml
+++ b/src/main/res/menu/manageaccounts_context.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/mgmt_account_change_presence"
@@ -12,7 +13,7 @@
android:title="@string/mgmt_account_publish_pgp" />
<item
android:id="@+id/mgmt_account_reconnect"
- android:showAsAction="always"
+ app:showAsAction="always"
android:title="@string/mgmt_account_reconnect" />
<item
android:id="@+id/mgmt_account_delete"