File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
material-stepper/src/main/res/drawable Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
android : drawable =" @drawable/ms_vector_circle_24dp"
5
5
tools : targetApi =" lollipop" >
6
6
7
- <target android : name =" circle" >
8
- <aapt : attr name =" android:animation" >
9
- <!-- This hack is needed since setting duration to 0 and startOffset to 300 does not trigger the animation... -->
10
- <objectAnimator
11
- android : duration =" 1"
12
- android : startOffset =" 299"
13
- android : propertyName =" fillAlpha"
14
- android : valueFrom =" 1"
15
- android : valueTo =" 0" />
16
- </aapt : attr >
17
- </target >
18
-
19
7
<target android : name =" circle_group" >
20
8
<aapt : attr name =" android:animation" >
21
9
<set >
47
35
</aapt : attr >
48
36
</target >
49
37
38
+ <target android : name =" circle" >
39
+ <aapt : attr name =" android:animation" >
40
+ <!-- This hack is needed since setting duration to 0 and startOffset to 300 does not trigger the animation... -->
41
+ <objectAnimator
42
+ android : duration =" 1"
43
+ android : startOffset =" 299"
44
+ android : propertyName =" fillAlpha"
45
+ android : valueFrom =" 1"
46
+ android : valueTo =" 0" />
47
+ </aapt : attr >
48
+ </target >
49
+
50
50
</animated-vector >
You can’t perform that action at this time.
0 commit comments