mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-07-01 12:55:47 +08:00
This commit is contained in:
7
mymessagemanager/src/main/res/anim/slow_fade_in.xml
Normal file
7
mymessagemanager/src/main/res/anim/slow_fade_in.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha
|
||||
android:fromAlpha="0.0"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="5000" /> <!-- 持续2秒 -->
|
||||
</set>
|
||||
Reference in New Issue
Block a user