Remove unused searchable configuration
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<item
|
||||
android:id="@+id/search_recipe_action"
|
||||
android:icon="@android:drawable/ic_menu_search"
|
||||
android:title="@string/searchable_recipe_main_hint"
|
||||
android:title="@string/search_recipes_hint"
|
||||
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
|
||||
@@ -48,5 +48,5 @@
|
||||
<string name="fragment_recipes_load_failure_toast_no_connection">нет соединения</string>
|
||||
<string name="fragment_recipes_load_failure_toast_no_reason">Ошибка загрузки.</string>
|
||||
<string name="menu_bottom_navigation_change_url">Сменить URL</string>
|
||||
<string name="searchable_recipe_main_hint">Найти рецепты</string>
|
||||
<string name="search_recipes_hint">Найти рецепты</string>
|
||||
</resources>
|
||||
@@ -52,5 +52,5 @@
|
||||
<string name="fragment_recipes_load_failure_toast_unexpected_response">unexpected response</string>
|
||||
<string name="fragment_recipes_load_failure_toast_no_connection">no connection</string>
|
||||
<string name="menu_bottom_navigation_change_url">Change URL</string>
|
||||
<string name="searchable_recipe_main_hint">Search recipes</string>
|
||||
<string name="search_recipes_hint">Search recipes</string>
|
||||
</resources>
|
||||
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:hint="@string/searchable_recipe_main_hint"
|
||||
android:label="@string/app_name" />
|
||||
Reference in New Issue
Block a user