ppamorim

Untitled

Jul 4th, 2014
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.03 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:map="http://schemas.android.com/apk/res-auto"
  5.    android:orientation="vertical"
  6.    android:layout_width="match_parent"
  7.    android:layout_height="match_parent"
  8.    android:tag="@string/map">
  9.  
  10.     <fragment
  11.        android:id="@+id/mapView"
  12.        android:layout_width="match_parent"
  13.        android:layout_height="match_parent"
  14.        android:clickable="true"
  15.        android:name="com.google.android.gms.maps.SupportMapFragment"/>
  16.  
  17.     <Button
  18.        android:id="@+id/live_route"
  19.        android:layout_width="wrap_content"
  20.        android:layout_height="wrap_content"
  21.        android:text="@string/live_route"
  22.        android:textColor="@color/standard_white"
  23.        android:background="@color/picton_blue"
  24.        android:layout_alignParentBottom="true"
  25.        android:layout_centerHorizontal="true"
  26.        android:padding="16dp"
  27.        android:layout_marginBottom="48dp"/>
  28.  
  29. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment