summaryrefslogtreecommitdiffstats
path: root/res/anim/exit_out_right.xml
blob: 7345c942dd16c9e4d419155547402dd4396af1fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<set
    xmlns:android="http://schemas.android.com/apk/res/android" >

    <objectAnimator
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:duration="300"
            android:propertyName="x"
            android:valueFrom="0"
            android:valueTo="1000"
            android:valueType="floatType" />
</set>