Skip to content

Commit 97b52ee

Browse files
动画修改
1 parent b5489ea commit 97b52ee

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<set xmlns:android="http://schemas.android.com/apk/res/android">
3+
<scale
4+
android:duration="300"
5+
android:fromXScale="0.1"
6+
android:fromYScale="0.1"
7+
android:pivotX="50%p"
8+
android:pivotY="50%p"
9+
android:toXScale="1.0"
10+
android:toYScale="1.0" />
11+
<alpha
12+
android:duration="300"
13+
android:fromAlpha="0.1"
14+
android:toAlpha="1.0" />
15+
</set>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<set xmlns:android="http://schemas.android.com/apk/res/android">
3+
<scale
4+
android:duration="300"
5+
android:fromXScale="1.0"
6+
android:fromYScale="1.0"
7+
android:pivotX="50%p"
8+
android:pivotY="50%p"
9+
android:toXScale=".5"
10+
android:toYScale=".5" />
11+
<alpha
12+
android:duration="300"
13+
android:fromAlpha="1.0"
14+
android:toAlpha="0" />
15+
</set>

0 commit comments

Comments
 (0)