mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-25 15:11:52 -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)) {
|
if (shape.equals(CHECKMARK)) {
|
||||||
mDrawable.getPaint().setStrokeWidth(30);
|
mDrawable.getPaint().setStrokeWidth(30);
|
||||||
} else {
|
} else {
|
||||||
mDrawable.getPaint().setStrokeWidth(10);
|
mDrawable.getPaint().setStrokeWidth(20);
|
||||||
}
|
}
|
||||||
if (messageRead) {
|
if (messageRead) {
|
||||||
// Read messages get an outlined circle
|
// Read messages get an outlined circle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user