aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout/unit_map_fragment.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-17 23:09:46 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-17 23:09:46 -0600
commitdfe5dd6a425ac2418e33e0b64911b6f914eb514c (patch)
tree7586793ee442591a84b26b21a603eb051f54ee5d /androidApp/src/main/res/layout/unit_map_fragment.xml
parentc94d23dee4f4bf4af857c026fc2527635a4e6f1d (diff)
downloadetbsa-trackermap-mobile-dfe5dd6a425ac2418e33e0b64911b6f914eb514c.tar.gz
etbsa-trackermap-mobile-dfe5dd6a425ac2418e33e0b64911b6f914eb514c.tar.bz2
etbsa-trackermap-mobile-dfe5dd6a425ac2418e33e0b64911b6f914eb514c.zip
Pass overlay top margin and whether should show layer toggle as arguments for MapWrapperFragment, and refactored stuff
Diffstat (limited to 'androidApp/src/main/res/layout/unit_map_fragment.xml')
-rw-r--r--androidApp/src/main/res/layout/unit_map_fragment.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/androidApp/src/main/res/layout/unit_map_fragment.xml b/androidApp/src/main/res/layout/unit_map_fragment.xml
index da91e8c..f168662 100644
--- a/androidApp/src/main/res/layout/unit_map_fragment.xml
+++ b/androidApp/src/main/res/layout/unit_map_fragment.xml
@@ -6,7 +6,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
- <fragment
+ <androidx.fragment.app.FragmentContainerView
android:id="@+id/unitsMap"
android:layout_width="0dp"
android:layout_height="0dp"
@@ -14,7 +14,6 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
- android:name="mx.trackermap.TrackerMap.android.map.MapWrapperFragment"
tools:visibility="visible"/>
<androidx.cardview.widget.CardView