2016-11-11 21:45:03 +08:00
|
|
|
<?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"
|
2017-10-10 22:17:23 +08:00
|
|
|
android:title=""
|
2016-11-11 21:45:03 +08:00
|
|
|
app:actionViewClass="android.widget.SearchView"
|
|
|
|
app:showAsAction="always"/>
|
2019-01-31 23:40:33 -05:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/show_system"
|
|
|
|
android:title="@string/show_system_app"
|
|
|
|
android:checkable="true"/>
|
|
|
|
|
2016-11-11 21:45:03 +08:00
|
|
|
</menu>
|