mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-24 15:01:32 +01:00
10 lines
294 B
XML
10 lines
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="150"/>
|
||
|
|
||
|
</set>
|