StickerView icon indicating copy to clipboard operation
StickerView copied to clipboard

zoom, delete etc controls are not showing on any sticker

Open mubashar-javed1 opened this issue 7 years ago • 5 comments

Whenever i create new sticker and add it stickerview. current sticker do not show controls. i have put lot of effort. but all in vain.

mubashar-javed1 avatar May 26 '17 23:05 mubashar-javed1

try this stickerView.configDefaultIcons();

<com.xiaopo.flying.sticker.StickerView android:id="@+id/sticker_view" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" android:background="#77ff0000" app:borderAlpha="123" app:borderColor="@android:color/white" app:bringToFrontCurrentSticker="true" app:showBorder="true" app:showIcons="true">

DastanIqbal avatar May 29 '17 02:05 DastanIqbal

Thanks so much brother.. It's working 👍

mubashar-javed1 avatar May 29 '17 15:05 mubashar-javed1

Great! Can you please tell, how to hide the Anchor Icons when click outside? This happen only when we click on other object, then the BitmapIcons shifted to that object but I need to remove/hide it when click out of bound.

Ziaxp avatar Jul 22 '17 17:07 Ziaxp

Yes I also would like to access the showBorder and showIcons attributes programatically

pranishres avatar Aug 27 '18 10:08 pranishres

@DastanIqbal Thanks i have spent almost 2 days to solve this.

Jack832 avatar Sep 10 '18 06:09 Jack832