[android-developers] Re: Animation Problem

2009-09-21 Thread HVT
want an object to rotate or spin without moving up/down/left/ > right, then what you actually want is:  RotateAnimation spin = new > RotateAnimation(0.0f, 360.0f,Animation.RELATIVE_TO_SELF, > 0.5f,Animation.RELATIVE_TO_SELF, 0.5f); > > This gives the middle of the image as the 'pi

[android-developers] Animation

2009-09-21 Thread HVT
ld be click able. Please help me fix this. I have stuck on this part for almost over a month now. Thanks, HVT --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] Re: Animation

2009-09-22 Thread HVT
e interactions. > > > > > > On Mon, Sep 21, 2009 at 1:56 AM, HVT wrote: > > > Hello All, > > > I'm facing a problem while clicking the objects while they animate. > > Please help me identify the click on the objects while they are > > animating. > &

[android-developers] Animation Problem

2009-08-11 Thread HVT
ve it random values. Any help would be highly appreciated. Thanks in advance. HVT --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d