B4J Question Setting size of ContextMenu image (icon)

GMan

Well-Known Member
Licensed User
Longtime User
I have the following code for a ContextMenu of a ListView

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:

DonManfred

Expert
Licensed User
Longtime User
You should use small images. 16x16/24x24 or something similar i guess.
 
Last edited:
Upvote 0
Top