Android :when reset,do not set scale to 0
This commit is contained in:
parent
a257f8e8f7
commit
601e9a79c0
@ -1201,8 +1201,8 @@ public abstract class ViewNode<T extends View> extends DoricContextHolder {
|
|||||||
setAlpha(1);
|
setAlpha(1);
|
||||||
setTranslationX(0);
|
setTranslationX(0);
|
||||||
setTranslationY(0);
|
setTranslationY(0);
|
||||||
setScaleX(0);
|
setScaleX(1);
|
||||||
setScaleY(0);
|
setScaleY(1);
|
||||||
setRotation(0);
|
setRotation(0);
|
||||||
setRotationX(0);
|
setRotationX(0);
|
||||||
setRotationY(0);
|
setRotationY(0);
|
||||||
|
Reference in New Issue
Block a user