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:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…