summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/anim/right_slide_in.xml
blob: 2bb5acc19cad39ad448bac75d17df46ee5eac885 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_decelerate_interpolator">
    <translate
        android:fromXDelta="100%p"
        android:toXDelta="0"
        android:duration="200"
    />
</set>