mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-24 06:51:30 +01:00
10 lines
No EOL
295 B
XML
10 lines
No EOL
295 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<translate
|
|
android:fromXDelta="-75%p"
|
|
android:toXDelta="0%p"
|
|
android:interpolator="@android:anim/decelerate_interpolator"
|
|
android:duration="100"/>
|
|
|
|
</set> |