add some top margin

This commit is contained in:
tibbi 2016-01-28 19:53:15 +01:00
parent 0f8048dd21
commit fef766dd0b
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
android:layout_height="match_parent"
android:layout_below="@+id/table_month"
android:layout_marginBottom="@dimen/activity_margin"
android:layout_marginTop="@dimen/activity_margin"
android:gravity="center">
</TableLayout>