Android Question [SOLVED] Button with animate gif background

yfleury

Active Member
Licensed User
Longtime User
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.
aouvrir2.gif

B4X:
        Button1.SetBackgroundImage(LoadBitmapResize(File.DirAssets, "aouvrir2.gif", 120dip, 120dip, True))

How to do my gif to be animate ?
 
Top