blob: fdd19927e4e5587e60c810a1288ed00ba2479da1 (
plain)
1
2
3
4
5
6
7
8
9
|
<?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>
|