summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/fragment_map.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_map.xml')
-rw-r--r--app/src/main/res/layout/fragment_map.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/src/main/res/layout/fragment_map.xml b/app/src/main/res/layout/fragment_map.xml
index 3ebc6c4..4639ec3 100644
--- a/app/src/main/res/layout/fragment_map.xml
+++ b/app/src/main/res/layout/fragment_map.xml
@@ -5,10 +5,9 @@
android:layout_height="match_parent"
tools:context=".MapFragment">
- <!-- TODO: Update blank fragment layout -->
- <TextView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:text="MAP" />
+ <org.osmdroid.views.MapView
+ android:id="@+id/map"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" />
</FrameLayout> \ No newline at end of file