mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 14:32:49 +01: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
13 lines
453 B
XML
13 lines
453 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/action_search"
|
|
app:actionViewClass="eu.kanade.tachiyomi.widget.TachiyomiSearchView"
|
|
app:iconTint="?attr/colorOnToolbar"
|
|
app:showAsAction="collapseActionView|ifRoom" />
|
|
|
|
</menu>
|