Move the FloatingActionMenu to the main content
This commit is contained in:
parent
b81edb4a32
commit
561f451577
2 changed files with 2 additions and 2 deletions
|
@ -44,6 +44,4 @@
|
|||
|
||||
<include layout="@layout/content_main" />
|
||||
|
||||
<include layout="@layout/fab_menu" />
|
||||
|
||||
</android.support.design.widget.CoordinatorLayout>
|
||||
|
|
|
@ -16,4 +16,6 @@
|
|||
android:layout_height="match_parent"
|
||||
android:layout_alignParentStart="true" />
|
||||
|
||||
<include layout="@layout/fab_menu" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
Loading…
Reference in a new issue