Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | |
| 3 | <recovery> |
| 4 | <details> |
| 5 | <resolution width="800" height="480" /> |
| 6 | <author>TeamWin</author> |
| 7 | <title>Backup Naowz</title> |
| 8 | <description>Default basic theme</description> |
| 9 | <preview>preview.jpg</preview> |
| 10 | </details> |
| 11 | |
Ethan Yonker | 780cd39 | 2014-07-21 15:24:39 -0500 | [diff] [blame] | 12 | <include> |
| 13 | <xmlfile name="landscape.xml" /> |
| 14 | </include> |
| 15 | |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 16 | <resources> |
Vojtech Bocek | 76ee903 | 2014-09-07 15:01:56 +0200 | [diff] [blame] | 17 | <resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="16" fallback="Roboto-Condensed-16" /> |
Matt Mower | 989709a | 2015-02-26 00:34:36 -0600 | [diff] [blame] | 18 | <resource name="fixed" type="font" filename="DroidSansMono.ttf" size="12" /> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 19 | <resource name="twrplogo" type="image" filename="twrplogo" retainaspect="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 20 | <resource name="main_button" type="image" filename="button" /> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 21 | <resource name="file_icon" type="image" filename="file" retainaspect="1" /> |
| 22 | <resource name="folder_icon" type="image" filename="folder" retainaspect="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 23 | <resource name="progress" type="animation" filename="indeterminate" /> |
| 24 | <resource name="progress_empty" type="image" filename="progress_empty" /> |
| 25 | <resource name="progress_full" type="image" filename="progress_fill" /> |
Ethan Yonker | 63e414f | 2015-02-06 15:44:39 -0600 | [diff] [blame] | 26 | <resource name="checkbox_false" type="image" filename="checkbox_empty" retainaspect="1" /> |
| 27 | <resource name="checkbox_true" type="image" filename="checkbox_checked" retainaspect="1" /> |
| 28 | <resource name="radio_false" type="image" filename="radio_empty" retainaspect="1" /> |
| 29 | <resource name="radio_true" type="image" filename="radio_selected" retainaspect="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 30 | <resource name="medium_button" type="image" filename="medium-button" /> |
| 31 | <resource name="mediumwide_button" type="image" filename="mediumwide-button" /> |
| 32 | <resource name="sort_button" type="image" filename="sort-button" /> |
| 33 | <resource name="minus_button" type="image" filename="minus-button" /> |
| 34 | <resource name="plus_button" type="image" filename="plus-button" /> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 35 | <resource name="home_icon" type="image" filename="home-icon" retainaspect="1" /> |
| 36 | <resource name="back_icon" type="image" filename="back-icon" retainaspect="1" /> |
| 37 | <resource name="console_button" type="image" filename="console-toggle" retainaspect="1" /> |
| 38 | <resource name="slider" type="image" filename="slider" retainaspect="1" /> |
| 39 | <resource name="slider-used" type="image" filename="slider-used" retainaspect="1" /> |
| 40 | <resource name="slider-touch" type="image" filename="slider-touch" retainaspect="1" /> |
| 41 | <resource name="unlock-icon" type="image" filename="unlock" retainaspect="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 42 | <resource name="keyboard1" type="image" filename="keyboard1" /> |
| 43 | <resource name="keyboard2" type="image" filename="keyboard2" /> |
| 44 | <resource name="keyboard3" type="image" filename="keyboard3" /> |
| 45 | <resource name="keyboard4" type="image" filename="keyboard4" /> |
Ethan Yonker | 63e414f | 2015-02-06 15:44:39 -0600 | [diff] [blame] | 46 | <resource name="cursor" type="image" filename="cursor" retainaspect="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 47 | </resources> |
| 48 | |
| 49 | <variables> |
| 50 | <variable name="col1_x" value="23" /> |
| 51 | <variable name="col2_x" value="210" /> |
| 52 | <variable name="col3_x" value="410" /> |
| 53 | <variable name="col4_x" value="610" /> |
| 54 | <variable name="row1_y" value="90" /> |
| 55 | <variable name="row2_y" value="340" /> |
| 56 | <variable name="col_center_x" value="310" /> |
| 57 | <variable name="center_x" value="400" /> |
| 58 | <variable name="screen_width" value="800" /> |
| 59 | <variable name="screen_height" value="480" /> |
| 60 | <variable name="col_progressbar_x" value="300" /> |
Dees_Troy | 2691f9d | 2012-09-24 11:15:49 -0400 | [diff] [blame] | 61 | <variable name="row_progressbar_y" value="440" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 62 | <variable name="col1_medium_x" value="120" /> |
| 63 | <variable name="col2_medium_x" value="250" /> |
| 64 | <variable name="col3_medium_x" value="380" /> |
| 65 | <variable name="col4_medium_x" value="510" /> |
| 66 | <variable name="row1_medium_y" value="105" /> |
| 67 | <variable name="row2_medium_y" value="175" /> |
| 68 | <variable name="row3_medium_y" value="245" /> |
Dees_Troy | 2f9117a | 2013-02-17 19:52:09 -0600 | [diff] [blame] | 69 | <variable name="row4_medium_y" value="340" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 70 | <variable name="row5_medium_y" value="320" /> |
| 71 | <variable name="row1_text_y" value="58" /> |
| 72 | <variable name="row2_text_y" value="78" /> |
| 73 | <variable name="row3_text_y" value="100" /> |
| 74 | <variable name="row4_text_y" value="120" /> |
| 75 | <variable name="row5_text_y" value="140" /> |
| 76 | <variable name="row6_text_y" value="160" /> |
| 77 | <variable name="row7_text_y" value="180" /> |
| 78 | <variable name="row8_text_y" value="200" /> |
| 79 | <variable name="row9_text_y" value="220" /> |
| 80 | <variable name="row10_text_y" value="240" /> |
| 81 | <variable name="row11_text_y" value="260" /> |
| 82 | <variable name="row12_text_y" value="280" /> |
| 83 | <variable name="row13_text_y" value="300" /> |
| 84 | <variable name="row14_text_y" value="320" /> |
| 85 | <variable name="row15_text_y" value="340" /> |
| 86 | <variable name="row16_text_y" value="360" /> |
| 87 | <variable name="row17_text_y" value="380" /> |
| 88 | <variable name="row18_text_y" value="400" /> |
| 89 | <variable name="row_offsetmedium_y" value="320" /> |
| 90 | <variable name="home_button_x" value="589" /> |
| 91 | <variable name="home_button_y" value="5" /> |
| 92 | <variable name="back_button_x" value="659" /> |
| 93 | <variable name="back_button_y" value="5" /> |
| 94 | <variable name="console_button_x" value="729" /> |
| 95 | <variable name="console_button_y" value="5" /> |
| 96 | <variable name="nandcheck_col1" value="23" /> |
| 97 | <variable name="nandcheck_col2" value="360" /> |
| 98 | <variable name="nandcheck_row1" value="130" /> |
| 99 | <variable name="nandcheck_row2" value="160" /> |
| 100 | <variable name="nandcheck_row3" value="190" /> |
| 101 | <variable name="nandcheck_row4" value="220" /> |
| 102 | <variable name="nandcheck_row5" value="250" /> |
| 103 | <variable name="nandcheck_row6" value="280" /> |
| 104 | <variable name="nandcheck_row7" value="310" /> |
bigbiff | bf1d672 | 2015-02-14 16:25:59 -0500 | [diff] [blame] | 105 | <variable name="nandcheck_row8" value="340" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 106 | <variable name="button_text_color" value="#AAAAAA" /> |
| 107 | <variable name="text_color" value="#A0A0A0" /> |
| 108 | <variable name="text_success_color" value="#33B5E5" /> |
| 109 | <variable name="text_fail_color" value="#FF0101" /> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 110 | <variable name="highlight_color" value="#90909080" /> |
Ethan Yonker | c3120d4 | 2014-02-17 07:55:00 -0600 | [diff] [blame] | 111 | <variable name="caps_highlight_color" value="#33B5E580" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 112 | <variable name="slider_x" value="225" /> |
| 113 | <variable name="slider_y" value="390" /> |
| 114 | <variable name="slider_text_y" value="425" /> |
| 115 | <variable name="sort_text_x" value="170" /> |
| 116 | <variable name="sort_asc_text_y" value="418" /> |
| 117 | <variable name="sort_asc_button_y" value="413" /> |
| 118 | <variable name="sort_desc_text_y" value="452" /> |
| 119 | <variable name="sort_desc_button_y" value="447" /> |
| 120 | <variable name="sort_col1_button_x" value="300" /> |
| 121 | <variable name="sort_col2_button_x" value="370" /> |
| 122 | <variable name="sort_col3_button_x" value="440" /> |
| 123 | <variable name="col1_sdext_x" value="265" /> |
| 124 | <variable name="col2_sdext_x" value="475" /> |
| 125 | <variable name="row1_sdext_y" value="85" /> |
| 126 | <variable name="row2_sdext_y" value="150" /> |
| 127 | <variable name="row_extsize_y" value="85" /> |
| 128 | <variable name="row_swapsize_y" value="150" /> |
| 129 | <variable name="input_x" value="28" /> |
| 130 | <variable name="input_width" value="720" /> |
| 131 | <variable name="input_height" value="25" /> |
| 132 | <variable name="input_background_color" value="#303030" /> |
| 133 | <variable name="input_cursor_color" value="#33B5E5" /> |
| 134 | <variable name="input_cursor_width" value="2" /> |
| 135 | <variable name="console_x" value="25" /> |
| 136 | <variable name="console_width" value="750" /> |
| 137 | <variable name="console_foreground" value="#A0A0A0" /> |
Ethan Yonker | bf2cb1c | 2014-07-02 10:15:54 -0500 | [diff] [blame] | 138 | <variable name="warning" value="#F8F8A0" /> |
| 139 | <variable name="error" value="#FF4040" /> |
| 140 | <variable name="highlight" value="#33B5E5" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 141 | <variable name="console_background" value="#303030" /> |
| 142 | <variable name="console_scroll" value="#303030" /> |
| 143 | <variable name="console_action_height" value="230" /> |
| 144 | <variable name="console_install_height" value="260" /> |
| 145 | <variable name="console_installdone_height" value="260" /> |
| 146 | <variable name="fileselector_folder_x" value="28" /> |
| 147 | <variable name="fileselector_folder_width" value="248" /> |
Dees_Troy | e7e0ae8 | 2013-07-05 14:46:07 +0000 | [diff] [blame] | 148 | <variable name="fileselector_folderonly_width" value="400" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 149 | <variable name="fileselector_file_x" value="278" /> |
| 150 | <variable name="fileselector_file_width" value="506" /> |
| 151 | <variable name="fileselector_install_y" value="120" /> |
| 152 | <variable name="fileselector_install_height" value="290" /> |
| 153 | <variable name="fileselector_header_background" value="#202020" /> |
| 154 | <variable name="fileselector_header_textcolor" value="#AAAAAA" /> |
| 155 | <variable name="fileselector_header_separatorcolor" value="#33B5E5" /> |
| 156 | <variable name="fileselector_header_separatorheight" value="2" /> |
| 157 | <variable name="fileselector_separatorcolor" value="#505050" /> |
| 158 | <variable name="fileselector_separatorheight" value="1" /> |
| 159 | <variable name="fileselector_background" value="#303030" /> |
Dees_Troy | e7585ca | 2013-02-15 11:42:29 -0600 | [diff] [blame] | 160 | <variable name="fileselector_highlight_color" value="#505050" /> |
| 161 | <variable name="fileselector_highlight_font_color" value="#33B5E5" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 162 | <variable name="fileselector_spacing" value="12" /> |
that | 18e13a9 | 2015-03-05 22:38:43 +0100 | [diff] [blame] | 163 | <variable name="fastscroll_linecolor" value="#50505080" /> |
| 164 | <variable name="fastscroll_rectcolor" value="#33B5E580" /> |
Vojtech Bocek | 7cc278b | 2013-02-24 01:40:19 +0100 | [diff] [blame] | 165 | <variable name="fastscroll_w" value="25" /> |
| 166 | <variable name="fastscroll_linew" value="2" /> |
that | 18e13a9 | 2015-03-05 22:38:43 +0100 | [diff] [blame] | 167 | <variable name="fastscroll_rectw" value="12" /> |
| 168 | <variable name="fastscroll_recth" value="20" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 169 | <variable name="zipstorage_text_y" value="88" /> |
| 170 | <variable name="listbox_x" value="156" /> |
| 171 | <variable name="listbox_y" value="90" /> |
| 172 | <variable name="listbox_width" value="460" /> |
| 173 | <variable name="listbox_tz_height" value="170" /> |
| 174 | <variable name="listbox_background" value="#303030" /> |
| 175 | <variable name="listbox_spacing" value="12" /> |
| 176 | <variable name="sd_plus_x" value="280" /> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 177 | <variable name="lock_y" value="150" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 178 | <variable name="filemanager_select_x" value="610" /> |
| 179 | <variable name="filemanager_select_y" value="413" /> |
| 180 | <variable name="backup_name_text_y" value="440" /> |
| 181 | <variable name="backup_name_button_y" value="195" /> |
| 182 | <variable name="col_right_x" value="772" /> |
| 183 | <variable name="cancel_button_y" value="180" /> |
| 184 | <variable name="terminal_console_y" value="0" /> |
| 185 | <variable name="terminal_console_height" value="240" /> |
| 186 | <variable name="terminal_text_y" value="247" /> |
| 187 | <variable name="terminal_button_y" value="237" /> |
| 188 | <variable name="terminal_input_width" value="551" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 189 | <variable name="button_fill_color" value="#303030" /> |
| 190 | <variable name="button_fill_full_width" value="400" /> |
| 191 | <variable name="button_fill_main_width" value="367" /> |
| 192 | <variable name="button_fill_main_height" value="120" /> |
Dees_Troy | 83bd483 | 2013-05-04 12:39:56 +0000 | [diff] [blame] | 193 | <variable name="button_fill_half_height" value="40" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 194 | <variable name="button_fill_quarter_height" value="30" /> |
| 195 | <variable name="button_full_center_x" value="200" /> |
Ethan Yonker | 96af84a | 2015-01-05 14:58:36 -0600 | [diff] [blame] | 196 | <variable name="flash_list_height" value="140" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 197 | <variable name="backup_list_x" value="23" /> |
| 198 | <variable name="backup_list_y" value="80" /> |
| 199 | <variable name="backup_list_width" value="367" /> |
| 200 | <variable name="backup_list_height" value="290" /> |
| 201 | <variable name="backup_storage_y" value="190" /> |
Dees_Troy | 83bd483 | 2013-05-04 12:39:56 +0000 | [diff] [blame] | 202 | <variable name="backup_encrypt_y" value="235" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 203 | <variable name="restore_list_y" value="100" /> |
| 204 | <variable name="restore_list_height" value="270" /> |
| 205 | <variable name="mount_list_height" value="360" /> |
| 206 | <variable name="mount_storage_row" value="500" /> |
| 207 | <variable name="wipe_list_height" value="300" /> |
| 208 | <variable name="wipe_button_y" value="150" /> |
Vojtech Bocek | 8593234 | 2013-04-01 22:11:33 +0200 | [diff] [blame] | 209 | <variable name="slidervalue_x" value="200" /> |
| 210 | <variable name="slidervalue_w" value="400" /> |
| 211 | <variable name="slidervalue_line_clr" value="#FFFFFF" /> |
| 212 | <variable name="slidervalue_slider_clr" value="#33B5E5" /> |
| 213 | <variable name="slidervalue_lineh" value="1" /> |
| 214 | <variable name="slidervalue_padding" value="0" /> |
| 215 | <variable name="slidervalue_sliderw" value="7" /> |
| 216 | <variable name="slidervalue_sliderh" value="40" /> |
Vojtech Bocek | 7e11ac5 | 2015-03-05 23:21:49 +0100 | [diff] [blame] | 217 | <variable name="pattern_x" value="200" /> |
| 218 | <variable name="pattern_y" value="110" /> |
| 219 | <variable name="pattern_width" value="300" /> |
| 220 | <variable name="pattern_dot_color" value="#33B5E5" /> |
| 221 | <variable name="pattern_dot_color_active" value="#FFFFFF" /> |
| 222 | <variable name="pattern_dot_radius" value="10" /> |
| 223 | <variable name="pattern_line_color" value="#33B5E5" /> |
| 224 | <variable name="pattern_line_width" value="7" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 225 | </variables> |
| 226 | |
Vojtech Bocek | 1fc30fc | 2014-01-29 18:37:19 +0100 | [diff] [blame] | 227 | <mousecursor> |
| 228 | <placement w="15" h="15" /> |
| 229 | <background color="#FFFF00FF" resource="cursor" /> |
| 230 | <speed multiplier="1.5" /> |
| 231 | </mousecursor> |
| 232 | |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 233 | <templates> |
| 234 | <template name="header"> |
| 235 | <background color="#000000FF" /> |
| 236 | |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 237 | <object type="fill" color="%button_fill_color%"> |
| 238 | <placement x="0" y="0" w="800" h="58" /> |
| 239 | </object> |
| 240 | |
| 241 | <object type="fill" color="%highlight%"> |
| 242 | <placement x="0" y="58" w="800" h="2" /> |
| 243 | </object> |
| 244 | |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 245 | <object type="image"> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 246 | <image resource="twrplogo" /> |
| 247 | <placement x="35" y="29" placement="4" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 248 | </object> |
| 249 | |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 250 | <object type="text" color="%text_color%"> |
| 251 | <font resource="font" /> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 252 | <placement x="70" y="2" /> |
Dees_Troy | e7e0ae8 | 2013-07-05 14:46:07 +0000 | [diff] [blame] | 253 | <text>Team Win Recovery Project v%tw_version%</text> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 254 | </object> |
| 255 | |
| 256 | <object type="text" color="%text_color%"> |
| 257 | <font resource="font" /> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 258 | <placement x="70" y="37" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 259 | <conditions> |
| 260 | <condition var1="tw_no_battery_percent" var2="0" /> |
Matt Mower | 8293153 | 2015-02-27 14:19:59 -0600 | [diff] [blame] | 261 | <condition var1="tw_battery" op=">" var2="0" /> |
| 262 | <condition var1="tw_battery" op="<" var2="101" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 263 | </conditions> |
| 264 | <text>Battery Level: %tw_battery%</text> |
| 265 | </object> |
| 266 | |
| 267 | <object type="text" color="%text_color%"> |
| 268 | <font resource="font" /> |
Jenkins | 1710bf2 | 2014-10-02 20:22:21 -0400 | [diff] [blame] | 269 | <placement x="425" y="37" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 270 | <text>%tw_time%</text> |
| 271 | </object> |
| 272 | |
| 273 | <object type="text" color="%text_color%"> |
Jenkins | 1710bf2 | 2014-10-02 20:22:21 -0400 | [diff] [blame] | 274 | <font resource="font" /> |
| 275 | <placement x="500" y="37" /> |
| 276 | <conditions> |
| 277 | <condition var1="tw_no_cpu_temp" var2="0" /> |
| 278 | </conditions> |
| 279 | <text>CPU: %tw_cpu_temp% C</text> |
| 280 | </object> |
| 281 | |
| 282 | <object type="text" color="%text_color%"> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 283 | <condition var1="tw_simulate_actions" var2="1" /> |
| 284 | <font resource="font" /> |
| 285 | <placement x="250" y="20" /> |
| 286 | <text>SIMULATING ACTIONS</text> |
| 287 | </object> |
| 288 | |
| 289 | <object type="button"> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 290 | <highlight color="%highlight_color%" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 291 | <placement x="%home_button_x%" y="%home_button_y%" /> |
| 292 | <font resource="font" color="%button_text_color%" /> |
| 293 | <text></text> |
| 294 | <image resource="home_icon" /> |
| 295 | <condition var1="tw_busy" var2="0" /> |
| 296 | <action function="key">home</action> |
| 297 | </object> |
| 298 | |
| 299 | <object type="button"> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 300 | <highlight color="%highlight_color%" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 301 | <placement x="%back_button_x%" y="%back_button_y%" /> |
| 302 | <font resource="font" color="%button_text_color%" /> |
| 303 | <text></text> |
| 304 | <image resource="back_icon" /> |
| 305 | <condition var1="tw_busy" var2="0" /> |
| 306 | <action function="key">back</action> |
| 307 | </object> |
| 308 | |
| 309 | <object type="action"> |
| 310 | <touch key="power" /> |
| 311 | <action function="overlay">lock</action> |
| 312 | </object> |
Vojtech Bocek | 03fd6c5 | 2014-03-13 18:46:34 +0100 | [diff] [blame] | 313 | |
| 314 | <object type="action"> |
| 315 | <touch key="power+voldown" /> |
| 316 | <action function="screenshot" /> |
| 317 | </object> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 318 | </template> |
| 319 | |
| 320 | <template name="progress_bar"> |
| 321 | <object type="progressbar"> |
| 322 | <placement x="%col_progressbar_x%" y="%row_progressbar_y%" /> |
Matt Mower | fb1c4ff | 2014-04-16 13:43:36 -0500 | [diff] [blame] | 323 | <resource empty="progress_empty" full="progress_full" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 324 | <data name="ui_progress" /> |
| 325 | </object> |
| 326 | |
| 327 | <object type="animation"> |
| 328 | <placement x="%col_progressbar_x%" y="%row_progressbar_y%" /> |
| 329 | <resource name="progress" /> |
| 330 | <speed fps="15" render="2" /> |
| 331 | <loop frame="1" /> |
| 332 | </object> |
| 333 | </template> |
| 334 | |
| 335 | <template name="sort_options"> |
| 336 | <object type="text" color="%text_color%"> |
| 337 | <font resource="font" /> |
| 338 | <placement x="%sort_text_x%" y="%sort_asc_text_y%" /> |
| 339 | <text>Sort Ascending:</text> |
| 340 | </object> |
| 341 | |
| 342 | <object type="button"> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 343 | <highlight color="%highlight_color%" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 344 | <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" /> |
| 345 | <font resource="font" color="%button_text_color%" /> |
| 346 | <text>Name</text> |
| 347 | <image resource="sort_button" /> |
| 348 | <action function="set">tw_gui_sort_order=1</action> |
| 349 | </object> |
| 350 | |
| 351 | <object type="button"> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 352 | <highlight color="%highlight_color%" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 353 | <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" /> |
| 354 | <font resource="font" color="%button_text_color%" /> |
| 355 | <text>Date</text> |
| 356 | <image resource="sort_button" /> |
| 357 | <action function="set">tw_gui_sort_order=2</action> |
| 358 | </object> |
| 359 | |
| 360 | <object type="button"> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 361 | <highlight color="%highlight_color%" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 362 | <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" /> |
| 363 | <font resource="font" color="%button_text_color%" /> |
| 364 | <text>Size</text> |
| 365 | <image resource="sort_button" /> |
| 366 | <action function="set">tw_gui_sort_order=3</action> |
| 367 | </object> |
| 368 | |
| 369 | <object type="text" color="%text_color%"> |
| 370 | <font resource="font" /> |
| 371 | <placement x="%sort_text_x%" y="%sort_desc_text_y%" /> |
| 372 | <text>Sort Descending:</text> |
| 373 | </object> |
| 374 | |
| 375 | <object type="button"> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 376 | <highlight color="%highlight_color%" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 377 | <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" /> |
| 378 | <font resource="font" color="%button_text_color%" /> |
| 379 | <text>Name</text> |
| 380 | <image resource="sort_button" /> |
| 381 | <action function="set">tw_gui_sort_order=-1</action> |
| 382 | </object> |
| 383 | |
| 384 | <object type="button"> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 385 | <highlight color="%highlight_color%" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 386 | <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" /> |
| 387 | <font resource="font" color="%button_text_color%" /> |
| 388 | <text>Date</text> |
| 389 | <image resource="sort_button" /> |
| 390 | <action function="set">tw_gui_sort_order=-2</action> |
| 391 | </object> |
| 392 | |
| 393 | <object type="button"> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 394 | <highlight color="%highlight_color%" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 395 | <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" /> |
| 396 | <font resource="font" color="%button_text_color%" /> |
| 397 | <text>Size</text> |
| 398 | <image resource="sort_button" /> |
| 399 | <action function="set">tw_gui_sort_order=-3</action> |
| 400 | </object> |
| 401 | </template> |
| 402 | |
| 403 | <template name="flash_zip_console"> |
| 404 | <object type="console"> |
| 405 | <placement x="%console_x%" y="85" w="%console_width%" h="260" /> |
| 406 | <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" /> |
| 407 | <font resource="fixed" /> |
| 408 | </object> |
| 409 | </template> |
| 410 | |
| 411 | <template name="action_page_console"> |
| 412 | <object type="console"> |
Dees_Troy | 2691f9d | 2012-09-24 11:15:49 -0400 | [diff] [blame] | 413 | <placement x="%console_x%" y="160" w="%console_width%" h="230" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 414 | <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" /> |
| 415 | <font resource="fixed" /> |
| 416 | </object> |
| 417 | </template> |
| 418 | |
| 419 | <template name="footer"> |
| 420 | <object type="console"> |
| 421 | <slideout resource="console_button" x="%console_button_x%" y="%console_button_y%" /> |
| 422 | <placement x="%console_x%" y="60" w="%console_width%" h="380" /> |
| 423 | <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" /> |
| 424 | <font resource="fixed" /> |
| 425 | </object> |
| 426 | </template> |
| 427 | |
| 428 | <template name="keyboardtemplate"> |
| 429 | <object type="keyboard"> |
| 430 | <placement x="0" y="277" /> |
| 431 | <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" /> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 432 | <highlight color="%highlight_color%" /> |
Ethan Yonker | c3120d4 | 2014-02-17 07:55:00 -0600 | [diff] [blame] | 433 | <capshighlight color="%caps_highlight_color%" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 434 | <layout1> |
| 435 | <keysize height="51" width="73" /> |
| 436 | <row1 key01="q" long01="1" key02="w" long02="2" key03="e" long03="3" key04="r" long04="4" key05="t" long05="5" key06="y" long06="6" key07="u" long07="7" key08="i" long08="8" key09="o" long09="9" key10="p" long10="0" key11="70:c:8" /> |
| 437 | <row2 key01="107:a" key02="s" key03="d" key04="f" key05="g" key06="h" key07="j" key08="k" key09="l" key10="109:action" /> |
| 438 | <row3 key01="79:layout2" key02="72:z" key03="72:x" key04="72:c" key05="72:v" key06="72:b" key07="72:n" key08="72:m" key09="72:," long09="!" key10="72:." long10="?" key11="73::" long11="+" /> |
| 439 | <row4 key01="103:layout3" key02="72:" key03="/" long03="@" key04="315: " key05="'" long05="73:c:34" key06="-" long06="_" /> |
| 440 | </layout1> |
| 441 | <layout2> |
Ethan Yonker | c3120d4 | 2014-02-17 07:55:00 -0600 | [diff] [blame] | 442 | <keysize height="51" width="73" capslock="0" revert_layout="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 443 | <row1 key01="Q" long01="1" key02="W" long02="2" key03="E" long03="3" key04="R" long04="4" key05="T" long05="5" key06="Y" long06="6" key07="U" long07="7" key08="I" long08="8" key09="O" long09="9" key10="P" long10="0" key11="70:c:8" /> |
| 444 | <row2 key01="107:A" key02="S" key03="D" key04="F" key05="G" key06="H" key07="J" key08="K" key09="L" key10="109:action" /> |
| 445 | <row3 key01="79:layout1" key02="72:Z" key03="72:X" key04="72:C" key05="72:V" key06="72:B" key07="72:N" key08="72:M" key09="72:," long09="!" key10="72:." long10="?" key11="73::" long11="+" /> |
| 446 | <row4 key01="103:layout3" key02="72:" key03="/" long03="@" key04="315: " key05="'" long05="73:c:34" key06="-" long06="_" /> |
| 447 | </layout2> |
| 448 | <layout3> |
| 449 | <keysize height="51" width="73" /> |
| 450 | <row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0" key11="70:c:8" /> |
Matt Mower | 8293153 | 2015-02-27 14:19:59 -0600 | [diff] [blame] | 451 | <row2 key01="107:#" key02="$" key03="%" key04="&" key05="*" key06="-" key07="+" key08="(" key09=")" key10="109:action" /> |
| 452 | <row3 key01="79:layout4" key02="72:<" key03="72:>" key04="72:=" key05="72::" key06="72:;" key07="72:," key08="72:." key09="72:!" key10="72:?" key11="73:/" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 453 | <row4 key01="103:layout1" key02="72:" key03="@" key04="315: " key05="73:c:34" key06="_" /> |
| 454 | </layout3> |
| 455 | <layout4> |
| 456 | <keysize height="51" width="73" /> |
| 457 | <row1 key01="~" key02="`" key03="|" key04="73:" key05="73:" key06="73:" key07="73:" key08="73:" key09="73:" key10="73:" key11="70:c:8" /> |
| 458 | <row2 key01="107:" key02="73:" key03="73:" key04="73:" key05="^" key06="73:" key07="73:" key08="{" key09="}" key10="109:action" /> |
| 459 | <row3 key01="79:layout3" key02="72:\" key03="72:" key04="72:" key05="72:" key06="72:" key07="72:[" key08="72:]" key09="72:!" key10="72:?" /> |
| 460 | <row4 key01="103:layout1" key02="72:" key03="72:" key04="315: " /> |
| 461 | </layout4> |
| 462 | </object> |
| 463 | </template> |
| 464 | </templates> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 465 | </recovery> |