launcher/app/src/main/res/anim/bottom_up.xml
Finn M Glas e1a9e4aa33
Fix animations
- Until now only the bottom up (swipe action) animation is implemented
2020-06-17 09:38:15 +02:00

10 lines
No EOL
294 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>