summaryrefslogtreecommitdiffstats
path: root/res/anim/enter_from_left.xml
blob: e2bdbdda3b266101c51960e965f9adb0896f46b4 (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>