mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-04 10:21:49 +01:00
b792504854
Changed filter languages button to a globe and now says "filter languages" Fix source migration not animated between sources and manga Leaving the migration tab sends you back to source migration list
17 lines
577 B
XML
17 lines
577 B
XML
<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_24dp"
|
|
android:title="@string/search"
|
|
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
|
app:showAsAction="collapseActionView|ifRoom" />
|
|
|
|
<item
|
|
android:id="@+id/action_filter"
|
|
android:title="@string/filter_languages"
|
|
android:icon="@drawable/ic_language_24dp"
|
|
app:showAsAction="always"/>
|
|
</menu>
|