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.
44 lines
1.3 KiB
44 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/menu_screen"
|
|
android:title="@string/screen"
|
|
android:icon="@drawable/ic_screen"
|
|
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
|
app:showAsAction="always"
|
|
tools:ignore="AlwaysShowAction" />
|
|
|
|
<item
|
|
android:id="@+id/menu_start_stop"
|
|
android:title="@string/stop"
|
|
android:icon="@drawable/ic_refresh_white_24dp"
|
|
app:showAsAction="always"
|
|
tools:ignore="AlwaysShowAction" />
|
|
|
|
<item
|
|
android:id="@+id/menu_source_manage"
|
|
android:title="@string/book_source_manage"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/menu_check_author"
|
|
android:title="@string/checkAuthor"
|
|
android:checkable="true"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/menu_load_info"
|
|
android:title="@string/load_info"
|
|
android:checkable="true"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/menu_load_toc"
|
|
android:title="@string/load_toc"
|
|
android:checkable="true"
|
|
app:showAsAction="never" />
|
|
|
|
</menu> |