hi,
(Apologies if it's a basic question...)
When defining a menu layout such as:
<menu id="MainMenu">
<menu-item id="item_1">My Menu Text</menu-item>
</menu>
Can "My Menu Text" change in runtime based on the app's or user's settings? e.g., have a test such as "Vibrate - On" or "Vibrate - Off" depending on the user's previous selection? Or do I have to write my own menu implementation if I want dynamic strings?
Same for <label...> in a layout - can its text be something dynamic or must it be fixed to some static string?
Thanks!