Files
Android-key-of-love/app/src/main/res/anim/fade_in.xml

5 lines
188 B
XML
Raw Normal View History

2025-11-26 16:47:15 +08:00
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="300"
android:fromAlpha="0.0"
android:toAlpha="1.0" />