I have started to make an application similar to concept of \"To do task manager\", in which i need to make a textview cancelable, like, when user clicks on done image, whole te
In Kotlin
tv.text = "This is text" tv.paintFlags = tv.paintFlags or Paint.STRIKE_THRU_TEXT_FLAG