You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fragment_stop_picker_map.xml 682B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <com.google.android.gms.maps.MapView
  6. android:layout_width="wrap_content"
  7. android:layout_height="wrap_content"
  8. android:id="@+id/mapView"
  9. android:layout_alignParentTop="true"
  10. android:layout_alignParentLeft="true"
  11. android:layout_alignParentStart="true"
  12. android:layout_alignParentRight="true"
  13. android:layout_alignParentEnd="true"
  14. android:layout_alignParentBottom="true"/>
  15. </RelativeLayout>