avito-tech / krop

Small widget for image cropping in Instagram-like style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How change the crop window style?

saadbzu opened this issue · comments

How i change crop window from round to rectangle?

@saadbzu Use shape attribute in KropView in layout or if you need to do this programmatically, invoke applyOverlayShape with SHAPE_OVAL or SHAPE_RECT values.