Hi!
I'm trying to do an slide animation but in 4 stripes: 0-25% of the new
image slides from the right to the left, then 25-50% of the image an
so on.

>From what I've read in the SDK this should work but doesn't:

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android";>
        <translate android:fromXDelta="100%p" android:toXDelta="0"
                android:duration="300" fromYValue="0%p" toYValue="25%p" />
        <translate android:fromXDelta="100%p" android:toXDelta="0"
                android:duration="300" fromYValue="25%p" toYValue="50%p" />
        <translate android:fromXDelta="100%p" android:toXDelta="0"
                android:duration="300" fromYValue="50%" toYValue="75%p" />
        <translate android:fromXDelta="100%p" android:toXDelta="0"
                android:duration="300" fromYValue="75%p" toYValue="100%p" />
</set>

Anyone knows what's the problem?
Thanks in advance!

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