aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout/fragment_map_wrapper.xml
diff options
context:
space:
mode:
Diffstat (limited to 'androidApp/src/main/res/layout/fragment_map_wrapper.xml')
-rw-r--r--androidApp/src/main/res/layout/fragment_map_wrapper.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/androidApp/src/main/res/layout/fragment_map_wrapper.xml b/androidApp/src/main/res/layout/fragment_map_wrapper.xml
index f63f74e..949cc10 100644
--- a/androidApp/src/main/res/layout/fragment_map_wrapper.xml
+++ b/androidApp/src/main/res/layout/fragment_map_wrapper.xml
@@ -82,4 +82,11 @@
</androidx.constraintlayout.widget.ConstraintLayout>
+ <include
+ android:id="@+id/mapLoading"
+ layout="@layout/loading_indicator"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone"/>
+
</FrameLayout> \ No newline at end of file