2015-05-27 22:33:14 +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"
|
2015-06-22 14:32:15 +02:00
|
|
|
android:checkable="true"
|
|
|
|
|
android:orderInCategory="1" />
|
2015-05-27 22:33:14 +02:00
|
|
|
|
|
|
|
|
</menu>
|