From where the resource icons

desof

Well-Known Member
Licensed User
Longtime User
Hello,

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:
Top