summaryrefslogtreecommitdiffstats
path: root/res/anim/enter_from_right.xml
blob: 02a56c7ae8276ec2434a971340210ebd542da09f (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="1000"
            android:valueTo="0"
            android:valueType="floatType" />
</set>