0

Is it possible to have multiple images over eachother in android with xml in the layout file, like say you have one background image and when the user presses a button it adds another picture above the background?

sandmaster
  • 65
  • 1
  • 2
  • 12

2 Answers2

1

You simply need a RelativeLayout.

Michał Klimczak
  • 12,674
  • 8
  • 66
  • 99
0

I think this should help you

overlay two images in android to set an imageview

It uses LayerDrawable.

Community
  • 1
  • 1
shkschneider
  • 17,833
  • 13
  • 59
  • 112