From 6107fb644d7e7810ff83da543700260c81fd5fce Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 26 Jan 2022 16:56:17 +0100 Subject: [PATCH] Flatten View hierarchy --- .../res/layout/fragment_location_sharing.xml | 57 +++++++++---------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/vector/src/main/res/layout/fragment_location_sharing.xml b/vector/src/main/res/layout/fragment_location_sharing.xml index 225bd57235..f9a37a6241 100644 --- a/vector/src/main/res/layout/fragment_location_sharing.xml +++ b/vector/src/main/res/layout/fragment_location_sharing.xml @@ -1,6 +1,7 @@ @@ -10,43 +11,41 @@ android:layout_height="0dp" app:layout_constraintBottom_toTopOf="@id/shareLocationContainer" app:layout_constraintTop_toTopOf="parent" - app:mapbox_renderTextureMode="true" /> + app:mapbox_renderTextureMode="true" + tools:background="#4F00" /> - + app:layout_constraintStart_toStartOf="parent" /> - + - - - + \ No newline at end of file