2016-11-15 19:00:52 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
2016-11-28 14:11:44 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/verify_scan"
|
|
|
|
android:title="@string/scan_qr_code"
|
|
|
|
/>
|
2016-11-15 19:00:52 +00:00
|
|
|
<item
|
2017-01-12 14:59:13 +00:00
|
|
|
android:id="@+id/distrust_key"
|
|
|
|
android:title="@string/distrust_omemo_key"/>
|
2016-11-15 19:00:52 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/copy_omemo_key"
|
|
|
|
android:title="@string/copy_fingerprint"/>
|
|
|
|
</menu>
|