summaryrefslogtreecommitdiffstats
path: root/res/anim/slide_right.xml
blob: 849f0c885701c70a6c2f7d52040b0a213f03c875 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<set>
     <translate xmlns:android="http://schemas.android.com/apk/res/android"
                android:fromXDelta="0"
                android:toXDelta="100%"
                android:interpolator="@android:anim/decelerate_interpolator"
                android:duration="500"/>
</set>