summaryrefslogtreecommitdiff
path: root/res/anim/slide_in_left.xml
blob: 1018058f2d7f821958b6d12f446fc84b8ebf4e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>

<set>
   <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
      android:propertyName="x"
      android:duration="500"
      android:valueFrom="-400"
      android:valueTo="0"
      android:valueType="intType"/>
</set>