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.
17 lines
550 B
17 lines
550 B
<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:context=".view.activity.MainActivity">
|
|
|
|
<item
|
|
android:id="@+id/menu_source_manage"
|
|
android:title="@string/book_source_manage"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/menu_precision_search"
|
|
android:title="@string/precision_search"
|
|
android:checkable="true"
|
|
app:showAsAction="never" />
|
|
|
|
</menu>
|
|
|