Hi everyone.
First of all please excuse my english.
I am trying to make an animation using a png file. In png i have all the frames for animation. Using the canvas with "selRect" and "destRect" i managed to animate the static image. The problem is that when i add a image view with another png loaded as background , the canvas is "sent to back" (the background of image view is always in front). I tried to change the z-order of image view by sending to back without any succes. Is there a way to draw canvas in front of image view?
Thanks in advance for your answers.
First of all please excuse my english.
I am trying to make an animation using a png file. In png i have all the frames for animation. Using the canvas with "selRect" and "destRect" i managed to animate the static image. The problem is that when i add a image view with another png loaded as background , the canvas is "sent to back" (the background of image view is always in front). I tried to change the z-order of image view by sending to back without any succes. Is there a way to draw canvas in front of image view?
Thanks in advance for your answers.