mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
BarChart: Update tests and images
This commit is contained in:
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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user