wuapnjie / StickerView

[No more support] A view which can add sticker and zoom,drag,delete it
MIT License
1.27k stars 311 forks source link

Disable touch on transparent area of a sticker. #103

Open the-aditya opened 6 years ago

the-aditya commented 6 years ago

Bounds of a sticker contains the transparent are of a sticker too.. isInStickerArea() return true if the touch coordinates is with in the bound of sticker ..event the transparent area.. the issue is when sticker is overlapped i can select sticker below coz transparent are of sticker above is also within the bound. How can we solve it? disable touch on transparent portion of the sticker?