aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/anim/exit_to_right.xml
blob: 0bb959fb2410a578938534c8b93867cdd6c18bf6 (plain) (tree)
1
2
3
4
5
6
7






                                                                
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
    <translate
        android:duration="@android:integer/config_shortAnimTime"
        android:fromXDelta="0%"
        android:toXDelta="100%" />
</set>