aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu/encrypt_file_activity.xml
blob: 9a26d1757b6777c06e724980f73155f1c2a686e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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_use_armor"
        android:title="@string/label_file_ascii_armor"
        android:checkable="true" />
    <item
        android:id="@+id/check_delete_after_encrypt"
        android:title="@string/label_delete_after_encryption"
        android:checkable="true" />
    <item
        android:id="@+id/check_enable_compression"
        android:title="@string/label_enable_compression"
        android:checked="true"
        android:checkable="true" />
</menu>