Just use your own animation in your application. The ApiDemos show how
to create your own animation resources.

On Thu, Feb 19, 2009 at 8:09 PM, Hermes Pique <[email protected]> wrote:
>
> Hi.
>
> I'm using android-sdk-windows-1.1_r1.
>
> I saw in some examples that android.R.anim has a lot of constants,
> such as slide_in_right and push_down_in. However, in my android.jar I
> can only see:
>
>  // Field descriptor #8 I
>  public static final int accelerate_decelerate_interpolator =
> 17432580;
>
>  // Field descriptor #8 I
>  public static final int accelerate_interpolator = 17432581;
>
>  // Field descriptor #8 I
>  public static final int decelerate_interpolator = 17432582;
>
>  // Field descriptor #8 I
>  public static final int fade_in = 17432576;
>
>  // Field descriptor #8 I
>  public static final int fade_out = 17432577;
>
>  // Field descriptor #8 I
>  public static final int slide_in_left = 17432578;
>
>  // Field descriptor #8 I
>  public static final int slide_out_right = 17432579;
>
> If this is correct, how can I create a slide_in_right animation using
> AnimationUtils.loadAnimation?
>
> Thank you!
>
> >
>



-- 
Romain Guy
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to