1<?xml version="1.0" encoding="utf-8"?> 2<set 3 xmlns:android="http://schemas.android.com/apk/res/android" > 4 <objectAnimator 5 android:duration="2000" 6 android:propertyXName="translateX" 7 android:propertyYName="translateY" 8 android:pathData="M 0.0,0.0 c 0.0,-12.0 0.0,-60.0 0.0,-72.0" 9 android:interpolator="@android:interpolator/linear" /> 10</set> 11