Yrii Bezhevets
Yrii Bezhevets
Hey, you can write yourr custom hideControllIcons() method. just write in StickerView something like: `public void hideControlIcons(boolean hide) { showIcons = hide; invalidate(); }` When you need to hide controll...
@AnkurJagani Hi. Are u add this library as module? U need write ur custom StickerView class, or import library as module and change source code of StickerView. I have write...
@AnkurJagani In any case you will redraw all stickers (move, resize, scale ... )
@Ziaxp Did you see source code of setLocked() ? This method call invalidate(), this mean u will redraw whole screen, and u want call setLocked() twice per one loop ??...