Android Question B4XImageView + resize modes & B4XGifView

luke2012

Well-Known Member
Licensed User
Longtime User
Hi all,
I checking this @Erel tutorial (https://www.b4x.com/android/forum/threads/b4x-b4ximageview-imageview-resize-modes.121359/#content) and I wish to known if I can do the same thing using a B4XGifView in order to support all screen modes (Android Smartphone and iPhone portrait mode in my case) ?

1597820737069.png


Thanks in advance for your suggestions.
Luca.
 

luke2012

Well-Known Member
Licensed User
Longtime User
B4XGifView implements the FIT mode. With not too much work, you can take the source code and modify it to support different resize modes.

1) "B4XGifView implements the FIT mode"
Do you mean that FIT mode is set by default inside the B4XGifView source code?

2) "With not too much work, you can take the source code and modify it to support different resize modes"
Do you mean the B4XGifView java source code ?
 
Upvote 0
Top