blob: dd7efd7208ed9b195fef18652823cd6040f2588c [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>
Vojtech Bocek76ee9032014-09-07 15:01:56 +020017 <resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="20" fallback="Roboto-Regular-20" />
18 <resource name="mediumfont" type="font" filename="RobotoCondensed-Regular.ttf" size="20" fallback="Roboto-Regular-20" />
19 <resource name="filelist" type="font" filename="RobotoCondensed-Regular.ttf" size="20" fallback="Roboto-Regular-20" />
Dees_Troy51a0e822012-09-05 15:24:24 -040020 <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" />
Ethan Yonker96af84a2015-01-05 14:58:36 -060079 <variable name="flash_list_height" value="210" />
Dees_Troy51a0e822012-09-05 15:24:24 -040080 <variable name="tz_selected_y" value="110" />
81 <variable name="tz_set_y" value="580" />
82 <variable name="tz_current_y" value="730" />
83 <variable name="col_progressbar_x" value="114" />
84 <variable name="row_progressbar_y" value="720" />
85 <variable name="col1_medium_x" value="10" />
86 <variable name="col2_medium_x" value="125" />
87 <variable name="col3_medium_x" value="240" />
88 <variable name="col4_medium_x" value="355" />
89 <variable name="row1_medium_y" value="130" />
90 <variable name="row2_medium_y" value="205" />
91 <variable name="row3_medium_y" value="280" />
92 <variable name="row4_medium_y" value="355" />
93 <variable name="row5_medium_y" value="430" />
94 <variable name="row6_medium_y" value="505" />
95 <variable name="row7_medium_y" value="580" />
96 <variable name="slider_x" value="58" />
97 <variable name="slider_y" value="680" />
98 <variable name="slider_text_y" value="721" />
99 <variable name="button_text_color" value="#AAAAAA" />
100 <variable name="text_color" value="#FFFFFF" />
101 <variable name="text_success_color" value="#33B5E5" />
102 <variable name="text_fail_color" value="#FF0101" />
Dees_Troy1a7a6672013-02-15 09:39:07 -0600103 <variable name="highlight_color" value="#90909080" />
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600104 <variable name="caps_highlight_color" value="#33B5E580" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400105 <variable name="home_button_x" value="10" />
106 <variable name="home_button_y" value="820" />
107 <variable name="back_button_x" value="413" />
108 <variable name="back_button_y" value="820" />
109 <variable name="sort_asc_text_y" value="739" />
110 <variable name="sort_asc_button_y" value="739" />
111 <variable name="sort_desc_text_y" value="779" />
112 <variable name="sort_desc_button_y" value="779" />
113 <variable name="sort_col1_button_x" value="180" />
114 <variable name="sort_col2_button_x" value="240" />
115 <variable name="sort_col3_button_x" value="300" />
116 <variable name="input_width" value="460" />
117 <variable name="input_height" value="40" />
118 <variable name="input_background_color" value="#303030" />
119 <variable name="input_cursor_color" value="#33B5E5" />
120 <variable name="input_cursor_width" value="3" />
121 <variable name="console_x" value="0" />
122 <variable name="console_width" value="480" />
123 <variable name="console_foreground" value="#A0A0A0" />
Ethan Yonkerbf2cb1c2014-07-02 10:15:54 -0500124 <variable name="warning" value="#F8F8A0" />
125 <variable name="error" value="#FF4040" />
126 <variable name="highlight" value="#33B5E5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400127 <variable name="console_background" value="#303030" />
128 <variable name="console_scroll" value="#303030" />
129 <variable name="console_action_height" value="320" />
130 <variable name="console_install_height" value="440" />
131 <variable name="console_installdone_height" value="300" />
132 <variable name="fileselector_x" value="5" />
133 <variable name="fileselector_width" value="470" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500134 <variable name="fileselector_install_height" value="534" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400135 <variable name="fileselector_header_background" value="#202020" />
136 <variable name="fileselector_header_textcolor" value="#AAAAAA" />
137 <variable name="fileselector_header_separatorcolor" value="#33B5E5" />
138 <variable name="fileselector_header_separatorheight" value="3" />
139 <variable name="fileselector_separatorcolor" value="#505050" />
140 <variable name="fileselector_separatorheight" value="2" />
141 <variable name="fileselector_background" value="#303030" />
Dees_Troye7585ca2013-02-15 11:42:29 -0600142 <variable name="fileselector_highlight_color" value="#505050" />
143 <variable name="fileselector_highlight_font_color" value="#33B5E5" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400144 <variable name="fileselector_spacing" value="18" />
Vojtech Bocek7cc278b2013-02-24 01:40:19 +0100145 <variable name="fastscroll_linecolor" value="#808080" />
146 <variable name="fastscroll_rectcolor" value="#808080" />
147 <variable name="fastscroll_w" value="40" />
148 <variable name="fastscroll_linew" value="2" />
149 <variable name="fastscroll_rectw" value="27" />
150 <variable name="fastscroll_recth" value="47" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400151 <variable name="listbox_x" value="5" />
152 <variable name="listbox_width" value="470" />
Dees_Troyeead9852013-02-15 14:31:06 -0600153 <variable name="listbox_tz_height" value="310" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400154 <variable name="listbox_background" value="#303030" />
155 <variable name="listbox_spacing" value="18" />
156 <variable name="sd_plus_x" value="280" />
157 <variable name="sdext_text_x" value="84" />
158 <variable name="sdext_text_y" value="150" />
159 <variable name="sdswap_button_y" value="185" />
160 <variable name="sdswap_text_x" value="84" />
161 <variable name="sdswap_text_y" value="195" />
162 <variable name="sdfilesystem_text_y" value="240" />
163 <variable name="sdfilesystem_button_y" value="280" />
164 <variable name="lock_x" value="40" />
165 <variable name="lock_y" value="200" />
166 <variable name="filemanager_select_x" value="365" />
167 <variable name="filemanager_select_y" value="744" />
168 <variable name="backup_name_y" value="350" />
169 <variable name="terminal_console_height" value="424" />
170 <variable name="terminal_text_y" value="444" />
171 <variable name="terminal_button_y" value="434" />
Dees_Troyb46a6842012-09-25 11:06:46 -0400172 <variable name="row_dst_text_y" value="440" />
173 <variable name="row_offset_text_y" value="480" />
174 <variable name="row_offset_medium_y" value="505" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500175 <variable name="button_fill_color" value="#303030" />
176 <variable name="button_fill_full_width" value="455" />
177 <variable name="button_fill_main_width" value="225" />
178 <variable name="button_fill_main_height" value="135" />
179 <variable name="button_fill_half_height" value="67" />
180 <variable name="button_fill_quarter_height" value="34" />
Dees_Troy83bd4832013-05-04 12:39:56 +0000181 <variable name="backup_list_height" value="300" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500182 <variable name="backup_button_row1" value="480" />
183 <variable name="backup_button_row2" value="520" />
184 <variable name="mount_list_height" value="380" />
185 <variable name="mount_storage_row" value="500" />
186 <variable name="storage_list_height" value="400" />
Ethan Yonker87c7bac2014-05-25 21:41:08 -0500187 <variable name="wipe_list_height" value="460" />
188 <variable name="wipe_button_row1" value="600" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500189 <variable name="wipe_button_y" value="400" />
Vojtech Bocek85932342013-04-01 22:11:33 +0200190 <variable name="slidervalue_w" value="460" />
191 <variable name="slidervalue_line_clr" value="#FFFFFF" />
192 <variable name="slidervalue_slider_clr" value="#33B5E5" />
193 <variable name="slidervalue_lineh" value="1" />
194 <variable name="slidervalue_padding" value="13" />
195 <variable name="slidervalue_sliderw" value="7" />
196 <variable name="slidervalue_sliderh" value="40" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400197 </variables>
198
Vojtech Bocek1fc30fc2014-01-29 18:37:19 +0100199 <mousecursor>
200 <placement w="15" h="15" />
201 <background color="#FFFF00FF" resource="cursor" />
202 <speed multiplier="1.5" />
203 </mousecursor>
204
Dees_Troy51a0e822012-09-05 15:24:24 -0400205 <templates>
206 <template name="header">
207 <background color="%backgroundcolor%" />
208
209 <object type="image">
210 <image resource="top_bar" />
211 <placement x="0" y="0" />
212 </object>
213
214 <object type="text" color="%text_color%">
215 <font resource="font" />
216 <placement x="100" y="10" />
217 <text>Team Win Recovery Project v%tw_version%</text>
218 </object>
219
220 <object type="text" color="%text_color%">
221 <condition var1="tw_simulate_actions" var2="1" />
222 <font resource="font" />
223 <placement x="100" y="40" />
224 <text>SIMULATING ACTIONS</text>
225 </object>
226
227 <object type="text" color="%text_color%">
228 <font resource="font" />
229 <placement x="100" y="70" />
230 <text>%tw_time%</text>
231 </object>
232
233 <object type="text" color="%text_color%">
234 <font resource="font" />
Jenkins1710bf22014-10-02 20:22:21 -0400235 <placement x="190" y="70" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400236 <conditions>
237 <condition var1="tw_no_battery_percent" var2="0" />
238 <condition var1="tw_battery" op=">" var2="0" />
239 <condition var1="tw_battery" op="<" var2="101" />
240 </conditions>
241 <text>Battery: %tw_battery%</text>
242 </object>
243
Jenkins1710bf22014-10-02 20:22:21 -0400244 <object type="text" color="%text_color%">
245 <font resource="font" />
246 <placement x="350" y="70" />
247 <conditions>
248 <condition var1="tw_no_cpu_temp" var2="0" />
249 </conditions>
250 <text>CPU: %tw_cpu_temp% C</text>
251 </object>
252
Dees_Troy51a0e822012-09-05 15:24:24 -0400253 <object type="button">
254 <placement x="%home_button_x%" y="%home_button_y%" />
255 <font resource="font" color="%button_text_color%" />
256 <text></text>
257 <image resource="home_icon" />
258 <condition var1="tw_busy" var2="0" />
259 <action function="key">home</action>
260 </object>
261
262 <object type="button">
263 <placement x="%back_button_x%" y="%back_button_y%" />
264 <font resource="font" color="%button_text_color%" />
265 <text></text>
266 <image resource="back_icon" />
267 <condition var1="tw_busy" var2="0" />
268 <action function="key">back</action>
269 </object>
270
271 <object type="action">
272 <touch key="power" />
273 <action function="overlay">lock</action>
274 </object>
Vojtech Bocek03fd6c52014-03-13 18:46:34 +0100275
276 <object type="action">
277 <touch key="power+voldown" />
278 <action function="screenshot" />
279 </object>
Dees_Troy51a0e822012-09-05 15:24:24 -0400280 </template>
281
282 <template name="progress_bar">
283 <object type="progressbar">
284 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
Matt Mowerfb1c4ff2014-04-16 13:43:36 -0500285 <resource empty="progress_empty" full="progress_full" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400286 <data name="ui_progress" />
287 </object>
288
289 <object type="animation">
290 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
291 <resource name="progress" />
292 <speed fps="15" render="2" />
293 <loop frame="1" />
294 </object>
295 </template>
296
297 <template name="action_page_console">
298 <object type="console">
299 <placement x="%console_x%" y="%row2_y%" w="%console_width%" h="%console_action_height%" />
300 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
301 <font resource="fixed" />
302 </object>
303 </template>
304
305 <template name="sort_options">
306 <object type="text" color="%text_color%">
307 <font resource="font" />
308 <placement x="%col1_x%" y="%sort_asc_text_y%" />
309 <text>Sort Ascending:</text>
310 </object>
311
312 <object type="button">
313 <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000314 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400315 <text>Name</text>
316 <image resource="sort_button" />
317 <action function="set">tw_gui_sort_order=1</action>
318 </object>
319
320 <object type="button">
321 <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000322 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400323 <text>Date</text>
324 <image resource="sort_button" />
325 <action function="set">tw_gui_sort_order=2</action>
326 </object>
327
328 <object type="button">
329 <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000330 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400331 <text>Size</text>
332 <image resource="sort_button" />
333 <action function="set">tw_gui_sort_order=3</action>
334 </object>
335
336 <object type="text" color="%text_color%">
337 <font resource="font" />
338 <placement x="%col1_x%" y="%sort_desc_text_y%" />
339 <text>Sort Descending:</text>
340 </object>
341
342 <object type="button">
343 <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000344 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400345 <text>Name</text>
346 <image resource="sort_button" />
347 <action function="set">tw_gui_sort_order=-1</action>
348 </object>
349
350 <object type="button">
351 <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000352 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400353 <text>Date</text>
354 <image resource="sort_button" />
355 <action function="set">tw_gui_sort_order=-2</action>
356 </object>
357
358 <object type="button">
359 <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000360 <font resource="font" color="%button_text_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400361 <text>Size</text>
362 <image resource="sort_button" />
363 <action function="set">tw_gui_sort_order=-3</action>
364 </object>
365 </template>
366
367 <template name="footer">
368 <object type="console">
369 <slideout resource="slideout" x="210" y="814" />
370 <placement x="%console_x%" y="0" w="%console_width%" h="814" />
371 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
372 <font resource="fixed" />
373 </object>
374 </template>
375
376 <template name="keyboardtemplate">
377 <object type="keyboard">
378 <placement x="0" y="504" />
379 <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" />
Dees_Troy1a7a6672013-02-15 09:39:07 -0600380 <highlight color="%highlight_color%" />
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600381 <capshighlight color="%caps_highlight_color%" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400382 <layout1>
383 <keysize height="78" width="48" />
384 <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" />
385 <row2 key01="72:a" key02="s" key03="d" key04="f" key05="g" key06="h" key07="j" key08="k" key09="72:l" />
386 <row3 key01="72:layout2" key02="z" key03="x" key04="c" key05="v" key06="b" key07="n" key08="m" key09="72:c:8" />
387 <row4 key01="72:layout3" key02="48:" key03="240: " key04="48:." key05="72:a:action" />
388 </layout1>
389 <layout2>
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600390 <keysize height="78" width="48" capslock="0" revert_layout="1" />
Dees_Troy51a0e822012-09-05 15:24:24 -0400391 <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" />
392 <row2 key01="72:A" key02="S" key03="D" key04="F" key05="G" key06="H" key07="J" key08="K" key09="72:L" />
393 <row3 key01="72:layout1" key02="Z" key03="X" key04="C" key05="V" key06="B" key07="N" key08="M" key09="72:c:8" />
394 <row4 key01="72:layout3" key02="48:" key03="240: " key04="48:." key05="72:action" />
395 </layout2>
396 <layout3>
397 <keysize height="78" width="48" />
398 <row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0" />
399 <row2 key01="@" key02="#" key03="$" key04="%" key05="&" key06="*" key07="-" key08="+" key09="(" key10=")" />
400 <row3 key01="72:layout4" key02="!" key03="48:c:34" key04="'" key05=":" key06=";" key07="/" key08="?" key09="72:c:8" />
401 <row4 key01="72:layout1" key02="48:," key03="240: " key04="48:." key05="72:action" />
402 </layout3>
403 <layout4>
404 <keysize height="78" width="48" />
405 <row1 key01="~" key02="`" key03="|" key04="48:" key05="48:" key06="48:" key07="%" key08="48:" key09="{" key10="}" />
406 <row2 key01="48:" key02="48:" key03="48:" key04="48:" key05="48:" key06="^" key07="_" key08="=" key09="[" key10="]" />
407 <row3 key01="72:layout3" key02="48:" key03="48:" key04="48:" key05="48:" key06="\" key07="<" key08=">" key09="72:c:8" />
408 <row4 key01="72:layout1" key02="48:c:34" key03="240: " key04="48:." key05="72:action" />
409 </layout4>
410 </object>
411 </template>
412 </templates>
Dees_Troy51a0e822012-09-05 15:24:24 -0400413</recovery>