[android-developers] Re: RotateAnimation - Stopping and starting again after every rotation

2010-03-29 Thread skink
Nithin wrote: Hi, I am rotating a view using rotateAnimation with this code new RotateAnimation(0, 360, w / 2, h / 2); I want to rotate this view infinitely, so i put setRepeatCount(RotateAnimation.INFINITE); But the problem is after every one complete rotation, its stopping and

Re: [android-developers] Re: RotateAnimation - Stopping and starting again after every rotation

2010-03-29 Thread Sandeep Phansekar
Nithin just study the demo Rotation code present in APIDEMO example. u need to change just one value in that. -- Regards Sandeep On Mon, Mar 29, 2010 at 2:24 PM, skink psk...@gmail.com wrote: Nithin wrote: Hi, I am rotating a view using rotateAnimation with this code new

[android-developers] Re: RotateAnimation - Stopping and starting again after every rotation

2010-03-29 Thread Nithin
Thanks a lot skink Nithin On Mar 29, 3:26 pm, Sandeep Phansekar sandeep.phanse...@gmail.com wrote: Nithin just study the demo Rotation code present in APIDEMO example. u need to change just one value in that. -- Regards Sandeep On Mon, Mar 29, 2010 at 2:24 PM, skink psk...@gmail.com