From 4457d3c19354bb3f027d14fa1f63887fdf6223ee Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Fri, 20 May 2022 12:09:06 +0530 Subject: [PATCH] Fix spacing between suggestion widget and the widget below it --- app/src/main/res/layout/layout_search_suggestion.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/layout_search_suggestion.xml b/app/src/main/res/layout/layout_search_suggestion.xml index 4a8f404176..ccf475a00a 100644 --- a/app/src/main/res/layout/layout_search_suggestion.xml +++ b/app/src/main/res/layout/layout_search_suggestion.xml @@ -49,7 +49,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="12dp" - android:layout_marginBottom="4dp" + android:layout_marginBottom="8dp" app:blurCornerRadius="12dp">