Add some space between the tabs and the chart legend.

master
Daniele Gobbetti 2017-04-03 21:24:21 +02:00
parent 4ab39e2c00
commit 8e780fa122
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
<com.github.mikephil.charting.charts.CombinedChart
android:id="@+id/activitysleepchart"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:layout_marginTop="@dimen/activity_vertical_margin" />
</RelativeLayout>