On Tue, Feb 7, 2012 at 3:59 PM, vani reddy <vani.reddy.bl...@gmail.com>wrote:

> Hi,
> How to make the image rotation smoothly.,i used accelerateInterpolater and
> linearInterpolater also. but it pauses for a moment and then starts.
>
> --
> Regards,
> Vani Reddy
>
>    Try this one  it will help u


 <?xml version="1.0" encoding="utf-8"?>
<set
    xmlns:android="http://schemas.android.com/apk/res/android";
    android:shareInterpolator="false"
>
    <rotate
        android:pivotX="50%"
        android:pivotY="50%"
        android:fromDegrees="0"
        android:toDegrees="360"
        android:duration="2500"
    >
    </rotate>
</set>

 --
> 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




--

-- 
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