BarChart: Update tests and images

pull/699/head
Alinson S. Xavier 5 years ago
parent b8aa322691
commit af93c0e488

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@ -49,7 +49,6 @@ public class BarChartTest extends BaseViewTest
EntryList entries = habit.getComputedEntries(); EntryList entries = habit.getComputedEntries();
view.setEntries(entries.getByInterval(today.minus(20), today)); view.setEntries(entries.getByInterval(today.minus(20), today));
view.setColor(PaletteUtilsKt.toThemedAndroidColor(habit.getColor(), targetContext)); view.setColor(PaletteUtilsKt.toThemedAndroidColor(habit.getColor(), targetContext));
view.setTarget(200.0);
measureView(view, dpToPixels(300), dpToPixels(200)); measureView(view, dpToPixels(300), dpToPixels(200));
} }

Loading…
Cancel
Save