launcher/app/src/main/res/anim/top_down.xml
Finn M Glas 68cf994c41
Add animations
- right to left swipe
- left to right swipe
- top down swipe
2020-06-18 10:17:04 +02:00

10 lines
No EOL
295 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:fromYDelta="-75%p"
android:toYDelta="0%p"
android:interpolator="@android:anim/decelerate_interpolator"
android:duration="100"/>
</set>