aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/verify_otr.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-20 21:33:54 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-20 21:33:54 +0100
commit76e10f17a62f867116c146d7be9da3ea8dfc311d (patch)
tree63ca6a8902078517e5dd8447a78decb65f3fa6f0 /src/main/res/menu/verify_otr.xml
parent7df82563ab8650e3694a2b64acc9864e443078f3 (diff)
parent17d279b9c3f7dfa716592cca9f5fb2c9f3dd3cf6 (diff)
Merge branch 'app_compat'
Diffstat (limited to 'src/main/res/menu/verify_otr.xml')
-rw-r--r--src/main/res/menu/verify_otr.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/res/menu/verify_otr.xml b/src/main/res/menu/verify_otr.xml
index 7dadffce8..b6dd79610 100644
--- a/src/main/res/menu/verify_otr.xml
+++ b/src/main/res/menu/verify_otr.xml
@@ -1,14 +1,15 @@
<?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_show_qr_code"
android:title="@string/show_qr_code"
- android:showAsAction="never" />
+ app:showAsAction="never" />
<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