diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-17 22:23:14 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-17 22:23:14 -0600 |
commit | c94d23dee4f4bf4af857c026fc2527635a4e6f1d (patch) | |
tree | 5bc6d0927d9c7eceb90987a2bfccac9cc5758f8f /androidApp/src/main/res/layout | |
parent | aae38258ff929157ff35547e353265da01c80f9c (diff) | |
download | etbsa-trackermap-mobile-c94d23dee4f4bf4af857c026fc2527635a4e6f1d.tar.gz etbsa-trackermap-mobile-c94d23dee4f4bf4af857c026fc2527635a4e6f1d.tar.bz2 etbsa-trackermap-mobile-c94d23dee4f4bf4af857c026fc2527635a4e6f1d.zip |
Add loading screen to map and removed no longer needed fragment replacement in reports view
Diffstat (limited to 'androidApp/src/main/res/layout')
-rw-r--r-- | androidApp/src/main/res/layout/fragment_map_wrapper.xml | 7 |
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 |