Computer scienceMobileAndroidUser InterfaceUI components

Menus: Options, Popup

CheckBox in a menu

Report a typo

Given the following menu. Which line is needed to turn an item into a CheckBox?

<?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">

    <item
        android:id="@+id/detailed"
        android:title="Detailed info"
        ________________________ />

    <item
        android:id="@+id/settings"
        android:title="Settinge" />

</menu>
Enter a short text
___

Create a free account to access the full topic