mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 13:38:41 +00:00
17 lines
525 B
XML
17 lines
525 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:duration="@android:integer/config_mediumAnimTime">
|
|
<translate
|
|
android:fromXDelta="1000"
|
|
android:toXDelta="0" />
|
|
<scale
|
|
android:fromXScale="0.5"
|
|
android:fromYScale="0.5"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%"
|
|
android:toXScale="1"
|
|
android:toYScale="1" />
|
|
<alpha
|
|
android:fromAlpha="0.5"
|
|
android:toAlpha="1.0" />
|
|
</set> |