mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
Animate transition for openSettings()
This commit is contained in:
parent
11045cbb0c
commit
442b7b8712
3 changed files with 15 additions and 4 deletions
10
app/src/main/res/anim/bottom_up.xml
Normal file
10
app/src/main/res/anim/bottom_up.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue