[android-developers] RotateAnimation modifying ImageView

2009-10-06 Thread Blackpool
have a question regarding RotateAnimation. If I do not set the property FillAfter to true then the image in my view, that I use RotateAnimation to animate, returns to the initial position after the animation is done. My problem is that when I set fillafter to true when I later set the image on

[android-developers] canvas.drawbitmap antialiasing

2009-09-24 Thread Blackpool
Hi There, I have a problem. I'm using a canvas to layer bitmaps on top of each other. I am doing a clock where I first draw the face using canvas.drawbitmap then I place the hands using canvas.rotate and canvas.drawbitmap. I use a Paint with anialiasing set but the hands are very jagged as soon