Android Question Set a logo as title instead of text

pliroforikos

Active Member
Licensed User
Goodday to all
How can i set a logo as a title without set title to False?
I tried this without success

B4X:
    Dim logo As Bitmap = LoadBitmap(File.DirAssets, "icon.png")
    B4XPages.SetTitle(Me, logo)
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…