uptechteam / MotionViews-Android

Code Guide: How to create Snapchat-like image stickers and text stickers.
https://blog.uptech.team/how-to-create-snapchat-like-stickers-for-android-50512957c351
MIT License
479 stars 112 forks source link

Remove Sticker #26

Closed ghanatep closed 6 years ago

ghanatep commented 6 years ago

Hi can you pls help me to remove the added textsticker,

entities.remove((TextEntity)entity); will remove textsticker but text is partially deleting(looks like disabled button)

kaushikkhambhadiya commented 6 years ago

you can delete by calling "motionView.deletedSelectedEntity()" method.

ghanatep commented 6 years ago

Thanks its working..