File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments