2014-07-06 02:10:35 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
2014-09-06 18:06:48 +02:00
|
|
|
<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" />
|
2015-03-05 16:57:57 +01:00
|
|
|
<item
|
|
|
|
|
android:id="@+id/check_enable_compression"
|
|
|
|
|
android:title="@string/label_enable_compression"
|
|
|
|
|
android:checked="true"
|
|
|
|
|
android:checkable="true" />
|
2014-07-06 02:10:35 +02:00
|
|
|
</menu>
|