Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:map="http://schemas.android.com/apk/res-auto"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:tag="@string/map">
- <fragment
- android:id="@+id/mapView"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:clickable="true"
- android:name="com.google.android.gms.maps.SupportMapFragment"/>
- <Button
- android:id="@+id/live_route"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/live_route"
- android:textColor="@color/standard_white"
- android:background="@color/picton_blue"
- android:layout_alignParentBottom="true"
- android:layout_centerHorizontal="true"
- android:padding="16dp"
- android:layout_marginBottom="48dp"/>
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment