Overlay imageviews

Asked

Viewed 169 times

1

I want to make a layout with images superimposed this way inserir a descrição da imagem aqui

but I can’t overlay the images within the same Activity or Fragment someone can help me?

  • I believe that you can not put two images in one Imageview, but you can create two Imageviews and place one on top of the other. Use a Framelayout or a Relativelayout.

  • is not within the same imageview, because I intend to use a Reader for each image, to see the possibility of framelayout

  • So you’re probably using Linearlayout. With Framelayout will Work if you want to understand how it works, I suggest this video: http://www.thiengo.com.br/understanding & using framelayout-no-android

  • Why don’t you create 3 images, changing only the button open? There always leaves two invisible, and one visible.

  • why do I need separate event calls for each one, but I already got it if you want to know how to do it just ask

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.