diff options
Diffstat (limited to 'dists/bada/Res/scummmobile')
-rw-r--r-- | dists/bada/Res/scummmobile/THEMERC | 2 | ||||
-rw-r--r-- | dists/bada/Res/scummmobile/scummmobile_layout.stx | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dists/bada/Res/scummmobile/THEMERC b/dists/bada/Res/scummmobile/THEMERC index 61fccdb996..1d607086b8 100644 --- a/dists/bada/Res/scummmobile/THEMERC +++ b/dists/bada/Res/scummmobile/THEMERC @@ -1 +1 @@ -[SCUMMVM_STX0.8.3:ScummVM Mobile Theme:No Author] +[SCUMMVM_STX0.8.9:ScummVM Mobile Theme:No Author] diff --git a/dists/bada/Res/scummmobile/scummmobile_layout.stx b/dists/bada/Res/scummmobile/scummmobile_layout.stx index c2fdfc612d..efb8ebc6b5 100644 --- a/dists/bada/Res/scummmobile/scummmobile_layout.stx +++ b/dists/bada/Res/scummmobile/scummmobile_layout.stx @@ -621,6 +621,32 @@ </layout> </dialog> + <dialog name = 'GameOptions_Engine' overlays = 'Dialog.GameOptions.TabWidget' shading = 'dim'> + <layout type = 'vertical' padding = '16, 16, 16, 16'> + <widget name = 'customOption1Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption2Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption3Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption4Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption5Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption6Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption7Checkbox' + type = 'Checkbox' + /> + </layout> + </dialog> + <dialog name = 'GlobalMenu' overlays = 'screen_center'> <layout type = 'vertical' padding = '16, 16, 16, 16' center = 'true'> <widget name = 'Logo' |