Newer
Older
mapCollector / app / src / main / res / anim / loading_alpha.xml
Pengxh on 24 Sep 2021 320 bytes 首次提交
<?xml version="1.0" encoding="utf-8"?>

<alpha xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="1000"
    android:fromAlpha="1.0"
    android:toAlpha="0.0"
    android:interpolator="@android:anim/linear_interpolator"
    android:repeatMode="reverse"
    android:repeatCount="infinite" />