1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-24 14:00:48 +02:00

Fix extraneous space at the bottom of the week steps chart

This commit is contained in:
cpfeiffer 2016-10-04 00:04:04 +02:00
parent eccf9164f6
commit f35f76a42b

View File

@ -194,6 +194,8 @@ public class WeekStepsChartFragment extends AbstractChartFragment {
y.setDrawGridLines(false);
y.setDrawTopYLabelEntry(false);
y.setTextColor(CHART_TEXT_COLOR);
y.setDrawZeroLine(true);
y.setSpaceBottom(0);
y.setEnabled(true);