Developing for android I need a translate animation. That was easy, but I want the animation to go behind the other views. How can I achieve that?
setZAdjustment(Animation.ZORDER_BOTTOM) does not work. It cannot be that hard…
Developing for android I need a translate animation. That was easy, but I want
Share
I had the same problem in a RelativeLayout with an animated ImageView.
Defining/adding my animated View in the first place in/to the RelativeLayout and then the other views helped me.