aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_show_locaction.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-01-04 10:04:35 +0100
committerChristian Schneppe <christian@pix-art.de>2019-01-04 10:43:34 +0100
commit6df66c6592e42e1dcbf515222bf3ab5b9178eb18 (patch)
tree66e25c51944cb8b7ac60ecd6936b1e7d1343186e /src/main/res/layout/activity_show_locaction.xml
parentcbd372c6721e9ca8c55d09490c97801f0485f3f6 (diff)
add RTL support
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_show_locaction.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_show_locaction.xml b/src/main/res/layout/activity_show_locaction.xml
index 6b560c2a7..ffd62fe91 100644
--- a/src/main/res/layout/activity_show_locaction.xml
+++ b/src/main/res/layout/activity_show_locaction.xml
@@ -25,9 +25,9 @@
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
+ android:layout_alignParentBottom="true"
android:layout_margin="16dp"
android:src="@drawable/ic_navigation_white_24dp" />