From c687c850b83a44b69dbc94fad1bb8250d5fe4063 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sat, 1 Nov 2025 17:56:46 +0100 Subject: [PATCH] [android] Reduce padding foreach items in the search view Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout/item_search_result.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/res/layout/item_search_result.xml b/android/app/src/main/res/layout/item_search_result.xml index 001664507..ae05b29de 100644 --- a/android/app/src/main/res/layout/item_search_result.xml +++ b/android/app/src/main/res/layout/item_search_result.xml @@ -6,7 +6,7 @@ android:layout_height="wrap_content" android:background="?selectableItemBackground" android:minHeight="@dimen/search_item_height" - android:padding="@dimen/margin_base" + android:padding="@dimen/margin_half_double_plus" tools:background="#20FF0000">