Commit 7f5e1de7 authored by Varun Patil's avatar Varun Patil

Fix position of location button

parent f7f742ca
...@@ -161,7 +161,8 @@ ...@@ -161,7 +161,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:layout_margin="16dp" android:layout_marginBottom="96dp"
android:layout_marginRight="8dp"
android:src="@drawable/ic_my_location_black_24dp" android:src="@drawable/ic_my_location_black_24dp"
android:tint="@android:color/black" /> android:tint="@android:color/black" />
</RelativeLayout> </RelativeLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment