I have added two menus to my app using the code
Activity.AddMenuItem3("Pause/Stop","Pause_Stop",LoadBitmapSample(File.DirAssets, "MMELogo.png",28,28),True)
Is there any way at runtime to modify the logo without loading a new menu? I would like just to change the logo depending on status of my media player.
Activity.AddMenuItem3("Pause/Stop","Pause_Stop",LoadBitmapSample(File.DirAssets, "MMELogo.png",28,28),True)
Is there any way at runtime to modify the logo without loading a new menu? I would like just to change the logo depending on status of my media player.