1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-13 13:05:03 -05:00

make the checkmark a little wider.

This commit is contained in:
Jesse Vincent 2012-11-24 17:44:07 -05:00
parent 2c8c8e4083
commit c870c5acbc

View File

@ -67,7 +67,7 @@ public class ColorChip {
mDrawable = new ShapeDrawable(new PathShape(shape, 320f, 320f)); mDrawable = new ShapeDrawable(new PathShape(shape, 320f, 320f));
} }
if (shape.equals(CHECKMARK)) { if (shape.equals(CHECKMARK)) {
mDrawable.getPaint().setStrokeWidth(30); mDrawable.getPaint().setStrokeWidth(50);
} else { } else {
mDrawable.getPaint().setStrokeWidth(20); mDrawable.getPaint().setStrokeWidth(20);
} }