From e6b477d2aea28c102b864fc220645ea1799c31d1 Mon Sep 17 00:00:00 2001 From: KingLucius Date: Thu, 28 Sep 2023 09:13:29 +0300 Subject: [PATCH] Search history item selectable & deleteable --- app/src/main/res/layout/search_history_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/search_history_item.xml b/app/src/main/res/layout/search_history_item.xml index 3e9ee833..4c50d0c0 100644 --- a/app/src/main/res/layout/search_history_item.xml +++ b/app/src/main/res/layout/search_history_item.xml @@ -6,7 +6,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/outline_drawable_less" - + android:focusable="true" android:nextFocusRight="@id/home_history_remove" android:orientation="horizontal">