mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-24 21:12:35 -04:00
3ea84cf0ce
* Add IME_FLAG_NO_PERSONALIZED_LEARNING flag to text input when incognito is enabled Tested with Gboard only. * Revert "Add IME_FLAG_NO_PERSONALIZED_LEARNING flag to text input when incognito is enabled" This reverts commit 068399db * Add IME_FLAG_NO_PERSONALIZED_LEARNING flag to text inputs when incognito is enabled Source preference is not affected. * Source preference stuff
19 lines
701 B
XML
19 lines
701 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_travel_explore_24dp"
|
|
android:title="@string/action_global_search"
|
|
app:actionViewClass="eu.kanade.tachiyomi.widget.TachiyomiSearchView"
|
|
app:iconTint="?attr/colorOnToolbar"
|
|
app:showAsAction="collapseActionView|ifRoom" />
|
|
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:icon="@drawable/ic_filter_list_24dp"
|
|
android:title="@string/action_filter"
|
|
app:iconTint="?attr/colorOnToolbar"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu>
|