Hi all
I have an app using TABSTRIP library.
I need to change the icon of a menuitem programmatically as a switch. I show in the accivity menu an italian icon with language app set to english. When I press the italian icon, the language must switch to italian and the icon must switch to english.
Is it possible to do this?
Thanks in advance
Alex
I have an app using TABSTRIP library.
I need to change the icon of a menuitem programmatically as a switch. I show in the accivity menu an italian icon with language app set to english. When I press the italian icon, the language must switch to italian and the icon must switch to english.
B4X:
Activity.AddMenuItem3("MenuItem", "uk", LoadBitmap(File.DirAssets, "ic_uk.png"), True)
Is it possible to do this?
Thanks in advance
Alex