diff options
author | Dees_Troy <dees_troy@teamw.in> | 2013-07-05 16:46:07 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2013-07-05 18:09:04 +0200 |
commit | e7e0ae87dff76723b1387a8ffad96c75c38d95ce (patch) | |
tree | 95a9adf02c21be89ab40a37a7241b64547f21ef1 /gui/devices/480x854 | |
parent | 2.6.0.0 (diff) | |
download | android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar.gz android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar.bz2 android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar.lz android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar.xz android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.tar.zst android_bootable_recovery-e7e0ae87dff76723b1387a8ffad96c75c38d95ce.zip |
Diffstat (limited to 'gui/devices/480x854')
-rw-r--r-- | gui/devices/480x854/res/images/top-bar.jpg | bin | 31114 -> 3180 bytes | |||
-rw-r--r-- | gui/devices/480x854/res/ui.xml | 24 |
2 files changed, 18 insertions, 6 deletions
diff --git a/gui/devices/480x854/res/images/top-bar.jpg b/gui/devices/480x854/res/images/top-bar.jpg Binary files differindex 97a0b5fcb..d8ab933b5 100644 --- a/gui/devices/480x854/res/images/top-bar.jpg +++ b/gui/devices/480x854/res/images/top-bar.jpg diff --git a/gui/devices/480x854/res/ui.xml b/gui/devices/480x854/res/ui.xml index b2a5f4c6d..f8d6da167 100644 --- a/gui/devices/480x854/res/ui.xml +++ b/gui/devices/480x854/res/ui.xml @@ -280,7 +280,7 @@ <object type="button"> <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" /> - <font resource="UItext" color="%button_text_color%" /> + <font resource="font" color="%button_text_color%" /> <text>Name</text> <image resource="sort_button" /> <action function="set">tw_gui_sort_order=1</action> @@ -288,7 +288,7 @@ <object type="button"> <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" /> - <font resource="UItext" color="%button_text_color%" /> + <font resource="font" color="%button_text_color%" /> <text>Date</text> <image resource="sort_button" /> <action function="set">tw_gui_sort_order=2</action> @@ -296,7 +296,7 @@ <object type="button"> <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" /> - <font resource="UItext" color="%button_text_color%" /> + <font resource="font" color="%button_text_color%" /> <text>Size</text> <image resource="sort_button" /> <action function="set">tw_gui_sort_order=3</action> @@ -310,7 +310,7 @@ <object type="button"> <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" /> - <font resource="UItext" color="%button_text_color%" /> + <font resource="font" color="%button_text_color%" /> <text>Name</text> <image resource="sort_button" /> <action function="set">tw_gui_sort_order=-1</action> @@ -318,7 +318,7 @@ <object type="button"> <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" /> - <font resource="UItext" color="%button_text_color%" /> + <font resource="font" color="%button_text_color%" /> <text>Date</text> <image resource="sort_button" /> <action function="set">tw_gui_sort_order=-2</action> @@ -326,7 +326,7 @@ <object type="button"> <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" /> - <font resource="UItext" color="%button_text_color%" /> + <font resource="font" color="%button_text_color%" /> <text>Size</text> <image resource="sort_button" /> <action function="set">tw_gui_sort_order=-3</action> @@ -2083,6 +2083,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> |