From 63d50d9827d0649580ed753954594440085f96be Mon Sep 17 00:00:00 2001 From: ValentinTimisica Date: Mon, 29 Jul 2019 15:18:21 +0300 Subject: [PATCH] Fixes #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 1657c4b7d..91e99d813 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 @@