mirror of
https://github.com/Nezumi-2711/Foodify-Shipper.git
synced 2026-09-22 20:00:51 +00:00
6 lines
278 B
XML
6 lines
278 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:interpolator="@android:anim/accelerate_interpolator"
|
|
android:fromAlpha="1.0" android:toAlpha="0.0"
|
|
android:fillAfter="true"
|
|
android:duration="750" /> |