Animate transition for openSettings()

This commit is contained in:
Finn M Glas 2020-05-23 11:57:52 +02:00
parent 11045cbb0c
commit 442b7b8712
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
3 changed files with 15 additions and 4 deletions

View file

@ -0,0 +1,10 @@
<?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="150"/>
</set>