mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
convert Config and Constants to kotlin
This commit is contained in:
@ -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"
|
Reference in New Issue
Block a user