Meshtastic-Android/app/src/main/res/layout/map_view.xml

5 lines
246 B
XML
Raw Normal View History

2020-03-11 18:13:44 -07:00
<?xml version="1.0" encoding="utf-8"?>
<com.mapbox.mapboxsdk.maps.MapView android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android" />