You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
867 B
29 lines
867 B
<?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"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:ignore="AlwaysShowAction">
|
|
|
|
<item
|
|
android:id="@+id/menu_search"
|
|
android:title="@string/search"
|
|
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
|
app:showAsAction="always" />
|
|
|
|
<item
|
|
android:id="@+id/menu_reverse_toc"
|
|
android:title="@string/reverse_toc"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/menu_use_replace"
|
|
android:checkable="true"
|
|
android:title="@string/use_replace"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/menu_log"
|
|
android:title="@string/log"
|
|
app:showAsAction="never" />
|
|
|
|
</menu> |