blob: ec9df7ed800b1eed212ce9bf81816b16ff4a0f8e [file] [log] [blame]
Dees_Troy51a0e822012-09-05 15:24:24 -04001<?xml version="1.0"?>
2
3<recovery>
4 <details>
5 <resolution width="480" height="800" />
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="portrait.xml" />
14 </include>
15
Dees_Troy51a0e822012-09-05 15:24:24 -040016 <resources>
Ethan Yonker88037f42015-10-04 22:09:08 -050017 <resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="20" />
18 <resource name="mediumfont" type="font" filename="RobotoCondensed-Regular.ttf" size="20" />
19 <resource name="filelist" type="font" filename="RobotoCondensed-Regular.ttf" size="20" />
Matt Mower989709a2015-02-26 00:34:36 -060020 <resource name="fixed" type="font" filename="DroidSansMono.ttf" size="16" />
Ethan Yonker591b9202015-03-11 11:17:15 -050021 <resource name="twrplogo" type="image" filename="twrplogo" retainaspect="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -040022 <resource name="main_button" type="image" filename="menu-button" />
Ethan Yonker591b9202015-03-11 11:17:15 -050023 <resource name="file_icon" type="image" filename="file" retainaspect="1" />
24 <resource name="folder_icon" type="image" filename="folder" retainaspect="1" />
25 <resource name="slideout" type="image" filename="slideout" retainaspect="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -040026 <resource name="progress" type="animation" filename="indeterminate" />
27 <resource name="progress_empty" type="image" filename="progress_empty" />
28 <resource name="progress_full" type="image" filename="progress_fill" />
Ethan Yonker63e414f2015-02-06 15:44:39 -060029 <resource name="checkbox_false" type="image" filename="checkbox_empty" retainaspect="1" />
30 <resource name="checkbox_true" type="image" filename="checkbox_checked" retainaspect="1" />
31 <resource name="radio_false" type="image" filename="radio_empty" retainaspect="1" />
32 <resource name="radio_true" type="image" filename="radio_selected" retainaspect="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -040033 <resource name="medium_button" type="image" filename="medium-button" />
34 <resource name="sort_button" type="image" filename="sort-button" />
35 <resource name="minus_button" type="image" filename="minus-button" />
36 <resource name="plus_button" type="image" filename="plus-button" />
Ethan Yonker591b9202015-03-11 11:17:15 -050037 <resource name="home_icon" type="image" filename="home-icon" retainaspect="1" />
38 <resource name="back_icon" type="image" filename="back-icon" retainaspect="1" />
39 <resource name="slider" type="image" filename="slider" retainaspect="1" />
40 <resource name="slider-used" type="image" filename="slider-used" retainaspect="1" />
41 <resource name="slider-touch" type="image" filename="slider-touch" retainaspect="1" />
42 <resource name="unlock-icon" type="image" filename="unlock" retainaspect="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -040043 <resource name="keyboard1" type="image" filename="keyboard1" />
44 <resource name="keyboard2" type="image" filename="keyboard2" />
45 <resource name="keyboard3" type="image" filename="keyboard3" />
46 <resource name="keyboard4" type="image" filename="keyboard4" />
Ethan Yonker63e414f2015-02-06 15:44:39 -060047 <resource name="cursor" type="image" filename="cursor" retainaspect="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -040048 </resources>
49
50 <variables>
Dees_Troy51a0e822012-09-05 15:24:24 -040051 <variable name="col1_x" value="10" />
52 <variable name="col2_x" value="240" />
53 <variable name="col_center_x" value="128" />
Dees_Troybbb21012012-09-20 15:59:46 -040054 <variable name="col_center_medium_x" value="183" />
Dees_Troy51a0e822012-09-05 15:24:24 -040055 <variable name="center_x" value="240" />
56 <variable name="row1_y" value="140" />
57 <variable name="row2_y" value="290" />
58 <variable name="row3_y" value="450" />
59 <variable name="row4_y" value="610" />
60 <variable name="row_queue_y" value="510" />
61 <variable name="row1_header_y" value="110" />
62 <variable name="row1_text_y" value="140" />
63 <variable name="row2_text_y" value="170" />
64 <variable name="row3_text_y" value="200" />
65 <variable name="row4_text_y" value="230" />
66 <variable name="row5_text_y" value="260" />
67 <variable name="row6_text_y" value="290" />
68 <variable name="row7_text_y" value="320" />
69 <variable name="row8_text_y" value="350" />
70 <variable name="row9_text_y" value="380" />
71 <variable name="row10_text_y" value="410" />
72 <variable name="row11_text_y" value="440" />
Dees_Troyb46a6842012-09-25 11:06:46 -040073 <variable name="row12_text_y" value="470" />
74 <variable name="row13_text_y" value="500" />
75 <variable name="row14_text_y" value="530" />
76 <variable name="row15_text_y" value="560" />
77 <variable name="row16_text_y" value="590" />
78 <variable name="row17_text_y" value="620" />
79 <variable name="row18_text_y" value="650" />
Dees_Troy51a0e822012-09-05 15:24:24 -040080 <variable name="zip_status_y" value="585" />
Ethan Yonker96af84a2015-01-05 14:58:36 -060081 <variable name="flash_list_height" value="210" />
Dees_Troy51a0e822012-09-05 15:24:24 -040082 <variable name="tz_selected_y" value="110" />
83 <variable name="tz_set_y" value="580" />
84 <variable name="tz_current_y" value="730" />
Ethan Yonkereb32b1f2015-05-18 10:23:03 -050085 <variable name="system_ro_y" value="550" />
Dees_Troy51a0e822012-09-05 15:24:24 -040086 <variable name="col_progressbar_x" value="114" />
87 <variable name="row_progressbar_y" value="720" />
88 <variable name="col1_medium_x" value="10" />
89 <variable name="col2_medium_x" value="125" />
90 <variable name="col3_medium_x" value="240" />
91 <variable name="col4_medium_x" value="355" />
92 <variable name="row1_medium_y" value="130" />
93 <variable name="row2_medium_y" value="205" />
94 <variable name="row3_medium_y" value="280" />
95 <variable name="row4_medium_y" value="355" />
96 <variable name="row5_medium_y" value="430" />
97 <variable name="row6_medium_y" value="505" />
98 <variable name="row7_medium_y" value="580" />
Dees_Troy51a0e822012-09-05 15:24:24 -040099 <variable name="slider_y" value="680" />
100 <variable name="slider_text_y" value="721" />
101 <variable name="button_text_color" value="#AAAAAA" />
102 <variable name="text_color" value="#FFFFFF" />
103 <variable name="text_success_color" value="#33B5E5" />
104 <variable name="text_fail_color" value="#FF0101" />
Dees_Troy1a7a6672013-02-15 09:39:07 -0600105 <variable name="highlight_color" value="#90909080" />
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600106 <variable name="caps_highlight_color" value="#33B5E580" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400107 <variable name="home_button_x" value="10" />
108 <variable name="home_button_y" value="766" />
Ethan Yonker591b9202015-03-11 11:17:15 -0500109 <variable name="back_button_x" value="470" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400110 <variable name="back_button_y" value="766" />
111 <variable name="sort_asc_text_y" value="685" />
112 <variable name="sort_asc_button_y" value="685" />
113 <variable name="sort_desc_text_y" value="725" />
114 <variable name="sort_desc_button_y" value="725" />
115 <variable name="sort_col1_button_x" value="180" />
116 <variable name="sort_col2_button_x" value="240" />
117 <variable name="sort_col3_button_x" value="300" />
118 <variable name="input_width" value="460" />
119 <variable name="input_height" value="40" />
120 <variable name="input_background_color" value="#303030" />
121 <variable name="input_cursor_color" value="#33B5E5" />
122 <variable name="input_cursor_width" value="3" />
123 <variable name="console_x" value="0" />
124 <variable name="console_width" value="480" />
125 <variable name="console_foreground" value="#A0A0A0" />
Ethan Yonkerbf2cb1c2014-07-02 10:15:54 -0500126 <variable name="warning" value="#F8F8A0" />
127 <variable name="error" value="#FF4040" />
128 <variable name="highlight" value="#33B5E5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400129 <variable name="console_background" value="#303030" />
130 <variable name="console_scroll" value="#303030" />
131 <variable name="console_action_height" value="320" />
132 <variable name="console_install_height" value="440" />
133 <variable name="console_installdone_height" value="300" />
134 <variable name="fileselector_x" value="5" />
135 <variable name="fileselector_width" value="470" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500136 <variable name="fileselector_install_height" value="480" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400137 <variable name="fileselector_header_background" value="#202020" />
138 <variable name="fileselector_header_textcolor" value="#AAAAAA" />
139 <variable name="fileselector_header_separatorcolor" value="#33B5E5" />
140 <variable name="fileselector_header_separatorheight" value="3" />
141 <variable name="fileselector_separatorcolor" value="#505050" />
142 <variable name="fileselector_separatorheight" value="2" />
143 <variable name="fileselector_background" value="#303030" />
Dees_Troye7585ca2013-02-15 11:42:29 -0600144 <variable name="fileselector_highlight_color" value="#505050" />
145 <variable name="fileselector_highlight_font_color" value="#33B5E5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400146 <variable name="fileselector_spacing" value="18" />
that18e13a92015-03-05 22:38:43 +0100147 <variable name="fastscroll_linecolor" value="#50505080" />
148 <variable name="fastscroll_rectcolor" value="#33B5E580" />
Vojtech Bocek7cc278b2013-02-24 01:40:19 +0100149 <variable name="fastscroll_w" value="40" />
150 <variable name="fastscroll_linew" value="2" />
that18e13a92015-03-05 22:38:43 +0100151 <variable name="fastscroll_rectw" value="10" />
152 <variable name="fastscroll_recth" value="30" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400153 <variable name="listbox_x" value="5" />
154 <variable name="listbox_width" value="470" />
Dees_Troyeead9852013-02-15 14:31:06 -0600155 <variable name="listbox_tz_height" value="310" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400156 <variable name="listbox_background" value="#303030" />
157 <variable name="listbox_spacing" value="18" />
158 <variable name="sd_plus_x" value="280" />
159 <variable name="sdext_text_x" value="84" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400160 <variable name="sdext_text_y" value="145" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400161 <variable name="sdswap_button_y" value="185" />
162 <variable name="sdswap_text_x" value="84" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400163 <variable name="sdswap_text_y" value="190" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400164 <variable name="sdfilesystem_text_y" value="240" />
165 <variable name="sdfilesystem_button_y" value="280" />
Ethan Yonker591b9202015-03-11 11:17:15 -0500166 <variable name="lock_y" value="250" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400167 <variable name="filemanager_select_x" value="365" />
168 <variable name="filemanager_select_y" value="690" />
169 <variable name="backup_name_y" value="350" />
170 <variable name="terminal_console_height" value="370" />
171 <variable name="terminal_text_y" value="390" />
172 <variable name="terminal_button_y" value="380" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400173 <variable name="row_dst_text_y" value="440" />
174 <variable name="row_offset_text_y" value="480" />
175 <variable name="row_offset_medium_y" value="505" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500176 <variable name="button_fill_color" value="#303030" />
177 <variable name="button_fill_full_width" value="455" />
178 <variable name="button_fill_main_width" value="225" />
179 <variable name="button_fill_main_height" value="135" />
180 <variable name="button_fill_half_height" value="67" />
181 <variable name="button_fill_quarter_height" value="34" />
Dees_Troy83bd4832013-05-04 12:39:56 +0000182 <variable name="backup_list_height" value="300" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500183 <variable name="backup_button_row1" value="480" />
184 <variable name="backup_button_row2" value="520" />
185 <variable name="mount_list_height" value="380" />
186 <variable name="mount_storage_row" value="500" />
187 <variable name="storage_list_height" value="400" />
Ethan Yonker87c7bac2014-05-25 21:41:08 -0500188 <variable name="wipe_list_height" value="460" />
189 <variable name="wipe_button_row1" value="600" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500190 <variable name="wipe_button_y" value="400" />
Vojtech Bocek85932342013-04-01 22:11:33 +0200191 <variable name="slidervalue_w" value="460" />
192 <variable name="slidervalue_line_clr" value="#FFFFFF" />
193 <variable name="slidervalue_slider_clr" value="#33B5E5" />
194 <variable name="slidervalue_lineh" value="1" />
195 <variable name="slidervalue_padding" value="13" />
196 <variable name="slidervalue_sliderw" value="7" />
197 <variable name="slidervalue_sliderh" value="40" />
Aleksa Saraib25a1832015-12-31 17:36:00 +0100198 <variable name="pattern_button3_x" value="117" />
199 <variable name="pattern_button4_x" value="180" />
200 <variable name="pattern_button5_x" value="243" />
201 <variable name="pattern_button6_x" value="306" />
202 <variable name="pattern_x" value="41" />
Vojtech Bocek7e11ac52015-03-05 23:21:49 +0100203 <variable name="pattern_y" value="250" />
Aleksa Saraib25a1832015-12-31 17:36:00 +0100204 <variable name="pattern_width" value="398" />
Vojtech Bocek7e11ac52015-03-05 23:21:49 +0100205 <variable name="pattern_dot_color" value="#33B5E5" />
206 <variable name="pattern_dot_color_active" value="#FFFFFF" />
207 <variable name="pattern_dot_radius" value="12" />
208 <variable name="pattern_line_color" value="#33B5E5" />
209 <variable name="pattern_line_width" value="9" />
Aleksa Saraib25a1832015-12-31 17:36:00 +0100210 <variable name="pattern_cancel_y" value="672" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400211 </variables>
212
Vojtech Bocek1fc30fc2014-01-29 18:37:19 +0100213 <mousecursor>
214 <placement w="15" h="15" />
215 <background color="#FFFF00FF" resource="cursor" />
216 <speed multiplier="1.5" />
217 </mousecursor>
218
Dees_Troy51a0e822012-09-05 15:24:24 -0400219 <templates>
220 <template name="header">
Ethan Yonkerffc91742015-07-22 08:22:33 -0500221 <background color="#000000FF" />
222
Ethan Yonker591b9202015-03-11 11:17:15 -0500223 <object type="fill" color="%button_fill_color%">
224 <placement x="0" y="0" w="480" h="98" />
225 </object>
226
227 <object type="fill" color="%highlight%">
228 <placement x="0" y="98" w="480" h="2" />
229 </object>
230
Dees_Troy51a0e822012-09-05 15:24:24 -0400231 <object type="image">
Ethan Yonker591b9202015-03-11 11:17:15 -0500232 <image resource="twrplogo" />
233 <placement x="50" y="50" placement="4" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400234 </object>
235
236 <object type="text" color="%text_color%">
237 <font resource="font" />
238 <placement x="100" y="10" />
239 <text>Team Win Recovery Project v%tw_version%</text>
240 </object>
241
242 <object type="text" color="%text_color%">
243 <condition var1="tw_simulate_actions" var2="1" />
244 <font resource="font" />
245 <placement x="100" y="40" />
246 <text>SIMULATING ACTIONS</text>
247 </object>
248
249 <object type="text" color="%text_color%">
250 <font resource="font" />
251 <placement x="100" y="70" />
252 <text>%tw_time%</text>
253 </object>
254
255 <object type="text" color="%text_color%">
256 <font resource="font" />
Jenkins1710bf22014-10-02 20:22:21 -0400257 <placement x="190" y="70" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400258 <conditions>
259 <condition var1="tw_no_battery_percent" var2="0" />
Matt Mower82931532015-02-27 14:19:59 -0600260 <condition var1="tw_battery" op="&gt;" var2="0" />
261 <condition var1="tw_battery" op="&lt;" var2="101" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400262 </conditions>
263 <text>Battery: %tw_battery%</text>
264 </object>
265
Jenkins1710bf22014-10-02 20:22:21 -0400266 <object type="text" color="%text_color%">
267 <font resource="font" />
268 <placement x="350" y="70" />
269 <conditions>
270 <condition var1="tw_no_cpu_temp" var2="0" />
271 </conditions>
Ketut Putu Kumajayaf13b8932015-08-05 20:40:24 +0200272 <text>CPU: %tw_cpu_temp% &#xB0;C</text>
Jenkins1710bf22014-10-02 20:22:21 -0400273 </object>
274
Dees_Troy51a0e822012-09-05 15:24:24 -0400275 <object type="button">
276 <placement x="%home_button_x%" y="%home_button_y%" />
277 <font resource="font" color="%button_text_color%" />
278 <text></text>
279 <image resource="home_icon" />
280 <condition var1="tw_busy" var2="0" />
281 <action function="key">home</action>
282 </object>
283
284 <object type="button">
Ethan Yonker591b9202015-03-11 11:17:15 -0500285 <placement x="%back_button_x%" y="%back_button_y%" placement="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400286 <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="action_page_console">
320 <object type="console">
321 <placement x="%console_x%" y="%row2_y%" w="%console_width%" h="%console_action_height%" />
322 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
323 <font resource="fixed" />
324 </object>
325 </template>
326
Aleksa Saraib25a1832015-12-31 17:36:00 +0100327 <template name="pattern_options">
328 <object type="button">
329 <placement x="%pattern_button3_x%" y="%row2_text_y%" />
330 <font resource="font" color="%button_text_color%" />
331 <text>3x3</text>
332 <image resource="sort_button" />
333 <action function="set">tw_gui_pattern_grid_size=3</action>
334 </object>
335
336 <object type="button">
337 <placement x="%pattern_button4_x%" y="%row2_text_y%" />
338 <font resource="font" color="%button_text_color%" />
339 <text>4x4</text>
340 <image resource="sort_button" />
341 <action function="set">tw_gui_pattern_grid_size=4</action>
342 </object>
343
344 <object type="button">
345 <placement x="%pattern_button5_x%" y="%row2_text_y%" />
346 <font resource="font" color="%button_text_color%" />
347 <text>5x5</text>
348 <image resource="sort_button" />
349 <action function="set">tw_gui_pattern_grid_size=5</action>
350 </object>
351
352 <object type="button">
353 <placement x="%pattern_button6_x%" y="%row2_text_y%" />
354 <font resource="font" color="%button_text_color%" />
355 <text>6x6</text>
356 <image resource="sort_button" />
357 <action function="set">tw_gui_pattern_grid_size=6</action>
358 </object>
359 </template>
360
Dees_Troy51a0e822012-09-05 15:24:24 -0400361 <template name="sort_options">
362 <object type="text" color="%text_color%">
363 <font resource="font" />
364 <placement x="%col1_x%" y="%sort_asc_text_y%" />
365 <text>Sort Ascending:</text>
366 </object>
367
368 <object type="button">
369 <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000370 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400371 <text>Name</text>
372 <image resource="sort_button" />
373 <action function="set">tw_gui_sort_order=1</action>
374 </object>
375
376 <object type="button">
377 <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000378 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400379 <text>Date</text>
380 <image resource="sort_button" />
381 <action function="set">tw_gui_sort_order=2</action>
382 </object>
383
384 <object type="button">
385 <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000386 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400387 <text>Size</text>
388 <image resource="sort_button" />
389 <action function="set">tw_gui_sort_order=3</action>
390 </object>
391
392 <object type="text" color="%text_color%">
393 <font resource="font" />
394 <placement x="%col1_x%" y="%sort_desc_text_y%" />
395 <text>Sort Descending:</text>
396 </object>
397
398 <object type="button">
399 <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000400 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400401 <text>Name</text>
402 <image resource="sort_button" />
403 <action function="set">tw_gui_sort_order=-1</action>
404 </object>
405
406 <object type="button">
407 <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000408 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400409 <text>Date</text>
410 <image resource="sort_button" />
411 <action function="set">tw_gui_sort_order=-2</action>
412 </object>
413
414 <object type="button">
415 <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000416 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400417 <text>Size</text>
418 <image resource="sort_button" />
419 <action function="set">tw_gui_sort_order=-3</action>
420 </object>
421 </template>
422
423 <template name="footer">
424 <object type="console">
Ethan Yonker591b9202015-03-11 11:17:15 -0500425 <slideout resource="slideout" x="%center_x%" y="760" placement="5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400426 <placement x="%console_x%" y="0" w="%console_width%" h="760" />
427 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
428 <font resource="fixed" />
429 </object>
430 </template>
431
432 <template name="keyboardtemplate">
433 <object type="keyboard">
434 <placement x="0" y="450" />
435 <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" />
Dees_Troy1a7a6672013-02-15 09:39:07 -0600436 <highlight color="%highlight_color%" />
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600437 <capshighlight color="%caps_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400438 <layout1>
439 <keysize height="78" width="48" />
440 <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" />
441 <row2 key01="72:a" key02="s" key03="d" key04="f" key05="g" key06="h" key07="j" key08="k" key09="72:l" />
442 <row3 key01="72:layout2" key02="z" key03="x" key04="c" key05="v" key06="b" key07="n" key08="m" key09="72:c:8" />
443 <row4 key01="72:layout3" key02="48:" key03="240: " key04="48:." key05="72:a:action" />
444 </layout1>
445 <layout2>
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600446 <keysize height="78" width="48" capslock="0" revert_layout="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400447 <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" />
448 <row2 key01="72:A" key02="S" key03="D" key04="F" key05="G" key06="H" key07="J" key08="K" key09="72:L" />
449 <row3 key01="72:layout1" key02="Z" key03="X" key04="C" key05="V" key06="B" key07="N" key08="M" key09="72:c:8" />
450 <row4 key01="72:layout3" key02="48:" key03="240: " key04="48:." key05="72:action" />
451 </layout2>
452 <layout3>
453 <keysize height="78" width="48" />
454 <row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0" />
Matt Mower82931532015-02-27 14:19:59 -0600455 <row2 key01="@" key02="#" key03="$" key04="%" key05="&amp;" key06="*" key07="-" key08="+" key09="(" key10=")" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400456 <row3 key01="72:layout4" key02="!" key03="48:c:34" key04="'" key05=":" key06=";" key07="/" key08="?" key09="72:c:8" />
457 <row4 key01="72:layout1" key02="48:," key03="240: " key04="48:." key05="72:action" />
458 </layout3>
459 <layout4>
460 <keysize height="78" width="48" />
461 <row1 key01="~" key02="`" key03="|" key04="48:" key05="48:" key06="48:" key07="%" key08="48:" key09="{" key10="}" />
462 <row2 key01="48:" key02="48:" key03="48:" key04="48:" key05="48:" key06="^" key07="_" key08="=" key09="[" key10="]" />
Matt Mower82931532015-02-27 14:19:59 -0600463 <row3 key01="72:layout3" key02="48:" key03="48:" key04="48:" key05="48:" key06="\" key07="&lt;" key08="&gt;" key09="72:c:8" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400464 <row4 key01="72:layout1" key02="48:c:34" key03="240: " key04="48:." key05="72:action" />
465 </layout4>
466 </object>
467 </template>
468 </templates>
Dees_Troy51a0e822012-09-05 15:24:24 -0400469</recovery>