blob: e6c58b25bbb4187cd0fca7426299ee50d40806cb [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>
Captain Throwbacka1317fc2022-01-29 12:45:35 -05009 <themeversion>{themeversion}</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"/>
bigbiffdf8436b2020-08-30 16:22:34 -0400201 <variable name="listbox_advanced_height" value="300"/>
epicX9597b842021-03-20 21:58:17 +0530202 <variable name="listbox_options_height" value="110"/>
z31s1g56189522016-01-13 19:12:40 +0100203 <variable name="fastscroll_w" value="7"/>
204 <variable name="fastscroll_linew" value="1"/>
205 <variable name="fastscroll_rectw" value="7"/>
206 <variable name="fastscroll_recth" value="45"/>
207 <variable name="slidervalue_lineh" value="2"/>
208 <variable name="slidervalue_padding" value="0"/>
209 <variable name="slidervalue_sliderw" value="24"/>
210 <variable name="slidervalue_sliderh" value="36"/>
211 <variable name="slideout_y" value="40"/>
212 <variable name="slideout_height" value="380"/>
213 <variable name="slideout_bg_height" value="420"/>
214 <variable name="input_height" value="18"/>
215 <variable name="input_line_width" value="1"/>
216 <variable name="console_height" value="234"/>
217 <variable name="console_terminal_height" value="164"/>
218 <variable name="terminal_s_height" value="220"/>
219 <variable name="terminal_l_height" value="412"/>
220 <variable name="dialog_button_x" value="480"/>
221 <variable name="date_button_x" value="230"/>
222 <variable name="progress_x" value="230"/>
223 <variable name="progress_text_x" value="40"/>
224 <variable name="progress_text_y" value="348"/>
225 <variable name="pattern_x" value="84"/>
226 <variable name="pattern_dot_dia" value="12"/>
227 <variable name="pattern_line_w" value="4"/>
228 <variable name="pattern_size" value="252"/>
Yillié09badae2022-07-11 14:30:26 +0500229 <variable name="tw_clock_12_pos_x" value="{clock_12_pos}"/>
230 <variable name="tw_clock_24_pos_x" value="{clock_24_pos}"/>
231 <variable name="tw_cpu_pos_x" value="{cpu_pos}"/>
232 <variable name="tw_battery_pos_x" value="{battery_pos}"/>
z31s1g56189522016-01-13 19:12:40 +0100233 </variables>
234
235 <mousecursor>
236 <placement w="15" h="15"/>
237 <background color="#FFFF00FF" resource="cursor"/>
238 <speed multiplier="2.5"/>
239 </mousecursor>
240
241 <templates>
242 <template name="page">
243 <background color="%background_color%"/>
244
245 <fill color="%accent_color%">
246 <placement x="0" y="0" w="%screen_width%" h="%header_height%"/>
247 </fill>
248
249 <image>
250 <condition var1="tw_busy" var2="1"/>
251 <image resource="logo"/>
252 <placement x="0" y="0"/>
253 </image>
254
255 <button>
256 <condition var1="tw_busy" var2="0"/>
257 <placement x="0" y="0"/>
258 <image resource="logo"/>
259 <action function="key">home</action>
260 </button>
261
262 <fill color="#00000030">
263 <condition var1="tw_simulate_actions" var2="0"/>
264 <placement x="0" y="0" w="%screen_width%" h="%status_height%"/>
265 </fill>
266
267 <fill color="%text_fail_color%">
268 <condition var1="tw_simulate_actions" var2="1"/>
269 <placement x="0" y="0" w="%screen_width%" h="%status_height%"/>
270 </fill>
271
272 <text color="%text_color%">
273 <condition var1="tw_no_cpu_temp" var2="1"/>
Yillié09badae2022-07-11 14:30:26 +0500274 <condition var1="tw_cpu_pos_x" var2="0"/>
z31s1g56189522016-01-13 19:12:40 +0100275 <font resource="font_m"/>
276 <placement x="%indent%" y="%row1_header_y%"/>
277 <text>%tw_version%</text>
278 </text>
279
280 <text color="%text_color%">
281 <condition var1="tw_no_cpu_temp" var2="0"/>
Yillié09badae2022-07-11 14:30:26 +0500282 <condition var1="tw_cpu_pos_x" var2="0"/>
z31s1g56189522016-01-13 19:12:40 +0100283 <font resource="font_m"/>
284 <placement x="%indent%" y="%row1_header_y%"/>
285 <text>{@cpu_temp=CPU: %tw_cpu_temp% °C}</text>
286 </text>
287
288 <text color="%text_color%">
Yillié09badae2022-07-11 14:30:26 +0500289 <condition var1="tw_clock_12_pos_x" var2="0"/>
290 <condition var1="tw_clock_24_pos_x" var2="0"/>
z31s1g56189522016-01-13 19:12:40 +0100291 <font resource="font_m"/>
292 <placement x="%center_x%" y="%row1_header_y%" placement="5"/>
293 <text>%tw_time%</text>
294 </text>
295
296 <text color="%text_color%">
297 <conditions>
298 <condition var1="tw_no_battery_percent" var2="0"/>
299 <condition var1="tw_battery" op="&gt;" var2="0"/>
300 <condition var1="tw_battery" op="&lt;" var2="101"/>
Yillié09badae2022-07-11 14:30:26 +0500301 <condition var1="tw_battery_pos_x" var2="0"/>
z31s1g56189522016-01-13 19:12:40 +0100302 </conditions>
303 <font resource="font_m"/>
304 <placement x="%indent_right%" y="%row1_header_y%" placement="1"/>
305 <text>{@battery_pct=Battery: %tw_battery%}</text>
306 </text>
307
Yillié09badae2022-07-11 14:30:26 +0500308 <!-- Custom position for status bar items if defined START -->
309
310 <text color="%text_color%">
311 <condition var1="tw_no_cpu_temp" var2="1"/>
312 <condition var1="tw_cpu_pos_x" op="!=" var2="0"/>
313 <font resource="font_m"/>
314 <placement x="%tw_cpu_pos_x%" y="%row1_header_y%"/>
315 <text>%tw_version%</text>
316 </text>
317
318 <text color="%text_color%">
319 <condition var1="tw_no_cpu_temp" var2="0"/>
320 <condition var1="tw_cpu_pos_x" op="!=" var2="0"/>
321 <font resource="font_m"/>
322 <placement x="%tw_cpu_pos_x%" y="%row1_header_y%"/>
323 <text>{@cpu_temp=CPU: %tw_cpu_temp% °C}</text>
324 </text>
325
326 <text color="%text_color%">
327 <condition var1="tw_clock_12_pos_x" op="!=" var2="0"/>
328 <condition var1="tw_military_time" var2="0"/>
329 <font resource="font_m"/>
330 <placement x="%tw_clock_12_pos_x%" y="%row1_header_y%"/>
331 <text>%tw_time%</text>
332 </text>
333
334 <text color="%text_color%">
335 <condition var1="tw_clock_24_pos_x" op="!=" var2="0"/>
336 <condition var1="tw_military_time" var2="1"/>
337 <font resource="font_m"/>
338 <placement x="%tw_clock_24_pos_x%" y="%row1_header_y%"/>
339 <text>%tw_time%</text>
340 </text>
341
342 <text color="%text_color%">
343 <conditions>
344 <condition var1="tw_no_battery_percent" var2="0"/>
345 <condition var1="tw_battery" op="&gt;" var2="0"/>
346 <condition var1="tw_battery" op="&lt;" var2="101"/>
347 <condition var1="tw_battery_pos_x" op="!=" var2="0"/>
348 </conditions>
349 <font resource="font_m"/>
350 <placement x="%tw_battery_pos_x%" y="%row1_header_y%"/>
351 <text>{@battery_pct=Battery: %tw_battery%}</text>
352 </text>
353
354 <!-- Custom position for status bar items if defined END -->
355
z31s1g56189522016-01-13 19:12:40 +0100356 <fill color="#000000">
bigbiff bigbiff3157f122019-03-10 20:18:45 -0400357 <condition var1="tw_busy" var2="0"/>
z31s1g56189522016-01-13 19:12:40 +0100358 <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
359 </fill>
360
361 <button>
362 <condition var1="tw_navbar_button_position" op="=" var2="0"/>
363 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
364 <placement x="%back_button_x%" y="%navbar_btn_y%" placement="4"/>
365 <image resource="back"/>
366 <condition var1="tw_busy" var2="0"/>
367 <action function="key">back</action>
368 </button>
369
370 <button>
371 <condition var1="tw_navbar_button_position" op="=" var2="0"/>
372 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
373 <placement x="%back_button_x%" y="%navbar_btn_y%" placement="4"/>
374 <image resource="console"/>
375 <condition var1="tw_busy" var2="0"/>
376 <action function="overlay">slideout</action>
377 </button>
378
379 <button>
380 <condition var1="tw_navbar_button_position" op="=" var2="0"/>
381 <placement x="%center_x%" y="%navbar_btn_y%" placement="4"/>
382 <image resource="home"/>
383 <condition var1="tw_busy" var2="0"/>
384 <action function="key">home</action>
385 </button>
386
387 <button>
388 <condition var1="tw_navbar_button_position" op="=" var2="0"/>
389 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
390 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
391 <image resource="console"/>
392 <condition var1="tw_busy" var2="0"/>
393 <action function="overlay">slideout</action>
394 </button>
395
396 <button>
397 <condition var1="tw_navbar_button_position" op="=" var2="0"/>
398 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
399 <placement x="%console_button_x%" y="%navbar_btn_y%" placement="4"/>
400 <image resource="back"/>
401 <condition var1="tw_busy" var2="0"/>
402 <action function="key">back</action>
403 </button>
404
405 <button>
406 <condition var1="tw_navbar_button_position" op="=" var2="1"/>
407 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
408 <placement x="%back_button_x_1%" y="%navbar_btn_y%" placement="4"/>
409 <image resource="back"/>
410 <condition var1="tw_busy" var2="0"/>
411 <action function="key">back</action>
412 </button>
413
414 <button>
415 <condition var1="tw_navbar_button_position" op="=" var2="1"/>
416 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
417 <placement x="%back_button_x_1%" y="%navbar_btn_y%" placement="4"/>
418 <image resource="console"/>
419 <condition var1="tw_busy" var2="0"/>
420 <action function="overlay">slideout</action>
421 </button>
422
423 <button>
424 <condition var1="tw_navbar_button_position" op="=" var2="1"/>
425 <placement x="%home_button_x_1%" y="%navbar_btn_y%" placement="4"/>
426 <image resource="home"/>
427 <condition var1="tw_busy" var2="0"/>
428 <action function="key">home</action>
429 </button>
430
431 <button>
432 <condition var1="tw_navbar_button_position" op="=" var2="1"/>
433 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
434 <placement x="%console_button_x_1%" y="%navbar_btn_y%" placement="4"/>
435 <image resource="console"/>
436 <condition var1="tw_busy" var2="0"/>
437 <action function="overlay">slideout</action>
438 </button>
439
440 <button>
441 <condition var1="tw_navbar_button_position" op="=" var2="1"/>
442 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
443 <placement x="%console_button_x_1%" y="%navbar_btn_y%" placement="4"/>
444 <image resource="back"/>
445 <condition var1="tw_busy" var2="0"/>
446 <action function="key">back</action>
447 </button>
448
449 <button>
450 <condition var1="tw_navbar_button_position" op="=" var2="2"/>
451 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
452 <placement x="%back_button_x_2%" y="%navbar_btn_y%" placement="4"/>
453 <image resource="back"/>
454 <condition var1="tw_busy" var2="0"/>
455 <action function="key">back</action>
456 </button>
457
458 <button>
459 <condition var1="tw_navbar_button_position" op="=" var2="2"/>
460 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
461 <placement x="%back_button_x_2%" y="%navbar_btn_y%" placement="4"/>
462 <image resource="console"/>
463 <condition var1="tw_busy" var2="0"/>
464 <action function="overlay">slideout</action>
465 </button>
466
467 <button>
468 <condition var1="tw_navbar_button_position" op="=" var2="2"/>
469 <placement x="%home_button_x_2%" y="%navbar_btn_y%" placement="4"/>
470 <image resource="home"/>
471 <condition var1="tw_busy" var2="0"/>
472 <action function="key">home</action>
473 </button>
474
475 <button>
476 <condition var1="tw_navbar_button_position" op="=" var2="2"/>
477 <condition var1="tw_samsung_navbar" op="!=" var2="1"/>
478 <placement x="%console_button_x_2%" y="%navbar_btn_y%" placement="4"/>
479 <image resource="console"/>
480 <condition var1="tw_busy" var2="0"/>
481 <action function="overlay">slideout</action>
482 </button>
483
484 <button>
485 <condition var1="tw_navbar_button_position" op="=" var2="2"/>
486 <condition var1="tw_samsung_navbar" op="=" var2="1"/>
487 <placement x="%console_button_x_2%" y="%navbar_btn_y%" placement="4"/>
488 <image resource="back"/>
489 <condition var1="tw_busy" var2="0"/>
490 <action function="key">back</action>
491 </button>
492
493 <action>
494 <touch key="power"/>
Matt Mower9472ba12016-01-20 18:12:47 -0600495 <action function="togglebacklight"/>
z31s1g56189522016-01-13 19:12:40 +0100496 </action>
497
498 <action>
499 <touch key="power+voldown"/>
500 <action function="screenshot"/>
501 </action>
502 </template>
503
504 <template name="progress_bar">
505 <progressbar>
506 <placement x="%progress_x%" y="%row16_y%"/>
507 <resource empty="progress_empty" full="progress_full"/>
508 <data name="ui_progress"/>
509 </progressbar>
510
511 <animation>
512 <placement x="%progress_x%" y="%row16_y%"/>
513 <resource name="progress"/>
514 <speed fps="24" render="2"/>
515 <loop frame="1"/>
516 </animation>
517 </template>
518
519 <template name="sort_options">
520 <image>
521 <placement x="%col_button_right%" y="%row1a_y%"/>
522 <image resource="main_button_half_width_low"/>
523 </image>
524
525 <image>
526 <placement x="%col_button_right%" y="%row4a_y%"/>
527 <image resource="main_button_half_width_low"/>
528 </image>
529
530 <image>
531 <placement x="%col_button_right%" y="%row7a_y%"/>
532 <image resource="main_button_half_width_low"/>
533 </image>
534
535 <button style="sort_asc">
536 <condition var1="tw_gui_sort_order" op="=" var2="1"/>
537 <placement x="%col_button_right%" y="%row1a_y%"/>
538 <text>{@sort_by_name=Sort by Name}</text>
539 <action function="set">tw_gui_sort_order=-1</action>
540 </button>
541
542 <button style="sort_desc">
543 <condition var1="tw_gui_sort_order" op="=" var2="-1"/>
544 <placement x="%col_button_right%" y="%row1a_y%"/>
545 <text>{@sort_by_name=Sort by Name}</text>
546 <action function="set">tw_gui_sort_order=1</action>
547 </button>
548
549 <button style="sort_empty">
550 <conditions>
551 <condition var1="tw_gui_sort_order" op="!=" var2="1"/>
552 <condition var1="tw_gui_sort_order" op="!=" var2="-1"/>
553 </conditions>
554 <placement x="%col_button_right%" y="%row1a_y%"/>
555 <text>{@sort_by_name=Sort by Name}</text>
556 <action function="set">tw_gui_sort_order=1</action>
557 </button>
558
559 <button style="sort_asc">
560 <condition var1="tw_gui_sort_order" op="=" var2="2"/>
561 <placement x="%col_button_right%" y="%row4a_y%"/>
562 <text>{@sort_by_date=Sort by Date}</text>
563 <action function="set">tw_gui_sort_order=-2</action>
564 </button>
565
566 <button style="sort_desc">
567 <condition var1="tw_gui_sort_order" op="=" var2="-2"/>
568 <placement x="%col_button_right%" y="%row4a_y%"/>
569 <text>{@sort_by_date=Sort by Date}</text>
570 <action function="set">tw_gui_sort_order=2</action>
571 </button>
572
573 <button style="sort_empty">
574 <conditions>
575 <condition var1="tw_gui_sort_order" op="!=" var2="2"/>
576 <condition var1="tw_gui_sort_order" op="!=" var2="-2"/>
577 </conditions>
578 <placement x="%col_button_right%" y="%row4a_y%"/>
579 <text>{@sort_by_date=Sort by Date}</text>
580 <action function="set">tw_gui_sort_order=2</action>
581 </button>
582
583 <button style="sort_asc">
584 <condition var1="tw_gui_sort_order" op="=" var2="3"/>
585 <placement x="%col_button_right%" y="%row7a_y%"/>
586 <text>{@sort_by_size=Sort by Size}</text>
587 <action function="set">tw_gui_sort_order=-3</action>
588 </button>
589
590 <button style="sort_desc">
591 <condition var1="tw_gui_sort_order" op="=" var2="-3"/>
592 <placement x="%col_button_right%" y="%row7a_y%"/>
593 <text>{@sort_by_size=Sort by Size}</text>
594 <action function="set">tw_gui_sort_order=3</action>
595 </button>
596
597 <button style="sort_empty">
598 <conditions>
599 <condition var1="tw_gui_sort_order" op="!=" var2="3"/>
600 <condition var1="tw_gui_sort_order" op="!=" var2="-3"/>
601 </conditions>
602 <placement x="%col_button_right%" y="%row7a_y%"/>
603 <text>{@sort_by_size=Sort by Size}</text>
604 <action function="set">tw_gui_sort_order=3</action>
605 </button>
606 </template>
607
608 <template name="tabs_settings">
609 <button style="tab">
610 <placement x="0" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
611 <text>{@tab_general=GENERAL}</text>
612 <action function="page">settings</action>
613 </button>
614
615 <button style="tab">
616 <placement x="%tab5_col2_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
617 <text>{@tab_time_zone=TIME ZONE}</text>
618 <action function="page">settings_timezone</action>
619 </button>
620
621 <button style="tab">
622 <placement x="%tab5_col3_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
623 <text>{@tab_screen=SCREEN}</text>
624 <action function="page">settings_screen</action>
625 </button>
626
627 <button style="tab">
628 <placement x="%tab5_col4_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
629 <text>{@tab_vibration=VIBRATION}</text>
630 <action function="page">settings_vibration</action>
631 </button>
632
633 <button style="tab">
634 <placement x="%tab5_col5_x%" y="%row1_y%" w="%tab5_width%" h="%tab_height%"/>
635 <text>{@tab_language=LANGUAGE}</text>
636 <action function="page">settings_language</action>
637 </button>
638 </template>
639
640 <template name="console">
641 <console>
642 <placement x="%col1_x_left%" y="%row2_y%" w="%content_width%" h="%console_height%"/>
643 </console>
644
645 <fill color="%fileselector_linecolor%">
646 <placement x="%col1_x_left%" y="row2_y" w="%content_width%" h="input_line_width" placement="1"/>
647 </fill>
648
649 <fill color="%fileselector_linecolor%">
650 <placement x="%col1_x_left%" y="row15_y" w="%content_width%" h="input_line_width"/>
651 </fill>
652 </template>
653
654 <template name="console_terminal">
655 <console>
656 <placement x="%col1_x_left%" y="%row3_header_y%" w="content_width" h="%console_terminal_height%"/>
657 </console>
658
659 <fill color="%fileselector_linecolor%">
660 <placement x="%col1_x_left%" y="%row3_header_y%" w="%content_width%" h="input_line_width" placement="1"/>
661 </fill>
662
663 <fill color="%fileselector_linecolor%">
664 <placement x="%col1_x_left%" y="row7_y" w="%content_width%" h="input_line_width"/>
665 </fill>
666 </template>
667
668 <template name="keyboardterminaltemplate">
669 <keyboard>
670 <condition var1="tw_hide_kb" op="=" var2="0"/>
671 <placement x="0" y="%keyboard_y%" w="800" h="192"/>
672 <keymargin x="4" y="4"/>
673 <background color="#111111"/>
674 <key-alphanumeric color="#111111" font="keylabel" textcolor="#EEEEEE"/>
675 <key-other color="#111111" font="keylabel-small" textcolor="#5b5b5bff"/>
676 <longpress font="keylabel-longpress" textcolor="#5b5b5bff" x="14" y="2"/>
677 <keylabel key="0:c:8" text="Bksp" resource="backspace_terminal"/>
678 <keylabel key="0:action" text="Enter" resource="enter_terminal"/>
679 <keylabel key=" " text="Space" resource="space_terminal"/>
680 <keylabel key="0:k:29" text="Ctrl"/>
681 <keylabel key="0:c:27" text="Esc"/>
682 <keylabel key="0:c:9" text="Tab"/>
683 <keylabel key="0:k:105" text="&lt;" resource="kb_arrow_left"/>
684 <keylabel key="0:k:108" text="v" resource="kb_arrow_down"/>
685 <keylabel key="0:k:103" text="^" resource="kb_arrow_up"/>
686 <keylabel key="0:k:106" text="&gt;" resource="kb_arrow_right"/>
687 <highlight color="%highlight_color%"/>
688 <capshighlight color="%highlight_color%"/>
689 <ctrlhighlight color="#0090CA80"/>
690 <layout1>
691 <keysize height="48" width="68"/>
692 <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"/>
693 <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"/>
694 <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"/>
695 <row4 key01="60:k:29" key02="102:layout3" key03="/" key04="340: " key05="." key06="102:action" key07="60:k:108"/>
696 <keylabel key="0:layout2" text="Shift" resource="shift_terminal"/>
697 <keylabel key="0:layout3" text="?123"/>
698 </layout1>
699 <layout2>
700 <keysize height="48" width="68" capslock="0" revert_layout="1"/>
701 <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"/>
702 <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"/>
703 <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"/>
704 <row4 key01="60:k:29" key02="102:layout3" key03="/" key04="340: " key05="." key06="102:action" key07="60:k:108"/>
705 <keylabel key="0:layout1" text="Shift" resource="shift_terminal_fill"/>
706 <keylabel key="0:layout3" text="?123"/>
707 </layout2>
708 <layout3>
709 <keysize height="48" width="68"/>
710 <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"/>
711 <row2 key01="60:c:9" key02="@" key03="#" key04="$" key05="%" key06="&amp;" key07="*" key08="-" key09="+" key10="(" key11=")" key12="60:k:105"/>
712 <row3 key01="60:" key02="102:layout4" key03="!" key04="68:c:34" key05="'" key06=":" key07=";" key08="/" key09="?" key10="102:c:8" key11="60:k:106"/>
713 <row4 key01="60:k:29" key02="102:layout1" key03="," key04="340: " key05="." key06="102:action" key07="60:k:108"/>
714 <keylabel key="0:layout1" text="ABC"/>
715 <keylabel key="0:layout4" text="~\{"/>
716 </layout3>
717 <layout4>
718 <keysize height="48" width="68"/>
719 <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"/>
720 <row2 key01="60:c:9" key02="68:" key03="68:" key04="68:" key05="68:" key06="68:" key07="^" key08="_" key09="=" key10="[" key11="]" key12="60:k:105"/>
721 <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"/>
722 <row4 key01="60:k:29" key02="102:layout1" key03="68:c:34" key04="340: " key05="." key06="102:action" key07="60:k:108"/>
723 <keylabel key="0:layout1" text="ABC"/>
724 <keylabel key="0:layout3" text="?123"/>
725 </layout4>
726 </keyboard>
727 </template>
728
729 <template name="keyboardtemplate">
730 <keyboard>
731 <placement x="0" y="%keyboard_y%" w="800" h="192"/>
732 <keymargin x="4" y="4"/>
733 <background color="#111111"/>
734 <key-alphanumeric color="#111111" font="keylabel" textcolor="#EEEEEE"/>
735 <key-other color="#111111" font="keylabel-small" textcolor="#5b5b5bff"/>
736 <longpress font="keylabel-longpress" textcolor="#5b5b5bff" x="14" y="2"/>
737 <keylabel key="0:c:8" text="Bksp" resource="backspace"/>
738 <keylabel key="0:action" text="Enter" resource="enter"/>
739 <keylabel key=" " text="Space" resource="space"/>
740 <highlight color="%highlight_color%"/>
741 <capshighlight color="%highlight_color%"/>
742 <layout1>
743 <keysize height="48" width="80"/>
744 <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"/>
745 <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:"/>
746 <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"/>
747 <row4 key01="120:layout3" key02="/" key03="400: " key04="." key05="120:action"/>
748 <keylabel key="0:layout2" text="Shift" resource="shift"/>
749 <keylabel key="0:layout3" text="?123"/>
750 </layout1>
751 <layout2>
752 <keysize height="48" width="80" capslock="0" revert_layout="1"/>
753 <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"/>
754 <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:"/>
755 <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"/>
756 <row4 key01="120:layout3" key02="/" key03="400: " key04="." key05="120:action"/>
757 <keylabel key="0:layout1" text="Shift" resource="shift_fill"/>
758 <keylabel key="0:layout3" text="?123"/>
759 </layout2>
760 <layout3>
761 <keysize height="48" width="80"/>
762 <row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0"/>
763 <row2 key01="@" key02="#" key03="$" key04="%" key05="&amp;" key06="*" key07="-" key08="+" key09="(" key10=")"/>
764 <row3 key01="120:layout4" key02="!" key03="80:c:34" key04="'" key05=":" key06=";" key07="/" key08="?" key09="120:c:8"/>
765 <row4 key01="120:layout1" key02="," key03="400: " key04="." key05="120:action"/>
766 <keylabel key="0:layout1" text="ABC"/>
767 <keylabel key="0:layout4" text="~\{"/>
768 </layout3>
769 <layout4>
770 <keysize height="48" width="80"/>
771 <row1 key01="~" key02="`" key03="|" key04="80:" key05="80:" key06="80:" key07="%" key08="80:" key09="{" key10="}"/>
772 <row2 key01="80:" key02="80:" key03="80:" key04="80:" key05="80:" key06="^" key07="_" key08="=" key09="[" key10="]"/>
773 <row3 key01="120:layout3" key02="80:" key03="80:" key04="80:" key05="80:" key06="\" key07="&lt;" key08="&gt;" key09="120:c:8"/>
774 <row4 key01="120:layout1" key02="80:c:34" key03="400: " key04="." key05="120:action"/>
775 <keylabel key="0:layout1" text="ABC"/>
776 <keylabel key="0:layout3" text="?123"/>
777 </layout4>
778 </keyboard>
779 </template>
Captain Throwbackfec0c3b2021-11-04 15:50:36 -0400780
781 <template name="keyboardnum">
782 <keyboard>
783 <placement x="0" y="%keyboard_y%" w="800" h="192"/>
784 <keymargin x="4" y="4"/>
785 <background color="#111111"/>
786 <key-alphanumeric color="#111111" font="keylabel" textcolor="#EEEEEE"/>
787 <key-other color="#111111" font="keylabel-small" textcolor="#5b5b5bff"/>
788 <longpress font="keylabel-longpress" textcolor="#5b5b5bff" x="14" y="2"/>
789 <keylabel key="0:c:8" text="Bksp" resource="backspace"/>
790 <keylabel key="0:action" text="Enter" resource="enter"/>
791 <keylabel key=" " text="Space" resource="space"/>
792 <highlight color="%highlight_color%"/>
793 <capshighlight color="%highlight_color%"/>
794 <layout1>
795 <keysize height="47" width="158"/>
796 <row1 key01="164:" key02="1" key03="2" key04="3" key05="164:"/>
797 <row2 key01="164:" key02="4" key03="5" key04="6" key05="164:"/>
798 <row3 key01="164:" key02="7" key03="8" key04="9" key05="164:"/>
799 <row4 key01="164:" key02="158:c:8" key03="0" key04="159:action" key05="164:"/>
800 </layout1>
801 </keyboard>
802 </template>
z31s1g56189522016-01-13 19:12:40 +0100803 </templates>
804</recovery>