I have the following code for a ContextMenu of a ListView
But the size of the images is to big - have i resize them manually or can i set a size paramter in the above code ?
B4X:
[
{Text: "Abspielen",
Image: "play.png"},
{Text: "Löschen",
Image: "delete.png"}
]
But the size of the images is to big - have i resize them manually or can i set a size paramter in the above code ?
Last edited: