I am in front of a strange problem :
- I have an ImageButton at top of the screen (wrap_content)
- Under there is a view (mapActivity) (fill_parent)
I 've created an animation which makes move my ImageButton, but it goes under the 2nd view.
So I used the bringToFront method to my ImageButton, but after that, it disappears of the entire frame???
Best Regards,
Mick


