apply the month fragment padding only to the top
This commit is contained in:
parent
7a3e0a2e98
commit
bf179350e8
|
@ -5,7 +5,7 @@
|
|||
android:id="@+id/month_calendar_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="@dimen/medium_margin">
|
||||
android:paddingTop="@dimen/medium_margin">
|
||||
|
||||
<include layout="@layout/top_navigation"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue