From 50a84a6c56b3df98e8766ad3a75b2d7073134aae Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 8 Dec 2021 22:56:45 +0100 Subject: [PATCH] Use same height than the loading item to avoid dynamic resizing --- vector/src/main/res/layout/item_discovery_policy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/res/layout/item_discovery_policy.xml b/vector/src/main/res/layout/item_discovery_policy.xml index d68b1e63a1..d1d003d1ef 100644 --- a/vector/src/main/res/layout/item_discovery_policy.xml +++ b/vector/src/main/res/layout/item_discovery_policy.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/selectableItemBackground" - android:minHeight="64dp" + android:minHeight="80dp" android:padding="16dp">