File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2323 <alpha android : fromAlpha =" 0.0" android : toAlpha =" 1.0"
2424 android : interpolator =" @interpolator/decelerate_cubic"
2525 android : fillEnabled =" true"
26- android : fillBefore =" false" android : fillAfter =" false "
26+ android : fillBefore =" false" android : fillAfter =" true "
2727 android : duration =" 300" />
2828 <scale android : fromXScale =" .8" android : toXScale =" 1.0"
2929 android : fromYScale =" .8" android : toYScale =" 1.0"
3030 android : pivotX =" 50%p" android : pivotY =" 50%p"
3131 android : interpolator =" @interpolator/decelerate_cubic"
3232 android : fillEnabled =" true"
33- android : fillBefore =" false" android : fillAfter =" false "
33+ android : fillBefore =" false" android : fillAfter =" true "
3434 android : duration =" 300" />
3535</set >
Original file line number Diff line number Diff line change 1717*/
1818-->
1919
20- <set xmlns : android =" http://schemas.android.com/apk/res/android" android : zAdjustment =" normal" >
20+ <set xmlns : android =" http://schemas.android.com/apk/res/android"
21+ android : background =" #ff000000" android : zAdjustment =" normal" >
2122 <alpha android : fromAlpha =" 1.0" android : toAlpha =" 0.0"
22- android : fillEnabled =" true" android : fillBefore =" false" android : fillAfter =" false "
23+ android : fillEnabled =" true" android : fillBefore =" false" android : fillAfter =" true "
2324 android : interpolator =" @interpolator/decelerate_quint"
2425 android : duration =" 300" />
2526</set >
You can’t perform that action at this time.
0 commit comments