Android Question Imageview in Designer and Animation

kohle

Active Member
Licensed User
Longtime User
When I load a load a layout with an imageview, its load the image with an animation.
This I cant turn of in the designer and something like, dont work :
B4X:
ivTopLogo.SetVisibleAnimated(1,True)
 

DonManfred

Expert
Licensed User
Longtime User
Set the ANIMATED value to 0 in your LAYOUTS

animationduration009.png
 
Last edited:
Upvote 0
Top