summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2017-09-22 08:42:21 +0200
committerGitHub <noreply@github.com>2017-09-22 08:42:21 +0200
commit8ebdd62f45f6b23e410e5de39e48a4ff87a7f06b (patch)
tree9e10628f1e56f5c7c8dde8a6b17433c80e292e88 /Source
parent969a72faed2844bebdf38caa3293e05604db6e10 (diff)
parent85ab968136a3e144f51d864345f866806f7f7cae (diff)
Merge pull request #6084 from JosJuice/fab-placement
Android: Adjust position of floating action button
Diffstat (limited to 'Source')
-rw-r--r--Source/Android/app/src/main/res/layout/activity_main.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/app/src/main/res/layout/activity_main.xml b/Source/Android/app/src/main/res/layout/activity_main.xml
index e857dfa385..eccfb1a910 100644
--- a/Source/Android/app/src/main/res/layout/activity_main.xml
+++ b/Source/Android/app/src/main/res/layout/activity_main.xml
@@ -38,11 +38,11 @@
android:id="@+id/button_add_directory"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:layout_margin="32dp"
+ android:layout_margin="16dp"
android:src="@drawable/ic_add"
app:borderWidth="0dp"
app:rippleColor="?android:colorPrimaryDark"
app:layout_anchor="@+id/pager_platforms"
app:layout_anchorGravity="bottom|right|end"/>
-</android.support.design.widget.CoordinatorLayout> \ No newline at end of file
+</android.support.design.widget.CoordinatorLayout>