Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.52 KB | None | 0 0
  1.  
  2. <LinearLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    android:layout_width="fill_parent"
  6.    android:layout_height="fill_parent"
  7.    android:orientation="vertical" >
  8.  
  9.  
  10.     <!-- Map Fragment embedded with the map object -->
  11.     <fragment
  12.        class="com.here.android.mpa.mapping.MapFragment"
  13.        android:id="@+id/mapfragment"
  14.        android:layout_width="match_parent"
  15.        android:layout_height="match_parent"/>
  16.  
  17. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement