Image on Image problem

Hello! I am new to MIT App Inventor. I want to ask that is there a way to add and image on top of an image?

For example, if I have a image of my header and an image of my logo, I want to add the logo on the header in the center.

This can be done with any image editing program. So why should this be done with AI2?

Actually I want to create the image clickable. For example, I want to create the logo clickable but not the header.

Set bg of vertical arrangement to primary image, then place an image component where you want to show logo and set logo as this image's src.

And set the image (logo) clickable.

headerLogo.aia (105.9 KB)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.