How to resolve when providing Layout left margin programmatically to a View / Viewgroup (For Animation)
When View reaches, view's Y pos to screen width(For example 240), View got shrinked.
View's X position is still moving but Y position not moving(if it reaches view's Y pos to screen width) so the view was shrniked.
i tried with setting width for that view (i.e) getLayoutParams().width = width // screen width
which is not working