Imageview ontop of another imageview
Posted
by Joelbitar
on Stack Overflow
See other posts from Stack Overflow
or by Joelbitar
Published on 2010-06-15T19:22:24Z
Indexed on
2010/06/15
20:02 UTC
Read the original article
Hit count: 543
I have a listlayout with items in it that looks like this:
There is firs an ImageView (the light) and then two textViews. All of this inside a TableLayout. (source here: http://code.google.com/p/switchctrl/source/browse/trunk/android/res/layout/device_switch.xml)
I want to have a rotating animation of a loading indicator Ontop of this light when this particular device (light) performs an action or an action is performed on it.
How do I put an animation ontop of this light imageview?
© Stack Overflow or respective owner