2014-09-06 18:06:48 +02:00
|
|
|
<?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" />
|
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-09-06 18:06:48 +02:00
|
|
|
</menu>
|