Hi guys!
Here I am again to ask some newbie question :-)
I'm trying to build a class that has-a ViewAnimator.
For this reason, my onDraw has been overridden like this:
protected void onDraw(Canvas canvas) {
mAnimator.getCurrentView().draw(canvas);
}
Now, the ViewAnimator has cool setIn and setOut Animation and it
simply starts them on setDisplayedChild().
The problem is that I never see these animations playing. I've
debugged the code and the ViewAnimator passes through the
startAnimation code.
I may be missing out some clue here. So don't be mad, but I was not be
able to find the solution lurking on the Internet.
Thanks.
-ar
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en