diff options
Diffstat (limited to 'gui/devices/540x960')
-rw-r--r-- | gui/devices/540x960/res/images/top-bar.jpg | bin | 31910 -> 3312 bytes | |||
-rw-r--r-- | gui/devices/540x960/res/ui.xml | 14 |
2 files changed, 13 insertions, 1 deletions
diff --git a/gui/devices/540x960/res/images/top-bar.jpg b/gui/devices/540x960/res/images/top-bar.jpg Binary files differindex 45f4208b7..fbe72302d 100644 --- a/gui/devices/540x960/res/images/top-bar.jpg +++ b/gui/devices/540x960/res/images/top-bar.jpg diff --git a/gui/devices/540x960/res/ui.xml b/gui/devices/540x960/res/ui.xml index c6b0c9252..7448ddf6e 100644 --- a/gui/devices/540x960/res/ui.xml +++ b/gui/devices/540x960/res/ui.xml @@ -174,7 +174,7 @@ <variable name="backup_button_row2" value="645" /> <variable name="mount_list_height" value="500" /> <variable name="mount_storage_row" value="630" /> - <variable name="storage_list_height" value="675" /> + <variable name="storage_list_height" value="575" /> <variable name="wipe_list_height" value="670" /> <variable name="wipe_button_y" value="475" /> <variable name="slidervalue_w" value="520" /> @@ -2084,6 +2084,18 @@ <listtype name="storage" /> </object> + <object type="button"> + <highlight color="%highlight_color%" /> + <placement x="%col_center_x%" y="%row4_y%" /> + <font resource="font" color="%button_text_color%" /> + <text>OK</text> + <image resource="main_button" /> + <actions> + <action function="set">tw_clear_destination=%tw_back%</action> + <action function="page">clear_vars</action> + </actions> + </object> + <object type="action"> <touch key="home" /> <action function="page">main</action> |