aquaballoon

GoogleMap v2 - main.xml

Mar 13th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.     xmlns:tools="http://schemas.android.com/tools"
  3.     android:layout_width="match_parent"
  4.     android:layout_height="match_parent"
  5.     tools:context=".MainActivity" >
  6.  
  7.     <fragment
  8.         android:id="@+id/map"
  9.         android:layout_width="match_parent"
  10.         android:layout_height="match_parent"
  11.         android:name="com.google.android.gms.maps.MapFragment" />
  12.  
  13. </RelativeLayout>
Add Comment
Please, Sign In to add comment