I want to make a layout with images superimposed this way
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.
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
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.
– Filipe Assad
is not within the same imageview, because I intend to use a Reader for each image, to see the possibility of framelayout
– Maico Ribeiro
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
– Filipe Assad
Why don’t you create 3 images, changing only the button open? There always leaves two invisible, and one visible.
– Leonardo Dias
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
– Maico Ribeiro