aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek <52370265+abhishekabhi789@users.noreply.github.com>2023-09-14 14:30:41 +0000
committerGitHub <noreply@github.com>2023-09-14 14:30:41 +0000
commite1765f83589a5733e2a9b2d7d93c49e7a3774f41 (patch)
tree5f24daada495f4e848d67c3ca23d938bc6ad4e5c
parent6475dd3f05e7f02de7353315ea7db2ef3a875214 (diff)
downloadinfinity-for-reddit-e1765f83589a5733e2a9b2d7d93c49e7a3774f41.tar
infinity-for-reddit-e1765f83589a5733e2a9b2d7d93c49e7a3774f41.tar.gz
infinity-for-reddit-e1765f83589a5733e2a9b2d7d93c49e7a3774f41.tar.bz2
infinity-for-reddit-e1765f83589a5733e2a9b2d7d93c49e7a3774f41.tar.lz
infinity-for-reddit-e1765f83589a5733e2a9b2d7d93c49e7a3774f41.tar.xz
infinity-for-reddit-e1765f83589a5733e2a9b2d7d93c49e7a3774f41.tar.zst
infinity-for-reddit-e1765f83589a5733e2a9b2d7d93c49e7a3774f41.zip
Reconfigured padding to increase clickable region of delete icon (#1486)
-rw-r--r--app/src/main/res/layout/item_recent_search_query.xml3
1 files changed, 2 insertions, 1 deletions
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" />
<ImageView
@@ -23,6 +23,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
+ android:padding="16dp"
android:clickable="true"
android:focusable="true"
android:background="?attr/selectableItemBackground" />