There is no android:ordering in View Animation, but you can still hand-craft the timing by using the android:startOffset attribute.
android:ordering
android:startOffset
You can find an example in the official View Animation documentation