7 lines
252 B
XML
7 lines
252 B
XML
|
|
<?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" />
|
||
|
|
</menu>
|