summaryrefslogtreecommitdiff
path: root/res/anim/slide_out_right.xml
blob: cc43178e17e9d7638b53f3fcda61c5d1649f84e0 (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="0"
      android:valueTo="-400"
      android:valueType="intType"/>
</set>