Skip to content

Instantly share code, notes, and snippets.

@bumble-bee-chuna
Created November 29, 2015 19:14
Show Gist options
  • Save bumble-bee-chuna/5c7f0601e3456da5fe2a to your computer and use it in GitHub Desktop.
Save bumble-bee-chuna/5c7f0601e3456da5fe2a to your computer and use it in GitHub Desktop.
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MapActivity" >
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:map="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/map"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
tools:context="com.example.beckah.myapplication.Citisplore"/>
<ImageButton
android:id="@+id/imageButton1"
android:background="@drawable/transit_icon"
android:layout_width="55dp"
android:layout_height="55dp"
android:scaleType="fitCenter"
android:layout_gravity="right|bottom" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment