I have two icons on my action bar created by .AddMenuItem3.
One is:
When I press the settings bitmap, I wish to create an event to open the settings panel.
How would I do that?
Thanks
PK
One is:
settings:
Activity.AddMenuItem3("Settings", "settings", LoadBitmap(File.DirAssets,"settings.png"), True)
When I press the settings bitmap, I wish to create an event to open the settings panel.
How would I do that?
Thanks
PK