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

Unlimited Scaling? #6

Closed kiaanpillay closed 7 years ago

kiaanpillay commented 7 years ago

Is there a way to keep scaling even when the green border touches the bounds? I want to keep scaling beyond that if possible like on Snapchat or Instagram

AndriyBas commented 7 years ago

@kiaanpillay see Layer.java and TextLayer.java. They both have variables MAX_SCALE and MIN_SCALE, update them if you want to change scaling options. NOTE: be aware that image quality (especially of text) will change if you scale too much.