From 0300102243c9ff37682b7b5bd0a38710c1e217a1 Mon Sep 17 00:00:00 2001 From: Konstantin Ivanov <54908981+konstantiniiv@users.noreply.github.com> Date: Wed, 3 May 2023 23:16:36 +0200 Subject: [PATCH] DROID-1194 Collection | Design | Gallery default cards (#3152) --- core-ui/src/main/res/layout/item_dv_gallery_view_default.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core-ui/src/main/res/layout/item_dv_gallery_view_default.xml b/core-ui/src/main/res/layout/item_dv_gallery_view_default.xml index 1ecc308240..73c2724d79 100644 --- a/core-ui/src/main/res/layout/item_dv_gallery_view_default.xml +++ b/core-ui/src/main/res/layout/item_dv_gallery_view_default.xml @@ -4,7 +4,8 @@ xmlns:tools="http://schemas.android.com/tools" style="@style/SetGalleryViewCardStyle" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:minHeight="72dp">