mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-05-28 03:29:54 +00:00
10 lines
355 B
XML
10 lines
355 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shareInterpolator="@android:anim/decelerate_interpolator">
|
|
<translate
|
|
android:duration="400"
|
|
android:fromXDelta="0%"
|
|
android:fromYDelta="-50%"
|
|
android:toXDelta="0%"
|
|
android:toYDelta="0%" />
|
|
</set> |