From b20cbd05668801d1e9ee9b234b8ef5b1845596ea Mon Sep 17 00:00:00 2001 From: mihai-adrian Date: Wed, 24 Jul 2019 17:41:48 +0300 Subject: [PATCH] [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/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 52c583b5bb..1657c4b7d8 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 @@