Hi,

the content of my res/anim/slide_in_from_bottom.xml that works :

<?xml version="1.0" encoding="utf-8"?>


<set xmlns:android="http://schemas.android.com/apk/res/android";
android:interpolator="@android:anim/accelerate_interpolator"
fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
>
    <translate  android:fromYDelta="100%"
                            android:toYDelta="0"
                            android:duration="750" />
</set>


Yahel

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to