Hi,
I need a button with a gif animation in background.
Triangle have a transparent background. On button, I can add text to be centred to the triangle.
How to do my gif to be animate ?
I need a button with a gif animation in background.
Triangle have a transparent background. On button, I can add text to be centred to the triangle.
B4X:
Button1.SetBackgroundImage(LoadBitmapResize(File.DirAssets, "aouvrir2.gif", 120dip, 120dip, True))
How to do my gif to be animate ?