Commit 2fe89cd9 authored by Divyanshu Bhargava's avatar Divyanshu Bhargava

minor changes

parent 3ec2da3d
...@@ -9,8 +9,6 @@ import java.util.* ...@@ -9,8 +9,6 @@ import java.util.*
import android.support.v4.graphics.ColorUtils import android.support.v4.graphics.ColorUtils
import android.support.annotation.ColorInt import android.support.annotation.ColorInt
class CustomDrawView(context: Context, attrs: AttributeSet) : View(context, attrs) { class CustomDrawView(context: Context, attrs: AttributeSet) : View(context, attrs) {
var mPaths = LinkedHashMap<MyPath, PaintOptions>() var mPaths = LinkedHashMap<MyPath, PaintOptions>()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment