Picture on a button

philgoodgood

Member
Licensed User
Longtime User
hi,
i made like that

B4X:
Dim btChercheAPK As Button
Dim fondandroid As Bitmap
btChercheAPK.Initialize("btChercheAPK")
activity.AddView(btChercheAPK,85%x,45dip,35dip,35dip)
fondandroid.Initialize(File.DirAssets, "android_.png")
btChercheAPK.SetBackgroundImage(fondandroid)

monboutton.png
 
Last edited:
Upvote 0
Top