Hello,
In B4A, I can easily add a line into a Menu which contains Text and a bitmap.
Question :
I am now converting to B4i. What's the equivalent of this code if I were to use the xCustomListView library?
Anyone?
In B4A, I can easily add a line into a Menu which contains Text and a bitmap.
ListView:
lvlMenu.AddTwoLinesAndBitmap("Tools","",LoadBitmap(File.DirAssets,"Tools.png"))
Question :
I am now converting to B4i. What's the equivalent of this code if I were to use the xCustomListView library?
Anyone?