apply the month fragment padding only to the top

This commit is contained in:
tibbi 2018-02-01 13:30:06 +01:00
parent 7a3e0a2e98
commit bf179350e8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
android:id="@+id/month_calendar_holder" android:id="@+id/month_calendar_holder"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:padding="@dimen/medium_margin"> android:paddingTop="@dimen/medium_margin">
<include layout="@layout/top_navigation"/> <include layout="@layout/top_navigation"/>