Android Question Animation of opening layout

Almog

Active Member
Licensed User
Hello,

When I load a new layout on activity (activity.loadlayout), when running the app the animation of the new layout is zoom in from top left to all screen.

Does anybody know if is there a way to cancel this animation or change it?

Thanks in advance.
 

DonManfred

Expert
Licensed User
Longtime User
Set the AnimationDuration to 0 in the Layout
 
Upvote 0
Top