Reputation: 1808
I was worried if an Image view over another image view can be z-indexed? and brought to front or back. Is there any options for this?
Thanks in advance.
Upvotes: 0
Views: 1053
Reputation: 9876
You can use one ImageView for that. If you want to switch between images in an ImageView you can use a LevelListDrawable. If you want all images to be drawn in a certain z-order you can use a LayerDrawable.
Upvotes: 1