Goodday to all
How can i set a logo as a title without set title to False?
I tried this without success
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)