diff options
Diffstat (limited to 'gui/devices/800x480/res')
-rwxr-xr-x | gui/devices/800x480/res/ui.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml index 2af9c9c76..ac9abc984 100755 --- a/gui/devices/800x480/res/ui.xml +++ b/gui/devices/800x480/res/ui.xml @@ -281,7 +281,7 @@ <template name="progress_bar"> <object type="progressbar"> <placement x="%col_progressbar_x%" y="%row_progressbar_y%" /> - <resource empty="progress_empty" full="progress_full" /> + <resource empty="progress_empty" full="progress_full" /> <data name="ui_progress" /> </object> @@ -568,7 +568,7 @@ <data name="tw_filename" /> <selection name="tw_file" /> </object> - + <object type="template" name="sort_options" /> <object type="action"> @@ -624,7 +624,7 @@ <placement x="%center_x%" y="%row5_text_y%" placement="5" /> <text>%tw_file%</text> </object> - + <object type="text" color="%text_color%"> <font resource="font" /> <placement x="%center_x%" y="%row6_text_y%" placement="5" /> @@ -2814,13 +2814,13 @@ <touch key="back" /> <action function="page">main</action> </object> - + <object type="template" name="footer" /> </page> <page name="timezone"> <object type="template" name="header" /> - + <object type="text" color="%text_color%"> <font resource="font" /> <placement x="%center_x%" y="%row1_text_y%" placement="5" /> @@ -3299,7 +3299,7 @@ <object type="template" name="footer" /> </page> - + <page name="htcdumlock"> <object type="template" name="header" /> @@ -3389,7 +3389,7 @@ <resource base="slider" used="slider-used" touch="slider-touch" /> <action function="overlay"></action> </object> - + <object type="text" color="%text_color%"> <font resource="font" /> <placement x="%center_x%" y="%slider_text_y%" placement="4" /> @@ -3397,7 +3397,7 @@ </object> </page> - + <page name="filemanagerlist"> <object type="template" name="header" /> @@ -3875,7 +3875,7 @@ <resource base="slider" used="slider-used" touch="slider-touch" /> <action function="page">filemanageracction</action> </object> - + <object type="text" color="%text_color%"> <font resource="font" /> <placement x="%center_x%" y="%slider_text_y%" placement="4" /> @@ -3891,7 +3891,7 @@ <touch key="home" /> <action function="page">main</action> </object> - + <object type="template" name="footer" /> </page> |