OK, got the basics of this. If I pit an image in the panels, what is the standard image size? 24x24 or 32x32? Or? I want to put a wrench icon on a menu panel as a setup indicator.
Wow, sizing the icons is a bit complicated. The Google doc talks about 3 sizes depending upon screen density: hdpi, mdpi and ldpi. I assume these values can be associated to what we call our DeviceLayout Scale?
Ok, keep it simple, just size the icons 40x40, I do that in all my apps, the menu icons look good on phones and tablets.
I sent you that documentation as a reference, but I think you should experiment yourself and see the results, like I said above, that's how I do it and it works without a problem on any device.
I'm using this code to try and load a 48x48 .png file but I'm getting a file not found err. I understand I can manually upload the file to my device but what when another person trys to install my app and use it?
Activity.AddMenuItem2("License","PopupMenu_License",LoadBitmap(File.DirAssets,"preferences.png"))