aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu/encrypt_text_activity.xml
blob: 71d254bb90cded521572026985d0b2bf84aaa79b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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" />
    <item
        android:id="@+id/check_enable_compression"
        android:title="@string/label_enable_compression"
        android:checked="true"
        android:checkable="true" />
</menu>