Harold
Harold

Reputation: 11

Stack to images in an Android application

I have tried to find the answer to something I am sure is really simple. I just want to be able to stack one image ontop of another. Intent is put a cropped picture of the user's face onto a wacky body.

Upvotes: 1

Views: 128

Answers (1)

bigstones
bigstones

Reputation: 15267

Layer List is an option. If you need more control I suggest you use a Canvas to draw the wacky body bitmap and then the face.

Upvotes: 1

Related Questions