mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 08:29:17 +01:00
9 lines
437 B
XML
9 lines
437 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/action_search"
|
||
|
android:icon="@drawable/ic_search_white_24dp"
|
||
|
android:title="@string/action_search"
|
||
|
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
||
|
app:showAsAction="ifRoom|collapseActionView" />
|
||
|
</menu>
|