diff options
Diffstat (limited to 'src/main/res/layout/activity_share_locaction.xml')
-rw-r--r-- | src/main/res/layout/activity_share_locaction.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/src/main/res/layout/activity_share_locaction.xml b/src/main/res/layout/activity_share_locaction.xml index df3e08a95..7505e9b99 100644 --- a/src/main/res/layout/activity_share_locaction.xml +++ b/src/main/res/layout/activity_share_locaction.xml @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <RelativeLayout 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:layout_width="match_parent" - android:layout_height="match_parent" - android:background="@color/ripple_material_dark"> + xmlns:map="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@color/ripple_material_dark"> + <fragment android:name="com.google.android.gms.maps.MapFragment" android:id="@+id/map_fragment" @@ -18,7 +19,7 @@ map:uiTiltGestures="false" map:uiZoomControls="false" map:uiZoomGestures="true" - tools:ignore="MissingPrefix"/> + tools:ignore="MissingPrefix" /> <RelativeLayout android:id="@+id/snackbar" @@ -31,7 +32,7 @@ android:layout_above="@+id/button_bar" android:background="@drawable/snackbar" android:minHeight="48dp" - android:visibility="visible" > + android:visibility="visible"> <TextView android:layout_width="wrap_content" @@ -42,7 +43,7 @@ android:paddingLeft="24dp" android:textColor="@color/grey50" android:textSize="?attr/TextSizeBody" - android:text="@string/location_sharing_disabled"/> + android:text="@string/location_sharing_disabled" /> <TextView android:id="@+id/snackbar_action" @@ -59,7 +60,7 @@ android:text="@string/enable" android:layout_alignParentTop="true" android:layout_alignParentRight="true" - android:layout_alignParentEnd="true"/> + android:layout_alignParentEnd="true" /> </RelativeLayout> <RelativeLayout @@ -73,7 +74,7 @@ android:layout_above="@+id/button_bar" android:background="@drawable/snackbar" android:minHeight="24dp" - android:visibility="gone" > + android:visibility="gone"> <TextView android:id="@id/snackbar_location_message" @@ -93,7 +94,7 @@ android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" - android:layout_alignParentRight="true" > + android:layout_alignParentRight="true"> <Button android:id="@+id/cancel_button" |