Codenameone - change dialog commands appearance
问题 I have developed a mobile application, and I used leather theme. when i use Dialog.show() the command buttons are not visible enough and I need to change the background and foreground. Actually I am not sure which component I need to customize with Codename One Designer ? 回答1: In the theme constants tab you can set the dlgButtonCommandUIID variable to the UIID you want the buttons to take. The default is Button so customizing the Button UIID should work just fine. Background for the buttons