I want to show a view symmetrical!(programmatically)
I try this class :
ObjectAnimator.ofFloat(target, "rotationY", 0, 180),
but I don't want use Animation;
I want to show a view symmetrical!(programmatically)
I try this class :
ObjectAnimator.ofFloat(target, "rotationY", 0, 180),
but I don't want use Animation;