From 4ee8a890a804e264db9b50e62768899dc2395eae Mon Sep 17 00:00:00 2001 From: mihai-adrian Date: Wed, 24 Jul 2019 17:41:48 +0300 Subject: [PATCH] fixes #3843 - (L10N) regression: alignment issue when saving tabs to collection changed height to match_constraints instead of wrap_content - this makes for a better calculation of space, avoids setting textView on two lines, with blank line below. --- app/src/main/res/layout/component_collection_creation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/component_collection_creation.xml b/app/src/main/res/layout/component_collection_creation.xml index 52c583b5b..1657c4b7d 100644 --- a/app/src/main/res/layout/component_collection_creation.xml +++ b/app/src/main/res/layout/component_collection_creation.xml @@ -126,7 +126,7 @@