Remove old search option from menu

This commit is contained in:
Koitharu
2021-06-21 17:32:23 +03:00
parent 83a9570961
commit bd4efcf110
3 changed files with 2 additions and 31 deletions

View File

@@ -1,12 +0,0 @@
<?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_internal"
android:orderInCategory="26"
android:title="@string/search"
app:showAsAction="never" />
</menu>