aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-11-24 20:54:03 +0100
committerChristian Schneppe <christian@pix-art.de>2016-11-24 20:54:03 +0100
commitb945962edec63170e9f343e96df5387f3d544740 (patch)
tree8a82f62be2186addf0cc1ce3d058cc04d1716658 /src/main/res/menu
parentfa848a19791d88ade8423bdf3575c7c8f77916cd (diff)
offer verification directly from the trust keys screen
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/trust_keys.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/res/menu/trust_keys.xml b/src/main/res/menu/trust_keys.xml
new file mode 100644
index 000000000..7c63bd7fe
--- /dev/null
+++ b/src/main/res/menu/trust_keys.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item
+ android:id="@+id/action_scan_qr_code"
+ android:title="@string/scan_qr_code"
+ android:showAsAction="always"
+ android:icon="?attr/icon_scan_qr_code"/>
+</menu> \ No newline at end of file