16 lines
466 B
XML
16 lines
466 B
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">
|
|
|
|
<item
|
|
android:id="@+id/app_search"
|
|
android:title=""
|
|
app:actionViewClass="android.widget.SearchView"
|
|
app:showAsAction="always"/>
|
|
|
|
<item
|
|
android:id="@+id/show_system"
|
|
android:title="@string/show_system_app"
|
|
android:checkable="true"/>
|
|
|
|
</menu> |