Esteban Quintero
Results
2
issues of
Esteban Quintero
A View extension for increase the touch area ``` fun View.setParentTouchDelegate(rect: Rect) { if (parent !is View) { throw IllegalStateException("Parent is not a View instance") } (parent as View).touchDelegate =...
Hi, I'm trying to use this lib to extract de image of the body detected there is something to use? Regards !