From 69fb7bd37b296e16c40cfb44da3118e52090cca5 Mon Sep 17 00:00:00 2001 From: Sam Steele Date: Fri, 23 Dec 2022 08:59:07 -0500 Subject: [PATCH] increase touch area around delete button in files list --- res/layout/row_file.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/row_file.xml b/res/layout/row_file.xml index c0a84ffef..4e161d8a1 100644 --- a/res/layout/row_file.xml +++ b/res/layout/row_file.xml @@ -126,8 +126,8 @@ app:srcCompat="@drawable/ic_action_cancel" android:contentDescription="delete" android:background="@null" - android:layout_marginLeft="16dp" - android:layout_marginRight="16dp" /> + android:padding="16dp" + android:layout_marginLeft="8dp" />