From e1765f83589a5733e2a9b2d7d93c49e7a3774f41 Mon Sep 17 00:00:00 2001 From: Abhishek <52370265+abhishekabhi789@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:00:41 +0530 Subject: Reconfigured padding to increase clickable region of delete icon (#1486) --- app/src/main/res/layout/item_recent_search_query.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_recent_search_query.xml b/app/src/main/res/layout/item_recent_search_query.xml index fd851926..8fdc502c 100644 --- a/app/src/main/res/layout/item_recent_search_query.xml +++ b/app/src/main/res/layout/item_recent_search_query.xml @@ -3,7 +3,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:padding="16dp" android:clickable="true" android:focusable="true" android:background="?attr/selectableItemBackground"> @@ -16,6 +15,7 @@ android:layout_gravity="center_vertical" android:fontFamily="?attr/font_family" android:textSize="?attr/font_default" + android:padding="16dp" android:drawablePadding="16dp" /> -- cgit v1.2.3