Files
Android-key-of-love/app/src/main/res/anim/circle_text_loading.xml
pengxiaolong d10524c597 手机适配
2026-02-10 18:26:31 +08:00

8 lines
257 B
XML

<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:fromAlpha="0.4"
android:toAlpha="1.0"
android:duration="500"
android:repeatCount="infinite"
android:repeatMode="reverse" />