fix #111, add stroke to the color picker for easier visibility

This commit is contained in:
tibbi 2018-10-03 14:43:38 +02:00
parent 1ff730c140
commit be882f04f4
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ class MainActivity : SimpleActivity(), CanvasListener {
private fun setColor(pickedColor: Int) {
color = pickedColor
color_picker.setBackgroundColor(color)
color_picker.setFillWithStroke(color, config.canvasBackgroundColor.getContrastColor())
my_canvas.setColor(color)
isEraserOn = false
updateEraserState()