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

increase and decrease height of Image Entity by click of buttons or seekbar #22

Closed AnkurJagani closed 6 years ago

AnkurJagani commented 7 years ago

It would be very nice if we can increase and decrease height of Image Entity by click of buttons or seekbar. like you have done in TextEnity for font size.

Five star for this library is less i think.

AndriyBas commented 6 years ago

Hello, @AnkurJagani. Just implement it in a similar way as it's done in TextEntity. All the positions are relative, all you need to do is just increase the size of the entity, all the other coordinates will adjust automatically. And redraw.