Once we have our animation set files created and opened up, all we have to do is add the animations we want into the <set> tag. Our scale rotate animation set appears below.
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
|
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
set
<
rotate
android:fromDegrees
=
"359"
android:toDegrees
=
"0"
android:duration
=
"3000"
android:pivotX
=
"50%"
|