Add a view to nearby map ragment and insert map view as an item inside it

This commit is contained in:
neslihanturan 2019-06-12 15:58:54 +03:00
parent c84ecd1b9c
commit c8b1ebb7fe
3 changed files with 34 additions and 4 deletions

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
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"
/>
</LinearLayout>