iOS Question xCustomListView : Adding a Text and Bitmap

Che Mohamad

Member
Licensed User
Hello,
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?
 

Alexander Stolte

Expert
Licensed User
Longtime User
I am now converting to B4i. What's the equivalent of this code if I were to use the xCustomListView library?
Anyone?
Add a label and a imageview (B4XImageView) to a layout and add this layout to the xCustomListView.
 
Upvote 1
Cookies are required to use this site. You must accept them to continue using the site. Learn more…