android - Imageview ontop of another imageview -


I have a list with items that looks like this:

alt text

First, an image view (light) and then two text Scenes are all inside a table layout (source here :) :)

I have to rotate the animation of a loading pointer over this light when this particular device (light) performs an action or on it Any action is taken.

How do I put the animation of this light image view?

Try it out:

   & Lt; ImageView Android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: id = "@ + id / Image2" /> & Lt; / FrameLayout & gt; & Lt; LinearLayout Android: layout_height = "wrap_content" android: layout_width = "0dp" Android: layout_weight = "1" Android: orientation = "vertical" Android: id = "@ + id / textout" & gt; & Lt; TextView android: text = "@ + id / line1" Android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: id = "@ + id / line1" /> & Lt; TextView android: text = "@ + id / line2" Android: layout_width = "wrap_content" Android: layout_height = "wrap_content" android: id = "@ + id / line2" /> & Lt; / LinearLayout & gt; & Lt; / LinearLayout & gt;  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -