mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
make the stroke border on our color chips a bit wider to make them easier to see
This commit is contained in:
parent
41756802a1
commit
f62ac401a0
@ -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…
Reference in New Issue
Block a user