Skip to content
Permalink
Browse files
Merge pull request #6084 from JosJuice/fab-placement
Android: Adjust position of floating action button
  • Loading branch information
degasus committed Sep 22, 2017
2 parents 969a72f + 85ab968 commit 8ebdd62
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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>
</android.support.design.widget.CoordinatorLayout>

0 comments on commit 8ebdd62

Please sign in to comment.