Skip to content

Instantly share code, notes, and snippets.

Created December 10, 2016 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a90b40a9095d30fc52c2ce8f6acf4755 to your computer and use it in GitHub Desktop.
Save anonymous/a90b40a9095d30fc52c2ce8f6acf4755 to your computer and use it in GitHub Desktop.
<RelativeLayout 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="com.example.noavaran.drugstore.Fragment.MenuFragment">
<!-- TODO: Update blank fragment layout
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/map"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.noavaran.drugstore.MapsActivity" />-->
<com.google.android.gms.maps.MapView
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<ImageView
android:id="@+id/GetAddress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/add_address"
android:layout_alignParentTop="true"
android:layout_below="@+id/mapView"
android:layout_centerHorizontal="true"
android:layout_marginTop="-10dp"
/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/title"
android:layout_alignBaseline="@+id/confirm_address_map_custom_marker"
android:layout_centerInParent="true"
android:layout_above="@+id/confirm_address_map_custom_marker"
android:paddingRight="75dp"
android:visibility="gone"
android:id="@+id/Image_title"
/>
<ImageView
android:id="@+id/confirm_address_map_custom_marker"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="-5dp"
android:layout_centerInParent="true"
android:src="@drawable/position_icon">
</ImageView>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment