summaryrefslogtreecommitdiffstats
path: root/res/anim/exit_out_left.xml
blob: eae925a2afef1649af20f8636d4c117538b6ebc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>