Hello,
I have this piece of code that loads:
17301555 ????
and shows me an icon (+) but not understand where that resource goes by that I do not add it.
As I can upload a custom icon in my menu?
I have this piece of code that loads:
B4X:
Dim ph As Phone
Dim bd As BitmapDrawable
bd = ph.GetResourceDrawable(17301555)
Activity.AddMenuItem2 ("Acerca de..","Button3", bd.Bitmap)
17301555 ????
and shows me an icon (+) but not understand where that resource goes by that I do not add it.
As I can upload a custom icon in my menu?
Last edited: