Created
November 29, 2015 19:14
-
-
Save bumble-bee-chuna/5c7f0601e3456da5fe2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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