From 9ce027a0a4aa31c9ce00936113aa9c411371e540 Mon Sep 17 00:00:00 2001 From: ValentinTimisica Date: Mon, 29 Jul 2019 15:18:21 +0300 Subject: [PATCH] [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/4323: Modified UI of component_collection_creation. To fix the overlapping issue I used Guideline and layout_constraintWidth_default property. I also used the layout_constraintHorizontal_bias property to make the back_button to lean to the left and the select_all_button to lean to the right. --- .../layout/component_collection_creation.xml | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/component_collection_creation.xml b/app/src/main/res/layout/component_collection_creation.xml index 1657c4b7d8..91e99d8137 100644 --- a/app/src/main/res/layout/component_collection_creation.xml +++ b/app/src/main/res/layout/component_collection_creation.xml @@ -12,32 +12,47 @@