Fix animations

- Until now only the bottom up (swipe action) animation is implemented
This commit is contained in:
Finn M Glas 2020-06-17 09:38:15 +02:00
parent 2ab8bec8c0
commit e1a9e4aa33
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
3 changed files with 9 additions and 9 deletions

View file

@ -5,6 +5,6 @@
android:fromYDelta="75%p"
android:toYDelta="0%p"
android:interpolator="@android:anim/decelerate_interpolator"
android:duration="150"/>
android:duration="100"/>
</set>