mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
HistoryChart: Make skipped days a bit more clear
This commit is contained in:
@@ -400,7 +400,7 @@ public class HistoryChart extends ScrollableChart
|
|||||||
|
|
||||||
if (!isNumerical && checkmark == SKIPPED)
|
if (!isNumerical && checkmark == SKIPPED)
|
||||||
{
|
{
|
||||||
pSquareBg.setColor(colors[0]);
|
pSquareBg.setColor(textColors[2]);
|
||||||
pSquareBg.setStrokeWidth(columnWidth * 0.025f);
|
pSquareBg.setStrokeWidth(columnWidth * 0.025f);
|
||||||
|
|
||||||
canvas.save();
|
canvas.save();
|
||||||
|
|||||||
Reference in New Issue
Block a user