mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
more map wip
This commit is contained in:
parent
9be189f89c
commit
01f2d908a4
4 changed files with 89 additions and 8 deletions
5
app/src/main/res/layout/map_view.xml
Normal file
5
app/src/main/res/layout/map_view.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?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" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue