mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-24 06:51:30 +01:00
10 lines
295 B
XML
10 lines
295 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>
|