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 padding of text sticker #16

Closed karthikcool93 closed 6 years ago

karthikcool93 commented 7 years ago

How can I remove default padding from text sticker

AndriyBas commented 6 years ago

see TextEntity.java how it is drawn. Currently, it has a fixed width and is aligned to the center. that's why it has the padding.