blob: 24458ec6168022704b94aaf8b379e3e39916f4f5 [file] [log] [blame]
z31s1g56189522016-01-13 19:12:40 +01001<?xml version="1.0"?>
2<recovery>
3 <details>
4 <resolution width="800" height="480"/>
5 <author>TeamWin</author>
6 <title>Backup Naowz</title>
7 <description>Default basic theme</description>
Ethan Yonkere95c4862016-01-27 10:57:26 -06008 <preview>preview.png</preview>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04009 <themeversion>3</themeversion>
z31s1g56189522016-01-13 19:12:40 +010010 </details>
11
12 <include>
13 <xmlfile name="landscape.xml"/>
14 </include>
15
16 <resources>
17 <font name="font_l" filename="RobotoCondensed-Regular.ttf" size="18"/>
18 <font name="font_m" filename="RobotoCondensed-Regular.ttf" size="14"/>
19 <font name="font_s" filename="RobotoCondensed-Regular.ttf" size="12"/>
20 <font name="fixed" filename="DroidSansMono.ttf" size="12"/>
21
22 <font name="keylabel" filename="RobotoCondensed-Regular.ttf" size="21"/>
23 <font name="keylabel-small" filename="RobotoCondensed-Regular.ttf" size="18"/>
24 <font name="keylabel-longpress" filename="RobotoCondensed-Regular.ttf" size="11"/>
25
26 <image name="logo" filename="logo" retainaspect="1"/>
27 <image name="main_button" filename="main_button"/>
28 <image name="main_button_half_width" filename="main_button_half_width"/>
29 <image name="main_button_half_width_low" filename="main_button_half_width_low"/>
30 <image name="tab_3" filename="tab_3"/>
31 <image name="tab_4" filename="tab_4"/>
32 <image name="file" filename="file" retainaspect="1"/>
33 <image name="folder" filename="folder" retainaspect="1"/>
34 <image name="unlock_icon" filename="unlock_icon" retainaspect="1"/>
35 <image name="home" filename="home" retainaspect="1"/>
36 <image name="back" filename="back" retainaspect="1"/>
37 <image name="console" filename="console" retainaspect="1"/>
38 <image name="kb_hide" filename="kb_hide" retainaspect="1"/>
39 <image name="kb_show" filename="kb_show" retainaspect="1"/>
40 <image name="checkbox_false" filename="checkbox_false" retainaspect="1"/>
41 <image name="checkbox_true" filename="checkbox_true" retainaspect="1"/>
42 <image name="radio_false" filename="radio_false" retainaspect="1"/>
43 <image name="radio_true" filename="radio_true" retainaspect="1"/>
44 <image name="sort_asc" filename="sort_asc"/>
45 <image name="sort_desc" filename="sort_desc"/>
46 <image name="sort_empty" filename="sort_empty"/>
47 <animation name="progress" filename="indeterminate"/>
48 <image name="progress_empty" filename="progress_empty"/>
49 <image name="progress_full" filename="progress_fill"/>
50 <image name="slider" filename="slider"/>
51 <image name="slider_used" filename="slider_used"/>
52 <image name="slider_touch" filename="slider_touch"/>
53 <image name="handle" filename="handle"/>
54 <image name="cursor" filename="cursor" retainaspect="1"/>
55
56 <image name="backspace" filename="backspace" retainaspect="1"/>
57 <image name="backspace_terminal" filename="backspace_terminal" retainaspect="1"/>
58 <image name="enter" filename="enter" retainaspect="1"/>
59 <image name="enter_terminal" filename="enter_terminal" retainaspect="1"/>
60 <image name="shift" filename="shift" retainaspect="1"/>
61 <image name="shift_terminal" filename="shift_terminal" retainaspect="1"/>
62 <image name="shift_fill" filename="shift_fill" retainaspect="1"/>
63 <image name="shift_terminal_fill" filename="shift_terminal_fill" retainaspect="1"/>
64 <image name="space" filename="space" retainaspect="1"/>
65 <image name="space_terminal" filename="space_terminal" retainaspect="1"/>
66 <image name="kb_arrow_left" filename="kb_arrow_left" retainaspect="1"/>
67 <image name="kb_arrow_right" filename="kb_arrow_right" retainaspect="1"/>
68 <image name="kb_arrow_up" filename="kb_arrow_up" retainaspect="1"/>
69 <image name="kb_arrow_down" filename="kb_arrow_down" retainaspect="1"/>
70 </resources>
71
72 <variables>
73 <variable name="tw_samsung_navbar" value="0" persist="1"/>
74 <variable name="tw_navbar_button_position" value="0" persist="1"/>
z31s1g56189522016-01-13 19:12:40 +010075
z31s1gfaa43772016-01-18 09:57:05 -060076 <variable name="tw_hide_kb" value="0"/>
z31s1g56189522016-01-13 19:12:40 +010077 <variable name="screen_width" value="800"/>
78 <variable name="screen_height" value="480"/>
79 <variable name="status_height" value="20"/>
80 <variable name="header_height" value="80"/>
81 <variable name="navbar_height" value="40"/>
82 <variable name="content_width" value="760"/>
83 <variable name="content_quarter_width" value="590"/>
84 <variable name="content_half_width" value="370"/>
85 <variable name="content_overlay_width" value="380"/>
86 <variable name="dialog_height" value="207"/>
87 <variable name="dialog_width" value="400"/>
88 <variable name="dialog_content_x" value="220"/>
89 <variable name="back_button_x" value="264"/>
90 <variable name="console_button_x" value="536"/>
91 <variable name="back_button_x_1" value="50"/>
92 <variable name="home_button_x_1" value="130"/>
93 <variable name="console_button_x_1" value="210"/>
94 <variable name="back_button_x_2" value="590"/>
95 <variable name="home_button_x_2" value="670"/>
96 <variable name="console_button_x_2" value="750"/>
97 <variable name="col1_x_header" value="60"/>
98 <variable name="indent" value="10"/>
99 <variable name="col1_x_left" value="20"/>
100 <variable name="col2_x_left" value="210"/>
101 <variable name="center_x" value="400"/>
102 <variable name="col1_x_right" value="410"/>
103 <variable name="col2_x_right" value="590"/>
104 <variable name="col_button_right" value="620"/>
105 <variable name="indent_right" value="790"/>
106 <variable name="tab_height" value="30"/>
107 <variable name="tab_indicator_height" value="2"/>
108 <variable name="tab4_width" value="200"/>
109 <variable name="tab5_width" value="160"/>
110 <variable name="tab4_col2_x" value="200"/>
111 <variable name="tab4_col4_x" value="600"/>
112 <variable name="tab5_col2_x" value="160"/>
113 <variable name="tab5_col3_x" value="320"/>
114 <variable name="tab5_col4_x" value="480"/>
115 <variable name="tab5_col5_x" value="640"/>
116 <variable name="btn4_col2_x_left" value="117"/>
117 <variable name="btn4_col3_x_left" value="216"/>
118 <variable name="btn4_col4_x_left" value="313"/>
119 <variable name="btn4_col2_x_right" value="507"/>
120 <variable name="btn4_col3_x_right" value="606"/>
121 <variable name="btn4_col4_x_right" value="703"/>
122 <variable name="row1_header_y" value="0"/>
123 <variable name="row2_header_y" value="20"/>
124 <variable name="row3_header_y" value="24"/>
125 <variable name="row4_header_y" value="52"/>
126 <variable name="row1_y" value="80"/>
127 <variable name="row1a_y" value="89"/>
128 <variable name="row2_y" value="98"/>
129 <variable name="row2a_y" value="107"/>
130 <variable name="row_tab_y" value="108"/>
131 <variable name="row2_input_y" value="116"/>
132 <variable name="row3_y" value="116"/>
133 <variable name="row3a_y" value="125"/>
134 <variable name="row3_input_y" value="125"/>
135 <variable name="row4_y" value="134"/>
136 <variable name="row4a_y" value="143"/>
137 <variable name="row4_input_y" value="143"/>
138 <variable name="row5_y" value="152"/>
139 <variable name="row5a_y" value="161"/>
140 <variable name="row6_y" value="170"/>
141 <variable name="row6a_y" value="179"/>
142 <variable name="row7_y" value="188"/>
143 <variable name="row7a_y" value="197"/>
144 <variable name="row8_y" value="206"/>
145 <variable name="row8a_y" value="215"/>
146 <variable name="row9_y" value="224"/>
147 <variable name="row9a_y" value="233"/>
148 <variable name="row10_y" value="242"/>
149 <variable name="row10a_y" value="251"/>
150 <variable name="row11_y" value="260"/>
151 <variable name="row11a_y" value="269"/>
152 <variable name="row12_y" value="278"/>
153 <variable name="row12a_y" value="288"/>
154 <variable name="row13_y" value="296"/>
155 <variable name="row13a_y" value="305"/>
156 <variable name="row14_y" value="314"/>
157 <variable name="row14a_y" value="323"/>
158 <variable name="row15_y" value="332"/>
159 <variable name="row15a_y" value="341"/>
160 <variable name="row16_y" value="350"/>
161 <variable name="row16a_y" value="359"/>
162 <variable name="row17_y" value="368"/>
163 <variable name="row17a_y" value="377"/>
164 <variable name="row18_y" value="386"/>
165 <variable name="row18a_y" value="395"/>
166 <variable name="row19_y" value="404"/>
167 <variable name="row19a_y" value="413"/>
168 <variable name="row20_y" value="422"/>
169 <variable name="navbar_y" value="440"/>
170 <variable name="navbar_btn_y" value="460"/>
171 <variable name="keyboard_y" value="248"/>
172 <variable name="background_color" value="#1A1A1A"/>
173 <variable name="accent_color" value="#0090CA"/>
174 <variable name="text_color" value="#EEEEEE"/>
175 <variable name="text_button_color" value="#EEEEEE"/>
176 <variable name="text_success_color" value="#76FF03"/>
177 <variable name="text_fail_color" value="#FF0101"/>
178 <variable name="highlight_color" value="#1A1A1A80"/>
179 <variable name="caps_highlight_color" value="#22222280"/>
180 <variable name="transparent" value="#00000000"/>
181 <variable name="semi_transparent" value="#00000099"/>
182 <variable name="warning" value="#F8F8A0"/>
183 <variable name="error" value="#FF0101"/>
184 <variable name="highlight" value="#0090CA"/>
185 <variable name="fileselector_linecolor" value="#555555"/>
186 <variable name="fileselector_highlight_color" value="#555555"/>
187 <variable name="fileselector_separatorheight" value="1"/>
188 <variable name="fileselector_spacing" value="0"/>
189 <variable name="fileselector_install_height" value="333"/>
190 <variable name="fileselector_install_width" value="400"/>
191 <variable name="fileselector_install_folder_width" value="170"/>
192 <variable name="fileselector_filemanager_height" value="333"/>
193 <variable name="partitionlist_spacing" value="0"/>
194 <variable name="partitionlist_storage_height" value="160"/>
195 <variable name="partitionlist_flashimage_height" value="144"/>
196 <variable name="partitionlist_wipe_height" value="243"/>
197 <variable name="partitionlist_mount_height" value="221"/>
198 <variable name="partitionlist_backup_height" value="198"/>
199 <variable name="listbox_timezone_height" value="306"/>
200 <variable name="listbox_settings_height" value="243"/>
201 <variable name="fastscroll_w" value="7"/>
202 <variable name="fastscroll_linew" value="1"/>
203 <variable name="fastscroll_rectw" value="7"/>
204 <variable name="fastscroll_recth" value="45"/>
205 <variable name="slidervalue_lineh" value="2"/>
206 <variable name="slidervalue_padding" value="0"/>
207 <variable name="slidervalue_sliderw" value="24"/>
208 <variable name="slidervalue_sliderh" value="36"/>
209 <variable name="slideout_y" value="40"/>
210 <variable name="slideout_height" value="380"/>
211 <variable name="slideout_bg_height" value="420"/>
212 <variable name="input_height" value="18"/>
213 <variable name="input_line_width" value="1"/>
214 <variable name="console_height" value="234"/>
215 <variable name="console_terminal_height" value="164"/>
216 <variable name="terminal_s_height" value="220"/>
217 <variable name="terminal_l_height" value="412"/>
218 <variable name="dialog_button_x" value="480"/>
219 <variable name="date_button_x" value="230"/>
220 <variable name="progress_x" value="230"/>
221 <variable name="progress_text_x" value="40"/>
222 <variable name="progress_text_y" value="348"/>
223 <variable name="pattern_x" value="84"/>
224 <variable name="pattern_dot_dia" value="12"/>
225 <variable name="pattern_line_w" value="4"/>
226 <variable name="pattern_size" value="252"/>
227 </variables>
228
229 <mousecursor>
230 <placement w="15" h="15"/>
231 <background color="#FFFF00FF" resource="cursor"/>
232 <speed multiplier="2.5"/>
233 </mousecursor>
234
235 <templates>
236 <template name="page">
237 <background color="%background_color%"/>
238
239 <fill color="%accent_color%">
240 <placement x="0" y="0" w="%screen_width%" h="%header_height%"/>
241 </fill>
242
243 <image>
244 <condition var1="tw_busy" var2="1"/>
245 <image resource="logo"/>
246 <placement x="0" y="0"/>
247 </image>
248
249 <button>
250 <condition var1="tw_busy" var2="0"/>
251 <placement x="0" y="0"/>
252 <image resource="logo"/>
253 <action function="key">home</action>
254 </button>
255
256 <fill color="#00000030">
257 <condition var1="tw_simulate_actions" var2="0"/>
258 <placement x="0" y="0" w="%screen_width%" h="%status_height%"/>
259 </fill>
260
261 <fill color="%text_fail_color%">
262 <condition var1="tw_simulate_actions" var2="1"/>
263 <placement x="0" y="0" w="%screen_width%" h="%status_height%"/>
264 </fill>
265
266 <text color="%text_color%">
267 <condition var1="tw_no_cpu_temp" var2="1"/>
268 <font resource="font_m"/>
269 <placement x="%indent%" y="%row1_header_y%"/>
270 <text>%tw_version%</text>
271 </text>
272
273 <text color="%text_color%">
274 <condition var1="tw_no_cpu_temp" var2="0"/>
275 <font resource="font_m"/>
276 <placement x="%indent%" y="%row1_header_y%"/>
277 <text>{@cpu_temp=CPU: %tw_cpu_temp% °C}</text>
278 </text>
279
280 <text color="%text_color%">
281 <font resource="font_m"/>
282 <placement x="%center_x%" y="%row1_header_y%" placement="5"/>
283 <text>%tw_time%</text>
284 </text>
285
286 <text color="%text_color%">
287 <conditions>
288 <condition var1="tw_no_battery_percent" var2="0"/>
289 <condition var1="tw_battery" op="&gt;" var2="0"/>
290 <condition var1="tw_battery" op="&lt;" var2="101"/>
291 </conditions>
292 <font resource="font_m"/>
293 <placement x="%indent_right%" y="%row1_header_y%" placement="1"/>
294 <text>{@battery_pct=Battery: %tw_battery%}</text>
295 </text>
296
297 <fill color="#000000">
bigbiff bigbiff3157f122019-03-10 20:18:45 -0400298 <condition var1="tw_busy" var2="0"/>
z31s1g56189522016-01-13 19:12:40 +0100299 <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
300 </fill>
301
302 <button>
303 <condition var1="tw_navbar_button_position" op="=" var2="0"/>
304 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
305 <placement x="%back_button_x%" y="%navbar_btn_y%" placement="4"/>
306 <image resource="back"/>
307 <condition var1="tw_busy" var2="0"/>
308 <action function="key">back</action>
309 </button>
310
311 <button>
312 <condition var1="tw_navbar_button_position" op="=" var2="0"/>
313 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
314 <placement x="%back_button_x%" y="%navbar_btn_y%" placement="4"/>
315 <image resource="console"/>
316 <condition var1="tw_busy" var2="0"/>
317 <action function="overlay">slideout</action>
318 </button>
319
320 <button>
321 <condition var1="tw_navbar_button_position" op="=" var2="0"/>
322 <placement x="%center_x%" y="%navbar_btn_y%" placement="4"/>
323 <image resource="home"/>
324 <condition var1="tw_busy" var2="0"/>
325 <action function="key">home</action>
326 </button>
327
328 <button>
329 <condition var1="tw_navbar_button_position" op="=" var2="0"/>
330 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
331 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
332 <image resource="console"/>
333 <condition var1="tw_busy" var2="0"/>
334 <action function="overlay">slideout</action>
335 </button>
336
337 <button>
338 <condition var1="tw_navbar_button_position" op="=" var2="0"/>
339 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
340 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
341 <image resource="back"/>
342 <condition var1="tw_busy" var2="0"/>
343 <action function="key">back</action>
344 </button>
345
346 <button>
347 <condition var1="tw_navbar_button_position" op="=" var2="1"/>
348 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
349 <placement x="%back_button_x_1%" y="%navbar_btn_y%" placement="4"/>
350 <image resource="back"/>
351 <condition var1="tw_busy" var2="0"/>
352 <action function="key">back</action>
353 </button>
354
355 <button>
356 <condition var1="tw_navbar_button_position" op="=" var2="1"/>
357 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
358 <placement x="%back_button_x_1%" y="%navbar_btn_y%" placement="4"/>
359 <image resource="console"/>
360 <condition var1="tw_busy" var2="0"/>
361 <action function="overlay">slideout</action>
362 </button>
363
364 <button>
365 <condition var1="tw_navbar_button_position" op="=" var2="1"/>
366 <placement x="%home_button_x_1%" y="%navbar_btn_y%" placement="4"/>
367 <image resource="home"/>
368 <condition var1="tw_busy" var2="0"/>
369 <action function="key">home</action>
370 </button>
371
372 <button>
373 <condition var1="tw_navbar_button_position" op="=" var2="1"/>
374 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
375 <placement x="%console_button_x_1%" y="%navbar_btn_y%" placement="4"/>
376 <image resource="console"/>
377 <condition var1="tw_busy" var2="0"/>
378 <action function="overlay">slideout</action>
379 </button>
380
381 <button>
382 <condition var1="tw_navbar_button_position" op="=" var2="1"/>
383 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
384 <placement x="%console_button_x_1%" y="%navbar_btn_y%" placement="4"/>
385 <image resource="back"/>
386 <condition var1="tw_busy" var2="0"/>
387 <action function="key">back</action>
388 </button>
389
390 <button>
391 <condition var1="tw_navbar_button_position" op="=" var2="2"/>
392 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
393 <placement x="%back_button_x_2%" y="%navbar_btn_y%" placement="4"/>
394 <image resource="back"/>
395 <condition var1="tw_busy" var2="0"/>
396 <action function="key">back</action>
397 </button>
398
399 <button>
400 <condition var1="tw_navbar_button_position" op="=" var2="2"/>
401 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
402 <placement x="%back_button_x_2%" y="%navbar_btn_y%" placement="4"/>
403 <image resource="console"/>
404 <condition var1="tw_busy" var2="0"/>
405 <action function="overlay">slideout</action>
406 </button>
407
408 <button>
409 <condition var1="tw_navbar_button_position" op="=" var2="2"/>
410 <placement x="%home_button_x_2%" y="%navbar_btn_y%" placement="4"/>
411 <image resource="home"/>
412 <condition var1="tw_busy" var2="0"/>
413 <action function="key">home</action>
414 </button>
415
416 <button>
417 <condition var1="tw_navbar_button_position" op="=" var2="2"/>
418 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
419 <placement x="%console_button_x_2%" y="%navbar_btn_y%" placement="4"/>
420 <image resource="console"/>
421 <condition var1="tw_busy" var2="0"/>
422 <action function="overlay">slideout</action>
423 </button>
424
425 <button>
426 <condition var1="tw_navbar_button_position" op="=" var2="2"/>
427 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
428 <placement x="%console_button_x_2%" y="%navbar_btn_y%" placement="4"/>
429 <image resource="back"/>
430 <condition var1="tw_busy" var2="0"/>
431 <action function="key">back</action>
432 </button>
433
434 <action>
435 <touch key="power"/>
Matt Mower9472ba12016-01-20 18:12:47 -0600436 <action function="togglebacklight"/>
z31s1g56189522016-01-13 19:12:40 +0100437 </action>
438
439 <action>
440 <touch key="power+voldown"/>
441 <action function="screenshot"/>
442 </action>
443 </template>
444
445 <template name="progress_bar">
446 <progressbar>
447 <placement x="%progress_x%" y="%row16_y%"/>
448 <resource empty="progress_empty" full="progress_full"/>
449 <data name="ui_progress"/>
450 </progressbar>
451
452 <animation>
453 <placement x="%progress_x%" y="%row16_y%"/>
454 <resource name="progress"/>
455 <speed fps="24" render="2"/>
456 <loop frame="1"/>
457 </animation>
458 </template>
459
460 <template name="sort_options">
461 <image>
462 <placement x="%col_button_right%" y="%row1a_y%"/>
463 <image resource="main_button_half_width_low"/>
464 </image>
465
466 <image>
467 <placement x="%col_button_right%" y="%row4a_y%"/>
468 <image resource="main_button_half_width_low"/>
469 </image>
470
471 <image>
472 <placement x="%col_button_right%" y="%row7a_y%"/>
473 <image resource="main_button_half_width_low"/>
474 </image>
475
476 <button style="sort_asc">
477 <condition var1="tw_gui_sort_order" op="=" var2="1"/>
478 <placement x="%col_button_right%" y="%row1a_y%"/>
479 <text>{@sort_by_name=Sort by Name}</text>
480 <action function="set">tw_gui_sort_order=-1</action>
481 </button>
482
483 <button style="sort_desc">
484 <condition var1="tw_gui_sort_order" op="=" var2="-1"/>
485 <placement x="%col_button_right%" y="%row1a_y%"/>
486 <text>{@sort_by_name=Sort by Name}</text>
487 <action function="set">tw_gui_sort_order=1</action>
488 </button>
489
490 <button style="sort_empty">
491 <conditions>
492 <condition var1="tw_gui_sort_order" op="!=" var2="1"/>
493 <condition var1="tw_gui_sort_order" op="!=" var2="-1"/>
494 </conditions>
495 <placement x="%col_button_right%" y="%row1a_y%"/>
496 <text>{@sort_by_name=Sort by Name}</text>
497 <action function="set">tw_gui_sort_order=1</action>
498 </button>
499
500 <button style="sort_asc">
501 <condition var1="tw_gui_sort_order" op="=" var2="2"/>
502 <placement x="%col_button_right%" y="%row4a_y%"/>
503 <text>{@sort_by_date=Sort by Date}</text>
504 <action function="set">tw_gui_sort_order=-2</action>
505 </button>
506
507 <button style="sort_desc">
508 <condition var1="tw_gui_sort_order" op="=" var2="-2"/>
509 <placement x="%col_button_right%" y="%row4a_y%"/>
510 <text>{@sort_by_date=Sort by Date}</text>
511 <action function="set">tw_gui_sort_order=2</action>
512 </button>
513
514 <button style="sort_empty">
515 <conditions>
516 <condition var1="tw_gui_sort_order" op="!=" var2="2"/>
517 <condition var1="tw_gui_sort_order" op="!=" var2="-2"/>
518 </conditions>
519 <placement x="%col_button_right%" y="%row4a_y%"/>
520 <text>{@sort_by_date=Sort by Date}</text>
521 <action function="set">tw_gui_sort_order=2</action>
522 </button>
523
524 <button style="sort_asc">
525 <condition var1="tw_gui_sort_order" op="=" var2="3"/>
526 <placement x="%col_button_right%" y="%row7a_y%"/>
527 <text>{@sort_by_size=Sort by Size}</text>
528 <action function="set">tw_gui_sort_order=-3</action>
529 </button>
530
531 <button style="sort_desc">
532 <condition var1="tw_gui_sort_order" op="=" var2="-3"/>
533 <placement x="%col_button_right%" y="%row7a_y%"/>
534 <text>{@sort_by_size=Sort by Size}</text>
535 <action function="set">tw_gui_sort_order=3</action>
536 </button>
537
538 <button style="sort_empty">
539 <conditions>
540 <condition var1="tw_gui_sort_order" op="!=" var2="3"/>
541 <condition var1="tw_gui_sort_order" op="!=" var2="-3"/>
542 </conditions>
543 <placement x="%col_button_right%" y="%row7a_y%"/>
544 <text>{@sort_by_size=Sort by Size}</text>
545 <action function="set">tw_gui_sort_order=3</action>
546 </button>
547 </template>
548
549 <template name="tabs_settings">
550 <button style="tab">
551 <placement x="0" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
552 <text>{@tab_general=GENERAL}</text>
553 <action function="page">settings</action>
554 </button>
555
556 <button style="tab">
557 <placement x="%tab5_col2_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
558 <text>{@tab_time_zone=TIME ZONE}</text>
559 <action function="page">settings_timezone</action>
560 </button>
561
562 <button style="tab">
563 <placement x="%tab5_col3_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
564 <text>{@tab_screen=SCREEN}</text>
565 <action function="page">settings_screen</action>
566 </button>
567
568 <button style="tab">
569 <placement x="%tab5_col4_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
570 <text>{@tab_vibration=VIBRATION}</text>
571 <action function="page">settings_vibration</action>
572 </button>
573
574 <button style="tab">
575 <placement x="%tab5_col5_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
576 <text>{@tab_language=LANGUAGE}</text>
577 <action function="page">settings_language</action>
578 </button>
579 </template>
580
581 <template name="console">
582 <console>
583 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%console_height%"/>
584 </console>
585
586 <fill color="%fileselector_linecolor%">
587 <placement x="%col1_x_left%" y="row2_y" w="%content_width%" h="input_line_width" placement="1"/>
588 </fill>
589
590 <fill color="%fileselector_linecolor%">
591 <placement x="%col1_x_left%" y="row15_y" w="%content_width%" h="input_line_width"/>
592 </fill>
593 </template>
594
595 <template name="console_terminal">
596 <console>
597 <placement x="%col1_x_left%" y="%row3_header_y%" w="content_width" h="%console_terminal_height%"/>
598 </console>
599
600 <fill color="%fileselector_linecolor%">
601 <placement x="%col1_x_left%" y="%row3_header_y%" w="%content_width%" h="input_line_width" placement="1"/>
602 </fill>
603
604 <fill color="%fileselector_linecolor%">
605 <placement x="%col1_x_left%" y="row7_y" w="%content_width%" h="input_line_width"/>
606 </fill>
607 </template>
608
609 <template name="keyboardterminaltemplate">
610 <keyboard>
611 <condition var1="tw_hide_kb" op="=" var2="0"/>
612 <placement x="0" y="%keyboard_y%" w="800" h="192"/>
613 <keymargin x="4" y="4"/>
614 <background color="#111111"/>
615 <key-alphanumeric color="#111111" font="keylabel" textcolor="#EEEEEE"/>
616 <key-other color="#111111" font="keylabel-small" textcolor="#5b5b5bff"/>
617 <longpress font="keylabel-longpress" textcolor="#5b5b5bff" x="14" y="2"/>
618 <keylabel key="0:c:8" text="Bksp" resource="backspace_terminal"/>
619 <keylabel key="0:action" text="Enter" resource="enter_terminal"/>
620 <keylabel key=" " text="Space" resource="space_terminal"/>
621 <keylabel key="0:k:29" text="Ctrl"/>
622 <keylabel key="0:c:27" text="Esc"/>
623 <keylabel key="0:c:9" text="Tab"/>
624 <keylabel key="0:k:105" text="&lt;" resource="kb_arrow_left"/>
625 <keylabel key="0:k:108" text="v" resource="kb_arrow_down"/>
626 <keylabel key="0:k:103" text="^" resource="kb_arrow_up"/>
627 <keylabel key="0:k:106" text="&gt;" resource="kb_arrow_right"/>
628 <highlight color="%highlight_color%"/>
629 <capshighlight color="%highlight_color%"/>
630 <ctrlhighlight color="#0090CA80"/>
631 <layout1>
632 <keysize height="48" width="68"/>
633 <row1 key01="60:c:27" long01=":c:3" key02="q" long02="1" key03="w" long03="2" key04="e" long04="3" key05="r" long05="4" key06="t" long06="5" key07="y" long07="6" key08="u" long08="7" key09="i" long09="8" key10="o" long10="9" key11="p" long11="0" key12="60:k:103"/>
634 <row2 key01="60:c:9" key02="34:" key03="a" long03="@" key04="s" long04="#" key05="d" long05="$" key06="f" long06="%" key07="g" long07="&amp;" key08="h" long08="*" key09="j" long09="-" key10="k" long10="+" key11="l" long11="_" key12="34:" key13="60:k:105"/>
635 <row3 key01="60:" key02="102:layout2" key03="z" long03="!" key04="x" long04="&quot;" key05="c" long05="'" key06="v" long06=":" key07="b" long07=";" key08="n" long08="/" key09="m" long09="?" key10="102:c:8" key11="60:k:106"/>
636 <row4 key01="60:k:29" key02="102:layout3" key03="/" key04="340: " key05="." key06="102:action" key07="60:k:108"/>
637 <keylabel key="0:layout2" text="Shift" resource="shift_terminal"/>
638 <keylabel key="0:layout3" text="?123"/>
639 </layout1>
640 <layout2>
641 <keysize height="48" width="68" capslock="0" revert_layout="1"/>
642 <row1 key01="60:c:27" long01=":c:3" key02="Q" long02="1" key03="W" long03="2" key04="E" long04="3" key05="R" long05="4" key06="T" long06="5" key07="Y" long07="6" key08="U" long08="7" key09="I" long09="8" key10="O" long10="9" key11="P" long11="0" key12="60:k:103"/>
643 <row2 key01="60:c:9" key02="34:" key03="A" long03="@" key04="S" long04="#" key05="D" long05="$" key06="F" long06="%" key07="G" long07="&amp;" key08="H" long08="*" key09="J" long09="-" key10="K" long10="+" key11="L" long11="_" key12="34:" key13="60:k:105"/>
644 <row3 key01="60:" key02="102:layout1" key03="Z" long03="!" key04="X" long04="&quot;" key05="C" long05="'" key06="V" long06=":" key07="B" long07=";" key08="N" long08="/" key09="M" long09="?" key10="102:c:8" key11="60:k:106"/>
645 <row4 key01="60:k:29" key02="102:layout3" key03="/" key04="340: " key05="." key06="102:action" key07="60:k:108"/>
646 <keylabel key="0:layout1" text="Shift" resource="shift_terminal_fill"/>
647 <keylabel key="0:layout3" text="?123"/>
648 </layout2>
649 <layout3>
650 <keysize height="48" width="68"/>
651 <row1 key01="60:c:27" long01=":c:3" key02="1" key03="2" key04="3" key05="4" key06="5" key07="6" key08="7" key09="8" key10="9" key11="0" key12="60:k:103"/>
652 <row2 key01="60:c:9" key02="@" key03="#" key04="$" key05="%" key06="&amp;" key07="*" key08="-" key09="+" key10="(" key11=")" key12="60:k:105"/>
653 <row3 key01="60:" key02="102:layout4" key03="!" key04="68:c:34" key05="'" key06=":" key07=";" key08="/" key09="?" key10="102:c:8" key11="60:k:106"/>
654 <row4 key01="60:k:29" key02="102:layout1" key03="," key04="340: " key05="." key06="102:action" key07="60:k:108"/>
655 <keylabel key="0:layout1" text="ABC"/>
656 <keylabel key="0:layout4" text="~\{"/>
657 </layout3>
658 <layout4>
659 <keysize height="48" width="68"/>
660 <row1 key01="60:c:27" long01=":c:3" key02="~" key03="`" key04="|" key05="160:" key06="160:" key07="160:" key08="%" key09="160:" key10="{" key11="}" key12="60:k:103"/>
661 <row2 key01="60:c:9" key02="68:" key03="68:" key04="68:" key05="68:" key06="68:" key07="^" key08="_" key09="=" key10="[" key11="]" key12="60:k:105"/>
662 <row3 key01="60:" key02="102:layout3" key03="68:" key04="68:" key05="68:" key06="68:" key07="\" key08="&lt;" key09="&gt;" key10="102:c:8" key11="60:k:106"/>
663 <row4 key01="60:k:29" key02="102:layout1" key03="68:c:34" key04="340: " key05="." key06="102:action" key07="60:k:108"/>
664 <keylabel key="0:layout1" text="ABC"/>
665 <keylabel key="0:layout3" text="?123"/>
666 </layout4>
667 </keyboard>
668 </template>
669
670 <template name="keyboardtemplate">
671 <keyboard>
672 <placement x="0" y="%keyboard_y%" w="800" h="192"/>
673 <keymargin x="4" y="4"/>
674 <background color="#111111"/>
675 <key-alphanumeric color="#111111" font="keylabel" textcolor="#EEEEEE"/>
676 <key-other color="#111111" font="keylabel-small" textcolor="#5b5b5bff"/>
677 <longpress font="keylabel-longpress" textcolor="#5b5b5bff" x="14" y="2"/>
678 <keylabel key="0:c:8" text="Bksp" resource="backspace"/>
679 <keylabel key="0:action" text="Enter" resource="enter"/>
680 <keylabel key=" " text="Space" resource="space"/>
681 <highlight color="%highlight_color%"/>
682 <capshighlight color="%highlight_color%"/>
683 <layout1>
684 <keysize height="48" width="80"/>
685 <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"/>
686 <row2 key01="40:" key02="a" long02="@" key03="s" long03="#" key04="d" long04="$" key05="f" long05="%" key06="g" long06="&amp;" key07="h" long07="*" key08="j" long08="-" key09="k" long09="+" key10="l" long10="_" key11="40:"/>
687 <row3 key01="120:layout2" key02="z" long02="!" key03="x" long03="&quot;" key04="c" long04="'" key05="v" long05=":" key06="b" long06=";" key07="n" long07="/" key08="m" long08="?" key09="120:c:8"/>
688 <row4 key01="120:layout3" key02="/" key03="400: " key04="." key05="120:action"/>
689 <keylabel key="0:layout2" text="Shift" resource="shift"/>
690 <keylabel key="0:layout3" text="?123"/>
691 </layout1>
692 <layout2>
693 <keysize height="48" width="80" capslock="0" revert_layout="1"/>
694 <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"/>
695 <row2 key01="40:" key02="A" long02="@" key03="S" long03="#" key04="D" long04="$" key05="F" long05="%" key06="G" long06="&amp;" key07="H" long07="*" key08="J" long08="-" key09="K" long09="+" key10="L" long10="_" key11="40:"/>
696 <row3 key01="120:layout1" key02="Z" long02="!" key03="X" long03="&quot;" key04="C" long04="'" key05="V" long05=":" key06="B" long06=";" key07="N" long07="/" key08="M" long08="?" key09="120:c:8"/>
697 <row4 key01="120:layout3" key02="/" key03="400: " key04="." key05="120:action"/>
698 <keylabel key="0:layout1" text="Shift" resource="shift_fill"/>
699 <keylabel key="0:layout3" text="?123"/>
700 </layout2>
701 <layout3>
702 <keysize height="48" width="80"/>
703 <row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0"/>
704 <row2 key01="@" key02="#" key03="$" key04="%" key05="&amp;" key06="*" key07="-" key08="+" key09="(" key10=")"/>
705 <row3 key01="120:layout4" key02="!" key03="80:c:34" key04="'" key05=":" key06=";" key07="/" key08="?" key09="120:c:8"/>
706 <row4 key01="120:layout1" key02="," key03="400: " key04="." key05="120:action"/>
707 <keylabel key="0:layout1" text="ABC"/>
708 <keylabel key="0:layout4" text="~\{"/>
709 </layout3>
710 <layout4>
711 <keysize height="48" width="80"/>
712 <row1 key01="~" key02="`" key03="|" key04="80:" key05="80:" key06="80:" key07="%" key08="80:" key09="{" key10="}"/>
713 <row2 key01="80:" key02="80:" key03="80:" key04="80:" key05="80:" key06="^" key07="_" key08="=" key09="[" key10="]"/>
714 <row3 key01="120:layout3" key02="80:" key03="80:" key04="80:" key05="80:" key06="\" key07="&lt;" key08="&gt;" key09="120:c:8"/>
715 <row4 key01="120:layout1" key02="80:c:34" key03="400: " key04="." key05="120:action"/>
716 <keylabel key="0:layout1" text="ABC"/>
717 <keylabel key="0:layout3" text="?123"/>
718 </layout4>
719 </keyboard>
720 </template>
721 </templates>
722</recovery>