convert Config and Constants to kotlin

This commit is contained in:
tibbi
2017-04-08 19:03:33 +02:00
parent 75cf01d959
commit 334f28c2fa
6 changed files with 42 additions and 81 deletions

View File

@ -0,0 +1,6 @@
package com.simplemobiletools.draw.helpers
val BRUSH_COLOR = "brush_color"
val CANVAS_BACKGROUND_COLOR = "canvas_background_color"
val SHOW_BRUSH_SIZE = "show_brush_size"
val BRUSH_SIZE = "brush_size"