aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/verify_otr.xml
blob: b6dd79610ba951ceb87348c3a6438db01cc9d6ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<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"
        app:showAsAction="never" />

    <item
        android:id="@+id/action_settings"
        android:orderInCategory="100"
        app:showAsAction="never"
        android:title="@string/action_settings" />
</menu>