remove the extra margin of fab

This commit is contained in:
tibbi 2016-07-05 16:42:19 +02:00
parent d790cfd81a
commit 5321da0ab8
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@
android:id="@+id/day_coordinator"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="@dimen/activity_margin">
android:layout_height="match_parent">
<RelativeLayout
android:id="@+id/day_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:padding="@dimen/activity_margin">
<include layout="@layout/top_navigation"/>