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

set Background #33

Closed FitApps7 closed 6 years ago

FitApps7 commented 6 years ago

how to set picture in background(moveable), as photo frame? I want to use it in inserting photos in static frames, but pics should be moveable.

AndriyBas commented 6 years ago

@FitApps7 just add your ImageView with a frame on top of thee MotionView, and make it not clickable. Or, alternatively, modify the MotinoView to always draw your frame on top of the pic.

FitApps7 commented 6 years ago

thanks