Move the FloatingActionMenu to the main content

This commit is contained in:
Jakob Nixdorf 2017-07-12 10:05:01 +02:00
parent b81edb4a32
commit 561f451577
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
2 changed files with 2 additions and 2 deletions

View file

@ -44,6 +44,4 @@
<include layout="@layout/content_main" />
<include layout="@layout/fab_menu" />
</android.support.design.widget.CoordinatorLayout>

View file

@ -16,4 +16,6 @@
android:layout_height="match_parent"
android:layout_alignParentStart="true" />
<include layout="@layout/fab_menu" />
</RelativeLayout>