am 6c80e047: am dac3ee49: Merge "Small dot in corner was not visible"
* commit '6c80e0475c8cde60fbadb9bab892a74dfa60132a': Small dot in corner was not visiblemain
commit
80a6848d8a
|
@ -813,7 +813,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
||||||
// enabled. The dot is actually a zero-width, zero-height rectangle, placed at the
|
// enabled. The dot is actually a zero-width, zero-height rectangle, placed at the
|
||||||
// lower-right corner of the canvas, painted with a non-zero border width.
|
// lower-right corner of the canvas, painted with a non-zero border width.
|
||||||
paint.setStrokeWidth(3);
|
paint.setStrokeWidth(3);
|
||||||
canvas.drawRect(width, height, width, height, paint);
|
canvas.drawRect(width - 1, height - 1, width, height, paint);
|
||||||
}
|
}
|
||||||
paint.setColor(savedColor);
|
paint.setColor(savedColor);
|
||||||
paint.setStyle(savedStyle);
|
paint.setStyle(savedStyle);
|
||||||
|
|
Loading…
Reference in New Issue