Open grunzybaba opened 8 years ago
You can set the visiblility of "IvBorder", "IvDelete", "IvFlip", and "IvScale" to gone.
IvBorder.setVisibility(View.GONE);
Thanks magicomiralles,
I've added a new simple method "setControlsVisibility(boolean)" in stickerView class.
Awesome!
it's work fine..! how to make it visible for only current editing sticker or text and gone for other views.
like there are 4 views in total , if any of single view shows the editing options(Flip, Rotate, Close) then other three views editing options need to hide..!
.setVisibility(View.GONE) will hide the borders .. but the stickers are still moveable.. What to do in this case
"setControlsVisibility(boolean)" where should i call this method ????
it only remove last added stickers border using setControlsVisibility(boolean)
No satisfactory answer yet ?
Just set mCurrentView.setInEdit(false) is OK
Suppose i have finished placing the sticker. How to make the sticker final in the view. I mean removing the resizing border of the sticker??