1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04: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));
}
if (shape.equals(CHECKMARK)) {
mDrawable.getPaint().setStrokeWidth(30);
mDrawable.getPaint().setStrokeWidth(50);
} else {
mDrawable.getPaint().setStrokeWidth(20);
}