blob: ea0cf77cd7f6abd1837c09356155a6db955883f4 [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="854" />
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>
17 <resource name="font" type="font" filename="Roboto-Regular-20" />
Dees_Troyb46a6842012-09-25 11:06:46 -040018 <resource name="mediumfont" type="font" filename="Roboto-Regular-20" />
Dees_Troy51a0e822012-09-05 15:24:24 -040019 <resource name="filelist" type="font" filename="Roboto-Regular-20" />
20 <resource name="top_bar" type="image" filename="top-bar.jpg" />
21 <resource name="main_button" type="image" filename="menu-button" />
22 <resource name="file_icon" type="image" filename="file" />
23 <resource name="folder_icon" type="image" filename="folder" />
24 <resource name="slideout" type="image" filename="slideout" />
25 <resource name="progress" type="animation" filename="indeterminate" />
26 <resource name="progress_empty" type="image" filename="progress_empty" />
27 <resource name="progress_full" type="image" filename="progress_fill" />
28 <resource name="checkbox_false" type="image" filename="checkbox_empty" />
29 <resource name="checkbox_true" type="image" filename="checkbox_checked" />
30 <resource name="radio_false" type="image" filename="radio_empty" />
31 <resource name="radio_true" type="image" filename="radio_selected" />
32 <resource name="medium_button" type="image" filename="medium-button" />
33 <resource name="sort_button" type="image" filename="sort-button" />
34 <resource name="minus_button" type="image" filename="minus-button" />
35 <resource name="plus_button" type="image" filename="plus-button" />
36 <resource name="home_icon" type="image" filename="home-icon" />
37 <resource name="back_icon" type="image" filename="back-icon" />
38 <resource name="slider" type="image" filename="slider" />
39 <resource name="slider-used" type="image" filename="slider-used" />
40 <resource name="slider-touch" type="image" filename="slider-touch" />
41 <resource name="unlock-icon" type="image" filename="unlock" />
42 <resource name="keyboard1" type="image" filename="keyboard1" />
43 <resource name="keyboard2" type="image" filename="keyboard2" />
44 <resource name="keyboard3" type="image" filename="keyboard3" />
45 <resource name="keyboard4" type="image" filename="keyboard4" />
Vojtech Bocek1fc30fc2014-01-29 18:37:19 +010046 <resource name="cursor" type="image" filename="cursor" />
Dees_Troy51a0e822012-09-05 15:24:24 -040047 </resources>
48
49 <variables>
Dees_Troy51a0e822012-09-05 15:24:24 -040050 <variable name="col1_x" value="10" />
51 <variable name="col2_x" value="240" />
52 <variable name="col_center_x" value="128" />
53 <variable name="center_x" value="240" />
54 <variable name="row1_y" value="140" />
55 <variable name="row2_y" value="290" />
56 <variable name="row3_y" value="450" />
57 <variable name="row4_y" value="610" />
58 <variable name="row_queue_y" value="510" />
59 <variable name="row1_header_y" value="110" />
60 <variable name="row1_text_y" value="140" />
61 <variable name="row2_text_y" value="170" />
62 <variable name="row3_text_y" value="200" />
63 <variable name="row4_text_y" value="230" />
64 <variable name="row5_text_y" value="260" />
65 <variable name="row6_text_y" value="290" />
66 <variable name="row7_text_y" value="320" />
67 <variable name="row8_text_y" value="350" />
68 <variable name="row9_text_y" value="380" />
69 <variable name="row10_text_y" value="410" />
70 <variable name="row11_text_y" value="440" />
71 <variable name="row12_text_y" value="480" />
72 <variable name="row13_text_y" value="510" />
73 <variable name="row14_text_y" value="540" />
74 <variable name="row15_text_y" value="570" />
75 <variable name="row16_text_y" value="600" />
76 <variable name="row17_text_y" value="630" />
77 <variable name="row18_text_y" value="660" />
78 <variable name="zip_status_y" value="585" />
79 <variable name="tz_selected_y" value="110" />
80 <variable name="tz_set_y" value="580" />
81 <variable name="tz_current_y" value="730" />
82 <variable name="col_progressbar_x" value="114" />
83 <variable name="row_progressbar_y" value="720" />
84 <variable name="col1_medium_x" value="10" />
85 <variable name="col2_medium_x" value="125" />
86 <variable name="col3_medium_x" value="240" />
87 <variable name="col4_medium_x" value="355" />
88 <variable name="row1_medium_y" value="130" />
89 <variable name="row2_medium_y" value="205" />
90 <variable name="row3_medium_y" value="280" />
91 <variable name="row4_medium_y" value="355" />
92 <variable name="row5_medium_y" value="430" />
93 <variable name="row6_medium_y" value="505" />
94 <variable name="row7_medium_y" value="580" />
95 <variable name="slider_x" value="58" />
96 <variable name="slider_y" value="680" />
97 <variable name="slider_text_y" value="721" />
98 <variable name="button_text_color" value="#AAAAAA" />
99 <variable name="text_color" value="#FFFFFF" />
100 <variable name="text_success_color" value="#33B5E5" />
101 <variable name="text_fail_color" value="#FF0101" />
Dees_Troy1a7a6672013-02-15 09:39:07 -0600102 <variable name="highlight_color" value="#90909080" />
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600103 <variable name="caps_highlight_color" value="#33B5E580" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400104 <variable name="home_button_x" value="10" />
105 <variable name="home_button_y" value="820" />
106 <variable name="back_button_x" value="413" />
107 <variable name="back_button_y" value="820" />
108 <variable name="sort_asc_text_y" value="739" />
109 <variable name="sort_asc_button_y" value="739" />
110 <variable name="sort_desc_text_y" value="779" />
111 <variable name="sort_desc_button_y" value="779" />
112 <variable name="sort_col1_button_x" value="180" />
113 <variable name="sort_col2_button_x" value="240" />
114 <variable name="sort_col3_button_x" value="300" />
115 <variable name="input_width" value="460" />
116 <variable name="input_height" value="40" />
117 <variable name="input_background_color" value="#303030" />
118 <variable name="input_cursor_color" value="#33B5E5" />
119 <variable name="input_cursor_width" value="3" />
120 <variable name="console_x" value="0" />
121 <variable name="console_width" value="480" />
122 <variable name="console_foreground" value="#A0A0A0" />
Ethan Yonkerbf2cb1c2014-07-02 10:15:54 -0500123 <variable name="warning" value="#F8F8A0" />
124 <variable name="error" value="#FF4040" />
125 <variable name="highlight" value="#33B5E5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400126 <variable name="console_background" value="#303030" />
127 <variable name="console_scroll" value="#303030" />
128 <variable name="console_action_height" value="320" />
129 <variable name="console_install_height" value="440" />
130 <variable name="console_installdone_height" value="300" />
131 <variable name="fileselector_x" value="5" />
132 <variable name="fileselector_width" value="470" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500133 <variable name="fileselector_install_height" value="534" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400134 <variable name="fileselector_header_background" value="#202020" />
135 <variable name="fileselector_header_textcolor" value="#AAAAAA" />
136 <variable name="fileselector_header_separatorcolor" value="#33B5E5" />
137 <variable name="fileselector_header_separatorheight" value="3" />
138 <variable name="fileselector_separatorcolor" value="#505050" />
139 <variable name="fileselector_separatorheight" value="2" />
140 <variable name="fileselector_background" value="#303030" />
Dees_Troye7585ca2013-02-15 11:42:29 -0600141 <variable name="fileselector_highlight_color" value="#505050" />
142 <variable name="fileselector_highlight_font_color" value="#33B5E5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400143 <variable name="fileselector_spacing" value="18" />
Vojtech Bocek7cc278b2013-02-24 01:40:19 +0100144 <variable name="fastscroll_linecolor" value="#808080" />
145 <variable name="fastscroll_rectcolor" value="#808080" />
146 <variable name="fastscroll_w" value="40" />
147 <variable name="fastscroll_linew" value="2" />
148 <variable name="fastscroll_rectw" value="27" />
149 <variable name="fastscroll_recth" value="47" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400150 <variable name="listbox_x" value="5" />
151 <variable name="listbox_width" value="470" />
Dees_Troyeead9852013-02-15 14:31:06 -0600152 <variable name="listbox_tz_height" value="310" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400153 <variable name="listbox_background" value="#303030" />
154 <variable name="listbox_spacing" value="18" />
155 <variable name="sd_plus_x" value="280" />
156 <variable name="sdext_text_x" value="84" />
157 <variable name="sdext_text_y" value="150" />
158 <variable name="sdswap_button_y" value="185" />
159 <variable name="sdswap_text_x" value="84" />
160 <variable name="sdswap_text_y" value="195" />
161 <variable name="sdfilesystem_text_y" value="240" />
162 <variable name="sdfilesystem_button_y" value="280" />
163 <variable name="lock_x" value="40" />
164 <variable name="lock_y" value="200" />
165 <variable name="filemanager_select_x" value="365" />
166 <variable name="filemanager_select_y" value="744" />
167 <variable name="backup_name_y" value="350" />
168 <variable name="terminal_console_height" value="424" />
169 <variable name="terminal_text_y" value="444" />
170 <variable name="terminal_button_y" value="434" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400171 <variable name="row_dst_text_y" value="440" />
172 <variable name="row_offset_text_y" value="480" />
173 <variable name="row_offset_medium_y" value="505" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500174 <variable name="button_fill_color" value="#303030" />
175 <variable name="button_fill_full_width" value="455" />
176 <variable name="button_fill_main_width" value="225" />
177 <variable name="button_fill_main_height" value="135" />
178 <variable name="button_fill_half_height" value="67" />
179 <variable name="button_fill_quarter_height" value="34" />
Dees_Troy83bd4832013-05-04 12:39:56 +0000180 <variable name="backup_list_height" value="300" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500181 <variable name="backup_button_row1" value="480" />
182 <variable name="backup_button_row2" value="520" />
183 <variable name="mount_list_height" value="380" />
184 <variable name="mount_storage_row" value="500" />
185 <variable name="storage_list_height" value="400" />
Ethan Yonker87c7bac2014-05-25 21:41:08 -0500186 <variable name="wipe_list_height" value="460" />
187 <variable name="wipe_button_row1" value="600" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500188 <variable name="wipe_button_y" value="400" />
Vojtech Bocek85932342013-04-01 22:11:33 +0200189 <variable name="slidervalue_w" value="460" />
190 <variable name="slidervalue_line_clr" value="#FFFFFF" />
191 <variable name="slidervalue_slider_clr" value="#33B5E5" />
192 <variable name="slidervalue_lineh" value="1" />
193 <variable name="slidervalue_padding" value="13" />
194 <variable name="slidervalue_sliderw" value="7" />
195 <variable name="slidervalue_sliderh" value="40" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400196 </variables>
197
Vojtech Bocek1fc30fc2014-01-29 18:37:19 +0100198 <mousecursor>
199 <placement w="15" h="15" />
200 <background color="#FFFF00FF" resource="cursor" />
201 <speed multiplier="1.5" />
202 </mousecursor>
203
Dees_Troy51a0e822012-09-05 15:24:24 -0400204 <templates>
205 <template name="header">
206 <background color="%backgroundcolor%" />
207
208 <object type="image">
209 <image resource="top_bar" />
210 <placement x="0" y="0" />
211 </object>
212
213 <object type="text" color="%text_color%">
214 <font resource="font" />
215 <placement x="100" y="10" />
216 <text>Team Win Recovery Project v%tw_version%</text>
217 </object>
218
219 <object type="text" color="%text_color%">
220 <condition var1="tw_simulate_actions" var2="1" />
221 <font resource="font" />
222 <placement x="100" y="40" />
223 <text>SIMULATING ACTIONS</text>
224 </object>
225
226 <object type="text" color="%text_color%">
227 <font resource="font" />
228 <placement x="100" y="70" />
229 <text>%tw_time%</text>
230 </object>
231
232 <object type="text" color="%text_color%">
233 <font resource="font" />
234 <placement x="250" y="70" />
235 <conditions>
236 <condition var1="tw_no_battery_percent" var2="0" />
237 <condition var1="tw_battery" op=">" var2="0" />
238 <condition var1="tw_battery" op="<" var2="101" />
239 </conditions>
240 <text>Battery: %tw_battery%</text>
241 </object>
242
243 <object type="button">
244 <placement x="%home_button_x%" y="%home_button_y%" />
245 <font resource="font" color="%button_text_color%" />
246 <text></text>
247 <image resource="home_icon" />
248 <condition var1="tw_busy" var2="0" />
249 <action function="key">home</action>
250 </object>
251
252 <object type="button">
253 <placement x="%back_button_x%" y="%back_button_y%" />
254 <font resource="font" color="%button_text_color%" />
255 <text></text>
256 <image resource="back_icon" />
257 <condition var1="tw_busy" var2="0" />
258 <action function="key">back</action>
259 </object>
260
261 <object type="action">
262 <touch key="power" />
263 <action function="overlay">lock</action>
264 </object>
Vojtech Bocek03fd6c52014-03-13 18:46:34 +0100265
266 <object type="action">
267 <touch key="power+voldown" />
268 <action function="screenshot" />
269 </object>
Dees_Troy51a0e822012-09-05 15:24:24 -0400270 </template>
271
272 <template name="progress_bar">
273 <object type="progressbar">
274 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
Matt Mowerfb1c4ff2014-04-16 13:43:36 -0500275 <resource empty="progress_empty" full="progress_full" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400276 <data name="ui_progress" />
277 </object>
278
279 <object type="animation">
280 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
281 <resource name="progress" />
282 <speed fps="15" render="2" />
283 <loop frame="1" />
284 </object>
285 </template>
286
287 <template name="action_page_console">
288 <object type="console">
289 <placement x="%console_x%" y="%row2_y%" w="%console_width%" h="%console_action_height%" />
290 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
291 <font resource="fixed" />
292 </object>
293 </template>
294
295 <template name="sort_options">
296 <object type="text" color="%text_color%">
297 <font resource="font" />
298 <placement x="%col1_x%" y="%sort_asc_text_y%" />
299 <text>Sort Ascending:</text>
300 </object>
301
302 <object type="button">
303 <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000304 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400305 <text>Name</text>
306 <image resource="sort_button" />
307 <action function="set">tw_gui_sort_order=1</action>
308 </object>
309
310 <object type="button">
311 <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000312 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400313 <text>Date</text>
314 <image resource="sort_button" />
315 <action function="set">tw_gui_sort_order=2</action>
316 </object>
317
318 <object type="button">
319 <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000320 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400321 <text>Size</text>
322 <image resource="sort_button" />
323 <action function="set">tw_gui_sort_order=3</action>
324 </object>
325
326 <object type="text" color="%text_color%">
327 <font resource="font" />
328 <placement x="%col1_x%" y="%sort_desc_text_y%" />
329 <text>Sort Descending:</text>
330 </object>
331
332 <object type="button">
333 <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000334 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400335 <text>Name</text>
336 <image resource="sort_button" />
337 <action function="set">tw_gui_sort_order=-1</action>
338 </object>
339
340 <object type="button">
341 <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000342 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400343 <text>Date</text>
344 <image resource="sort_button" />
345 <action function="set">tw_gui_sort_order=-2</action>
346 </object>
347
348 <object type="button">
349 <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000350 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400351 <text>Size</text>
352 <image resource="sort_button" />
353 <action function="set">tw_gui_sort_order=-3</action>
354 </object>
355 </template>
356
357 <template name="footer">
358 <object type="console">
359 <slideout resource="slideout" x="210" y="814" />
360 <placement x="%console_x%" y="0" w="%console_width%" h="814" />
361 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
362 <font resource="fixed" />
363 </object>
364 </template>
365
366 <template name="keyboardtemplate">
367 <object type="keyboard">
368 <placement x="0" y="504" />
369 <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" />
Dees_Troy1a7a6672013-02-15 09:39:07 -0600370 <highlight color="%highlight_color%" />
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600371 <capshighlight color="%caps_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400372 <layout1>
373 <keysize height="78" width="48" />
374 <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" />
375 <row2 key01="72:a" key02="s" key03="d" key04="f" key05="g" key06="h" key07="j" key08="k" key09="72:l" />
376 <row3 key01="72:layout2" key02="z" key03="x" key04="c" key05="v" key06="b" key07="n" key08="m" key09="72:c:8" />
377 <row4 key01="72:layout3" key02="48:" key03="240: " key04="48:." key05="72:a:action" />
378 </layout1>
379 <layout2>
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600380 <keysize height="78" width="48" capslock="0" revert_layout="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400381 <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" />
382 <row2 key01="72:A" key02="S" key03="D" key04="F" key05="G" key06="H" key07="J" key08="K" key09="72:L" />
383 <row3 key01="72:layout1" key02="Z" key03="X" key04="C" key05="V" key06="B" key07="N" key08="M" key09="72:c:8" />
384 <row4 key01="72:layout3" key02="48:" key03="240: " key04="48:." key05="72:action" />
385 </layout2>
386 <layout3>
387 <keysize height="78" width="48" />
388 <row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0" />
389 <row2 key01="@" key02="#" key03="$" key04="%" key05="&" key06="*" key07="-" key08="+" key09="(" key10=")" />
390 <row3 key01="72:layout4" key02="!" key03="48:c:34" key04="'" key05=":" key06=";" key07="/" key08="?" key09="72:c:8" />
391 <row4 key01="72:layout1" key02="48:," key03="240: " key04="48:." key05="72:action" />
392 </layout3>
393 <layout4>
394 <keysize height="78" width="48" />
395 <row1 key01="~" key02="`" key03="|" key04="48:" key05="48:" key06="48:" key07="%" key08="48:" key09="{" key10="}" />
396 <row2 key01="48:" key02="48:" key03="48:" key04="48:" key05="48:" key06="^" key07="_" key08="=" key09="[" key10="]" />
397 <row3 key01="72:layout3" key02="48:" key03="48:" key04="48:" key05="48:" key06="\" key07="<" key08=">" key09="72:c:8" />
398 <row4 key01="72:layout1" key02="48:c:34" key03="240: " key04="48:." key05="72:action" />
399 </layout4>
400 </object>
401 </template>
402 </templates>
Dees_Troy51a0e822012-09-05 15:24:24 -0400403</recovery>