Files
Simple-Draw/app/src/main/kotlin/com/simplemobiletools/draw/helpers/Constants.kt
2018-02-27 20:40:32 +01:00

12 lines
341 B
Kotlin

package com.simplemobiletools.draw.helpers
const val BRUSH_COLOR = "brush_color"
const val CANVAS_BACKGROUND_COLOR = "canvas_background_color"
const val SHOW_BRUSH_SIZE = "show_brush_size"
const val BRUSH_SIZE = "brush_size"
const val LAST_SAVE_FOLDER = "last_save_folder"
const val PNG = "png"
const val SVG = "svg"
const val JPG = "jpg"