1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-26 08:33:27 +02:00

Add some space between the tabs and the chart legend.

This commit is contained in:
Daniele Gobbetti 2017-04-03 21:24:21 +02:00
parent 4ab39e2c00
commit 8e780fa122

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>