mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 20:15:03 -05:00
make the checkmark a little wider.
This commit is contained in:
parent
2c8c8e4083
commit
c870c5acbc
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user