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 button - how to add remove button on corner of text box #27

Closed vrsrohit closed 6 years ago

vrsrohit commented 6 years ago

Hello thanx for ur code its very useful for me but i am not able to add a remove button in the text box
i.e, it must dissapear when text box dissapears please reply ASAP

AndriyBas commented 6 years ago

hello @vrsrohit . In MotionEntity.java there are methods draw() and drawSelectedBg(). Use them to draw anything on top you need.

superdiazzz commented 5 years ago

Hi i have similarly problem, but i have drawn it but now i confused to make listener on it? @AndriyBas Could you give me some advice?