This problem is related to my problem:
http://groups.google.com/group/android-developers/browse_thread/thread/4b39da63e56fb7e8/d89d4ab8e4462f2f?lnk=gst&q=interpolator#d89d4ab8e4462f2f

It seams that android:interpolator="@android:anim/
linear_interpolator"  is not public...

On 22 apr, 14:35, quakeboy <prasna...@gmail.com> wrote:
> I just had to create a new object like
>
> LinearInterpolator linint = new LinearInterpolator();
> myanimation.setInterpolator(linint)
>
> On Apr 9, 7:33 pm, quakeboy <prasna...@gmail.com> wrote:
>
> > When ever I try to animate a view using a simple xml based animation,
> > it seems to have defaultinterpolatorset of some kind as the motion
> > is not truly linear.
>
> > Is there a way to set the default animationinterpolatorto linear and
> > remove the lag in the start/end of the animation.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to