Android Question msgbox style how to

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
In searching forum I found this code to style the menu using manifest file definitions
B4X:
Dim jo As JavaObject = ACToolBarLight1
    Dim xl As XmlLayoutBuilder
    jo.RunMethod("setPopupTheme", Array(xl.GetResourceId("style", "ToolbarMenu")))
How to do this to msgbox styling?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…