Loading src/com/fsck/k9/view/ColorChip.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public class ColorChip { if (shape.equals(CHECKMARK)) { mDrawable.getPaint().setStrokeWidth(30); } else { mDrawable.getPaint().setStrokeWidth(10); mDrawable.getPaint().setStrokeWidth(20); } if (messageRead) { // Read messages get an outlined circle Loading Loading
src/com/fsck/k9/view/ColorChip.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public class ColorChip { if (shape.equals(CHECKMARK)) { mDrawable.getPaint().setStrokeWidth(30); } else { mDrawable.getPaint().setStrokeWidth(10); mDrawable.getPaint().setStrokeWidth(20); } if (messageRead) { // Read messages get an outlined circle Loading