xImageView.mBase.SetLayoutAnimated(Duration, NewLeft, NewTop, NewWidth, NewHeight)
xImageView.mBase.GetView(0).SetLayoutAnimated(Duration, 0, 0, NewWidth, NewHeight)
B4XImageView is not a simple ImageView. It made of two views which have different sizes.The problem is the B4XImageView.
This one!No other way to solve?
Replacing it with an ImageView (B4A project) it works as expected.
You made me struggle to compare the two projects, to look for the changes and... it was just this line:I edited your source code
Please reload
xImageView.Update