mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 10:31:03 +01:00
e7839f1c39
Fixes #808 The datasets had to be separed in order to fill the area below each line with the right color.
14 lines
593 B
XML
14 lines
593 B
XML
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context="nodomain.freeyourgadget.gadgetbridge.activities.charts.ChartsActivity$PlaceholderFragment">
|
|
|
|
<com.github.mikephil.charting.charts.LineChart
|
|
android:id="@+id/activitysleepchart"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="@dimen/activity_vertical_margin" />
|
|
|
|
</RelativeLayout>
|