StickerView
StickerView copied to clipboard
stickerView.draw(canvas) always draw with border and icon of last sticker
Even I set: app:showBorder="false" app:showIcons="false" It still show border and icon when draw on canvas. Hope that it can draw on canvas without those. Thanks.
I got result by setLock(true) before draw and setLock(false) after drawing. Hope this will help someone.
Hey! JVeverGiveUp, you did great by putting setLock in draw function, it worked. thanks