mirror of
https://github.com/Nezumi-2711/Foodify-Shipper.git
synced 2026-09-23 04:09:52 +00:00
15 lines
345 B
XML
15 lines
345 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
>
|
|
<alpha
|
|
android:duration="200"
|
|
android:fromAlpha="1"
|
|
android:toAlpha="0"
|
|
/>
|
|
<translate
|
|
android:duration="300"
|
|
android:fromYDelta="0"
|
|
android:toYDelta="5%"
|
|
/>
|
|
|
|
</set> |