aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/manageaccounts.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-09 20:27:18 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-09 20:32:24 +0100
commit6fb4eb97510b6e980c95daa35664c46c45f5234d (patch)
tree30f340d17718c534cbfd55d2328f84d75ee868e4 /src/main/res/menu/manageaccounts.xml
parent7df82563ab8650e3694a2b64acc9864e443078f3 (diff)
started work on migrating to appcompat
Diffstat (limited to 'src/main/res/menu/manageaccounts.xml')
-rw-r--r--src/main/res/menu/manageaccounts.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/res/menu/manageaccounts.xml b/src/main/res/menu/manageaccounts.xml
index 38b82010b..044c715c5 100644
--- a/src/main/res/menu/manageaccounts.xml
+++ b/src/main/res/menu/manageaccounts.xml
@@ -1,21 +1,22 @@
<?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/action_add_account"
android:icon="?attr/icon_add_person"
- android:showAsAction="always"
+ app:showAsAction="always"
android:title="@string/action_add_account" />
<item
android:id="@+id/action_add_account_with_cert"
- android:showAsAction="never"
+ app:showAsAction="never"
android:icon="?attr/icon_add_person"
android:title="@string/action_add_account_with_certificate"
android:visible="true" />
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
- android:showAsAction="never"
+ app:showAsAction="never"
android:title="@string/action_settings" />
</menu> \ No newline at end of file