aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu/encrypt_text_activity.xml
blob: 8deb595142090b5aa826a442549d7d6567fec14a (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:id="@+id/check_use_symmetric"
        android:title="@string/label_symmetric"
        android:checkable="true" />
</menu>