我的选项菜单可检查项目有问题
我希望将checkbox
放在title
的右下方。
他是我的option.xml
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<group android:checkableBehavior="single">
<item android:id="@+id/notif"
android:title="Notification"
android:checkable = "true"/>
</group>
</menu>
感谢。