From b83acf373d932fd0b4939373d24737d14f2230be Mon Sep 17 00:00:00 2001 From: Maxime NATUREL Date: Fri, 29 Jul 2022 16:37:52 +0200 Subject: [PATCH] Adding error view in preview and sharing fragments --- .../res/layout/fragment_location_preview.xml | 18 ++++++++++++++++-- .../res/layout/fragment_location_sharing.xml | 10 ++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/vector/src/main/res/layout/fragment_location_preview.xml b/vector/src/main/res/layout/fragment_location_preview.xml index 5499e5b427..126edbb5e1 100644 --- a/vector/src/main/res/layout/fragment_location_preview.xml +++ b/vector/src/main/res/layout/fragment_location_preview.xml @@ -6,9 +6,23 @@ + + diff --git a/vector/src/main/res/layout/fragment_location_sharing.xml b/vector/src/main/res/layout/fragment_location_sharing.xml index cd15f418ea..7d9241c42b 100644 --- a/vector/src/main/res/layout/fragment_location_sharing.xml +++ b/vector/src/main/res/layout/fragment_location_sharing.xml @@ -35,6 +35,16 @@ app:layout_constraintStart_toStartOf="@id/mapView" app:layout_constraintTop_toTopOf="@id/mapView" /> + +