1<?xml version="1.0" encoding="utf-8"?> 2<menu xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.android.com/apk/res-auto"> 4 <item 5 android:id="@+id/render_times_graph" 6 android:title="@string/render_times_graph" 7 android:checkable="true" 8 android:checked="false" 9 app:showAsAction="never" /> 10 11 <item 12 android:id="@+id/hardware_acceleration" 13 android:title="@string/hardware_acceleration" 14 android:checkable="true" 15 android:checked="false" 16 app:showAsAction="never" /> 17 18 <item 19 android:id="@+id/merge_paths" 20 android:title="@string/enable_merge_paths" 21 android:checkable="true" 22 android:checked="false" 23 app:showAsAction="never" /> 24</menu>