Files
Next-Location/app/src/main/res/layout/fragment_home.xml
Sem van der Hoeven 512ad3980f [FIX] mapview stuff
2020-12-16 10:48:11 +01:00

14 lines
463 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".fragments.HomeFragment">
<org.osmdroid.views.MapView
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>