mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
commit
676583b6ec
6 changed files with 175 additions and 88 deletions
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:mapbox="http://schemas.android.com/tools"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.mapbox.mapboxsdk.maps.MapView
|
||||
android:id="@+id/mapview"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
mapbox:mapbox_cameraZoom="11"
|
||||
mapbox:mapbox_cameraTargetLat="50.0755"
|
||||
mapbox:mapbox_cameraTargetLng="14.4378"
|
||||
mapbox:mapbox_styleUrl="@string/style_mapbox_streets" />
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue