aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/omemo_key_context.xml
blob: f63a3439bc39b69fccefbb276dd7cad5b77f2e13 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:id="@+id/purge_omemo_key"
        android:title="@string/purge_key" />
    <item
        android:id="@+id/copy_omemo_key"
        android:title="@string/copy_fingerprint" />
</menu>