1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-25 07:01:50 -05:00

make the stroke border on our color chips a bit wider to make them easier to see

This commit is contained in:
Jesse Vincent 2012-10-06 17:30:55 -04:00
parent 41756802a1
commit f62ac401a0

View File

@ -69,7 +69,7 @@ public class ColorChip {
if (shape.equals(CHECKMARK)) { if (shape.equals(CHECKMARK)) {
mDrawable.getPaint().setStrokeWidth(30); mDrawable.getPaint().setStrokeWidth(30);
} else { } else {
mDrawable.getPaint().setStrokeWidth(10); mDrawable.getPaint().setStrokeWidth(20);
} }
if (messageRead) { if (messageRead) {
// Read messages get an outlined circle // Read messages get an outlined circle