blob: 5c9f07dfaee0c3da578cc61366c626f2de3f9ed7 [file] [log] [blame]
Dees_Troy51a0e822012-09-05 15:24:24 -04001<?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 Yonker780cd392014-07-21 15:24:39 -050012 <include>
13 <xmlfile name="landscape.xml" />
14 </include>
15
Dees_Troy51a0e822012-09-05 15:24:24 -040016 <resources>
Vojtech Bocek76ee9032014-09-07 15:01:56 +020017 <resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="16" fallback="Roboto-Condensed-16" />
Dees_Troy51a0e822012-09-05 15:24:24 -040018 <resource name="base" type="image" filename="background.jpg" />
Dees_Troy51a0e822012-09-05 15:24:24 -040019 <resource name="main_button" type="image" filename="button" />
20 <resource name="file_icon" type="image" filename="file" />
21 <resource name="folder_icon" type="image" filename="folder" />
22 <resource name="progress" type="animation" filename="indeterminate" />
23 <resource name="progress_empty" type="image" filename="progress_empty" />
24 <resource name="progress_full" type="image" filename="progress_fill" />
Ethan Yonker63e414f2015-02-06 15:44:39 -060025 <resource name="checkbox_false" type="image" filename="checkbox_empty" retainaspect="1" />
26 <resource name="checkbox_true" type="image" filename="checkbox_checked" retainaspect="1" />
27 <resource name="radio_false" type="image" filename="radio_empty" retainaspect="1" />
28 <resource name="radio_true" type="image" filename="radio_selected" retainaspect="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -040029 <resource name="medium_button" type="image" filename="medium-button" />
30 <resource name="mediumwide_button" type="image" filename="mediumwide-button" />
31 <resource name="sort_button" type="image" filename="sort-button" />
32 <resource name="minus_button" type="image" filename="minus-button" />
33 <resource name="plus_button" type="image" filename="plus-button" />
34 <resource name="home_icon" type="image" filename="home-icon" />
35 <resource name="back_icon" type="image" filename="back-icon" />
36 <resource name="console_button" type="image" filename="console-toggle" />
37 <resource name="slider" type="image" filename="slider" />
38 <resource name="slider-used" type="image" filename="slider-used" />
39 <resource name="slider-touch" type="image" filename="slider-touch" />
40 <resource name="unlock-icon" type="image" filename="unlock" />
41 <resource name="keyboard1" type="image" filename="keyboard1" />
42 <resource name="keyboard2" type="image" filename="keyboard2" />
43 <resource name="keyboard3" type="image" filename="keyboard3" />
44 <resource name="keyboard4" type="image" filename="keyboard4" />
Ethan Yonker63e414f2015-02-06 15:44:39 -060045 <resource name="cursor" type="image" filename="cursor" retainaspect="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -040046 </resources>
47
48 <variables>
49 <variable name="col1_x" value="23" />
50 <variable name="col2_x" value="210" />
51 <variable name="col3_x" value="410" />
52 <variable name="col4_x" value="610" />
53 <variable name="row1_y" value="90" />
54 <variable name="row2_y" value="340" />
55 <variable name="col_center_x" value="310" />
56 <variable name="center_x" value="400" />
57 <variable name="screen_width" value="800" />
58 <variable name="screen_height" value="480" />
59 <variable name="col_progressbar_x" value="300" />
Dees_Troy2691f9d2012-09-24 11:15:49 -040060 <variable name="row_progressbar_y" value="440" />
Dees_Troy51a0e822012-09-05 15:24:24 -040061 <variable name="col1_medium_x" value="120" />
62 <variable name="col2_medium_x" value="250" />
63 <variable name="col3_medium_x" value="380" />
64 <variable name="col4_medium_x" value="510" />
65 <variable name="row1_medium_y" value="105" />
66 <variable name="row2_medium_y" value="175" />
67 <variable name="row3_medium_y" value="245" />
Dees_Troy2f9117a2013-02-17 19:52:09 -060068 <variable name="row4_medium_y" value="340" />
Dees_Troy51a0e822012-09-05 15:24:24 -040069 <variable name="row5_medium_y" value="320" />
70 <variable name="row1_text_y" value="58" />
71 <variable name="row2_text_y" value="78" />
72 <variable name="row3_text_y" value="100" />
73 <variable name="row4_text_y" value="120" />
74 <variable name="row5_text_y" value="140" />
75 <variable name="row6_text_y" value="160" />
76 <variable name="row7_text_y" value="180" />
77 <variable name="row8_text_y" value="200" />
78 <variable name="row9_text_y" value="220" />
79 <variable name="row10_text_y" value="240" />
80 <variable name="row11_text_y" value="260" />
81 <variable name="row12_text_y" value="280" />
82 <variable name="row13_text_y" value="300" />
83 <variable name="row14_text_y" value="320" />
84 <variable name="row15_text_y" value="340" />
85 <variable name="row16_text_y" value="360" />
86 <variable name="row17_text_y" value="380" />
87 <variable name="row18_text_y" value="400" />
88 <variable name="row_offsetmedium_y" value="320" />
89 <variable name="home_button_x" value="589" />
90 <variable name="home_button_y" value="5" />
91 <variable name="back_button_x" value="659" />
92 <variable name="back_button_y" value="5" />
93 <variable name="console_button_x" value="729" />
94 <variable name="console_button_y" value="5" />
95 <variable name="nandcheck_col1" value="23" />
96 <variable name="nandcheck_col2" value="360" />
97 <variable name="nandcheck_row1" value="130" />
98 <variable name="nandcheck_row2" value="160" />
99 <variable name="nandcheck_row3" value="190" />
100 <variable name="nandcheck_row4" value="220" />
101 <variable name="nandcheck_row5" value="250" />
102 <variable name="nandcheck_row6" value="280" />
103 <variable name="nandcheck_row7" value="310" />
bigbiffbf1d6722015-02-14 16:25:59 -0500104 <variable name="nandcheck_row8" value="340" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400105 <variable name="button_text_color" value="#AAAAAA" />
106 <variable name="text_color" value="#A0A0A0" />
107 <variable name="text_success_color" value="#33B5E5" />
108 <variable name="text_fail_color" value="#FF0101" />
Dees_Troy1a7a6672013-02-15 09:39:07 -0600109 <variable name="highlight_color" value="#90909080" />
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600110 <variable name="caps_highlight_color" value="#33B5E580" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400111 <variable name="slider_x" value="225" />
112 <variable name="slider_y" value="390" />
113 <variable name="slider_text_y" value="425" />
114 <variable name="sort_text_x" value="170" />
115 <variable name="sort_asc_text_y" value="418" />
116 <variable name="sort_asc_button_y" value="413" />
117 <variable name="sort_desc_text_y" value="452" />
118 <variable name="sort_desc_button_y" value="447" />
119 <variable name="sort_col1_button_x" value="300" />
120 <variable name="sort_col2_button_x" value="370" />
121 <variable name="sort_col3_button_x" value="440" />
122 <variable name="col1_sdext_x" value="265" />
123 <variable name="col2_sdext_x" value="475" />
124 <variable name="row1_sdext_y" value="85" />
125 <variable name="row2_sdext_y" value="150" />
126 <variable name="row_extsize_y" value="85" />
127 <variable name="row_swapsize_y" value="150" />
128 <variable name="input_x" value="28" />
129 <variable name="input_width" value="720" />
130 <variable name="input_height" value="25" />
131 <variable name="input_background_color" value="#303030" />
132 <variable name="input_cursor_color" value="#33B5E5" />
133 <variable name="input_cursor_width" value="2" />
134 <variable name="console_x" value="25" />
135 <variable name="console_width" value="750" />
136 <variable name="console_foreground" value="#A0A0A0" />
Ethan Yonkerbf2cb1c2014-07-02 10:15:54 -0500137 <variable name="warning" value="#F8F8A0" />
138 <variable name="error" value="#FF4040" />
139 <variable name="highlight" value="#33B5E5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400140 <variable name="console_background" value="#303030" />
141 <variable name="console_scroll" value="#303030" />
142 <variable name="console_action_height" value="230" />
143 <variable name="console_install_height" value="260" />
144 <variable name="console_installdone_height" value="260" />
145 <variable name="fileselector_folder_x" value="28" />
146 <variable name="fileselector_folder_width" value="248" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000147 <variable name="fileselector_folderonly_width" value="400" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400148 <variable name="fileselector_file_x" value="278" />
149 <variable name="fileselector_file_width" value="506" />
150 <variable name="fileselector_install_y" value="120" />
151 <variable name="fileselector_install_height" value="290" />
152 <variable name="fileselector_header_background" value="#202020" />
153 <variable name="fileselector_header_textcolor" value="#AAAAAA" />
154 <variable name="fileselector_header_separatorcolor" value="#33B5E5" />
155 <variable name="fileselector_header_separatorheight" value="2" />
156 <variable name="fileselector_separatorcolor" value="#505050" />
157 <variable name="fileselector_separatorheight" value="1" />
158 <variable name="fileselector_background" value="#303030" />
Dees_Troye7585ca2013-02-15 11:42:29 -0600159 <variable name="fileselector_highlight_color" value="#505050" />
160 <variable name="fileselector_highlight_font_color" value="#33B5E5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400161 <variable name="fileselector_spacing" value="12" />
Vojtech Bocek7cc278b2013-02-24 01:40:19 +0100162 <variable name="fastscroll_linecolor" value="#808080" />
163 <variable name="fastscroll_rectcolor" value="#808080" />
164 <variable name="fastscroll_w" value="25" />
165 <variable name="fastscroll_linew" value="2" />
166 <variable name="fastscroll_rectw" value="19" />
167 <variable name="fastscroll_recth" value="31" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400168 <variable name="zipstorage_text_y" value="88" />
169 <variable name="listbox_x" value="156" />
170 <variable name="listbox_y" value="90" />
171 <variable name="listbox_width" value="460" />
172 <variable name="listbox_tz_height" value="170" />
173 <variable name="listbox_background" value="#303030" />
174 <variable name="listbox_spacing" value="12" />
175 <variable name="sd_plus_x" value="280" />
176 <variable name="lock_x" value="250" />
177 <variable name="lock_y" value="90" />
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_Troya13d74f2013-03-24 08:54:55 -0500189 <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_Troy83bd4832013-05-04 12:39:56 +0000193 <variable name="button_fill_half_height" value="40" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500194 <variable name="button_fill_quarter_height" value="30" />
195 <variable name="button_full_center_x" value="200" />
Ethan Yonker96af84a2015-01-05 14:58:36 -0600196 <variable name="flash_list_height" value="140" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500197 <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_Troy83bd4832013-05-04 12:39:56 +0000202 <variable name="backup_encrypt_y" value="235" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500203 <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 Bocek85932342013-04-01 22:11:33 +0200209 <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" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400217 </variables>
218
Vojtech Bocek1fc30fc2014-01-29 18:37:19 +0100219 <mousecursor>
220 <placement w="15" h="15" />
221 <background color="#FFFF00FF" resource="cursor" />
222 <speed multiplier="1.5" />
223 </mousecursor>
224
Dees_Troy51a0e822012-09-05 15:24:24 -0400225 <templates>
226 <template name="header">
227 <background color="#000000FF" />
228
229 <object type="image">
Dees_Troy51a0e822012-09-05 15:24:24 -0400230 <image resource="base" />
231 <placement x="0" y="0" />
232 </object>
233
Dees_Troy51a0e822012-09-05 15:24:24 -0400234 <object type="text" color="%text_color%">
235 <font resource="font" />
236 <placement x="250" y="2" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000237 <text>Team Win Recovery Project v%tw_version%</text>
Dees_Troy51a0e822012-09-05 15:24:24 -0400238 </object>
239
240 <object type="text" color="%text_color%">
241 <font resource="font" />
242 <placement x="250" y="37" />
243 <conditions>
244 <condition var1="tw_no_battery_percent" var2="0" />
245 <condition var1="tw_battery" op=">" var2="0" />
246 <condition var1="tw_battery" op="<" var2="101" />
247 </conditions>
248 <text>Battery Level: %tw_battery%</text>
249 </object>
250
251 <object type="text" color="%text_color%">
252 <font resource="font" />
Jenkins1710bf22014-10-02 20:22:21 -0400253 <placement x="425" y="37" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400254 <text>%tw_time%</text>
255 </object>
256
257 <object type="text" color="%text_color%">
Jenkins1710bf22014-10-02 20:22:21 -0400258 <font resource="font" />
259 <placement x="500" y="37" />
260 <conditions>
261 <condition var1="tw_no_cpu_temp" var2="0" />
262 </conditions>
263 <text>CPU: %tw_cpu_temp% C</text>
264 </object>
265
266 <object type="text" color="%text_color%">
Dees_Troy51a0e822012-09-05 15:24:24 -0400267 <condition var1="tw_simulate_actions" var2="1" />
268 <font resource="font" />
269 <placement x="250" y="20" />
270 <text>SIMULATING ACTIONS</text>
271 </object>
272
273 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600274 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400275 <placement x="%home_button_x%" y="%home_button_y%" />
276 <font resource="font" color="%button_text_color%" />
277 <text></text>
278 <image resource="home_icon" />
279 <condition var1="tw_busy" var2="0" />
280 <action function="key">home</action>
281 </object>
282
283 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600284 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400285 <placement x="%back_button_x%" y="%back_button_y%" />
286 <font resource="font" color="%button_text_color%" />
287 <text></text>
288 <image resource="back_icon" />
289 <condition var1="tw_busy" var2="0" />
290 <action function="key">back</action>
291 </object>
292
293 <object type="action">
294 <touch key="power" />
295 <action function="overlay">lock</action>
296 </object>
Vojtech Bocek03fd6c52014-03-13 18:46:34 +0100297
298 <object type="action">
299 <touch key="power+voldown" />
300 <action function="screenshot" />
301 </object>
Dees_Troy51a0e822012-09-05 15:24:24 -0400302 </template>
303
304 <template name="progress_bar">
305 <object type="progressbar">
306 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
Matt Mowerfb1c4ff2014-04-16 13:43:36 -0500307 <resource empty="progress_empty" full="progress_full" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400308 <data name="ui_progress" />
309 </object>
310
311 <object type="animation">
312 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
313 <resource name="progress" />
314 <speed fps="15" render="2" />
315 <loop frame="1" />
316 </object>
317 </template>
318
319 <template name="sort_options">
320 <object type="text" color="%text_color%">
321 <font resource="font" />
322 <placement x="%sort_text_x%" y="%sort_asc_text_y%" />
323 <text>Sort Ascending:</text>
324 </object>
325
326 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600327 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400328 <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
329 <font resource="font" color="%button_text_color%" />
330 <text>Name</text>
331 <image resource="sort_button" />
332 <action function="set">tw_gui_sort_order=1</action>
333 </object>
334
335 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600336 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400337 <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
338 <font resource="font" color="%button_text_color%" />
339 <text>Date</text>
340 <image resource="sort_button" />
341 <action function="set">tw_gui_sort_order=2</action>
342 </object>
343
344 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600345 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400346 <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
347 <font resource="font" color="%button_text_color%" />
348 <text>Size</text>
349 <image resource="sort_button" />
350 <action function="set">tw_gui_sort_order=3</action>
351 </object>
352
353 <object type="text" color="%text_color%">
354 <font resource="font" />
355 <placement x="%sort_text_x%" y="%sort_desc_text_y%" />
356 <text>Sort Descending:</text>
357 </object>
358
359 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600360 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400361 <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
362 <font resource="font" color="%button_text_color%" />
363 <text>Name</text>
364 <image resource="sort_button" />
365 <action function="set">tw_gui_sort_order=-1</action>
366 </object>
367
368 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600369 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400370 <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
371 <font resource="font" color="%button_text_color%" />
372 <text>Date</text>
373 <image resource="sort_button" />
374 <action function="set">tw_gui_sort_order=-2</action>
375 </object>
376
377 <object type="button">
Dees_Troy1a7a6672013-02-15 09:39:07 -0600378 <highlight color="%highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400379 <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
380 <font resource="font" color="%button_text_color%" />
381 <text>Size</text>
382 <image resource="sort_button" />
383 <action function="set">tw_gui_sort_order=-3</action>
384 </object>
385 </template>
386
387 <template name="flash_zip_console">
388 <object type="console">
389 <placement x="%console_x%" y="85" w="%console_width%" h="260" />
390 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
391 <font resource="fixed" />
392 </object>
393 </template>
394
395 <template name="action_page_console">
396 <object type="console">
Dees_Troy2691f9d2012-09-24 11:15:49 -0400397 <placement x="%console_x%" y="160" w="%console_width%" h="230" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400398 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
399 <font resource="fixed" />
400 </object>
401 </template>
402
403 <template name="footer">
404 <object type="console">
405 <slideout resource="console_button" x="%console_button_x%" y="%console_button_y%" />
406 <placement x="%console_x%" y="60" w="%console_width%" h="380" />
407 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
408 <font resource="fixed" />
409 </object>
410 </template>
411
412 <template name="keyboardtemplate">
413 <object type="keyboard">
414 <placement x="0" y="277" />
415 <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" />
Dees_Troy1a7a6672013-02-15 09:39:07 -0600416 <highlight color="%highlight_color%" />
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600417 <capshighlight color="%caps_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400418 <layout1>
419 <keysize height="51" width="73" />
420 <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" />
421 <row2 key01="107:a" key02="s" key03="d" key04="f" key05="g" key06="h" key07="j" key08="k" key09="l" key10="109:action" />
422 <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="+" />
423 <row4 key01="103:layout3" key02="72:" key03="/" long03="@" key04="315: " key05="'" long05="73:c:34" key06="-" long06="_" />
424 </layout1>
425 <layout2>
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600426 <keysize height="51" width="73" capslock="0" revert_layout="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400427 <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" />
428 <row2 key01="107:A" key02="S" key03="D" key04="F" key05="G" key06="H" key07="J" key08="K" key09="L" key10="109:action" />
429 <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="+" />
430 <row4 key01="103:layout3" key02="72:" key03="/" long03="@" key04="315: " key05="'" long05="73:c:34" key06="-" long06="_" />
431 </layout2>
432 <layout3>
433 <keysize height="51" width="73" />
434 <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" />
435 <row2 key01="107:#" key02="$" key03="%" key04="&" key05="*" key06="-" key07="+" key08="(" key09=")" key10="109:action" />
436 <row3 key01="79:layout4" key02="72:<" key03="72:>" key04="72:=" key05="72::" key06="72:;" key07="72:," key08="72:." key09="72:!" key10="72:?" key11="73:/" />
437 <row4 key01="103:layout1" key02="72:" key03="@" key04="315: " key05="73:c:34" key06="_" />
438 </layout3>
439 <layout4>
440 <keysize height="51" width="73" />
441 <row1 key01="~" key02="`" key03="|" key04="73:" key05="73:" key06="73:" key07="73:" key08="73:" key09="73:" key10="73:" key11="70:c:8" />
442 <row2 key01="107:" key02="73:" key03="73:" key04="73:" key05="^" key06="73:" key07="73:" key08="{" key09="}" key10="109:action" />
443 <row3 key01="79:layout3" key02="72:\" key03="72:" key04="72:" key05="72:" key06="72:" key07="72:[" key08="72:]" key09="72:!" key10="72:?" />
444 <row4 key01="103:layout1" key02="72:" key03="72:" key04="315: " />
445 </layout4>
446 </object>
447 </template>
448 </templates>
Dees_Troy51a0e822012-09-05 15:24:24 -0400449</recovery>