blob: d157f85c182621709ecb7691148bc8d751534b65 [file] [log] [blame]
masteroftimeb58e6d22014-01-15 20:16:17 +00001<?xml version="1.0"?>
2
3<recovery>
4 <details>
5 <resolution width="240" height="240" />
6 <author>masteroftime</author>
7 <title>TWRP x201</title>
8 <description>tDPI Smartwatch Theme</description>
9 <preview>preview.jpg</preview>
10 </details>
11
Ethan Yonkerd9b72002014-07-30 08:46:28 -050012 <include>
13 <xmlfile name="watch.xml" />
14 </include>
15
masteroftimeb58e6d22014-01-15 20:16:17 +000016 <resources>
Vojtech Bocek76ee9032014-09-07 15:01:56 +020017 <resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="12" fallback="Roboto-Condensed-12" />
18 <resource name="mediumfont" type="font" filename="RobotoCondensed-Regular.ttf" size="12" fallback="Roboto-Condensed-12" />
19 <resource name="filelist" type="font" filename="RobotoCondensed-Regular.ttf" size="12" fallback="Roboto-Condensed-12" />
masteroftimeb58e6d22014-01-15 20:16:17 +000020 <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" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -050032 <resource name="medium_button" type="image" filename="medium-button" />
masteroftimeb58e6d22014-01-15 20:16:17 +000033 <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" />
46 </resources>
47
48 <variables>
49 <variable name="col1_x" value="6" />
50 <variable name="col2_x" value="126" />
masteroftimeb58e6d22014-01-15 20:16:17 +000051 <variable name="col_center_x" value="62" />
52 <variable name="col_center_medium_x" value="122" />
53 <variable name="center_x" value="120" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -050054 <variable name="row1_home_y" value="40" />
55 <variable name="row2_home_y" value="80" />
56 <variable name="row3_home_y" value="120" />
57 <variable name="row4_home_y" value="160" />
58 <variable name="row1_y" value="20" />
59 <variable name="row2_y" value="65" />
60 <variable name="row3_y" value="110" />
61 <variable name="row4_y" value="155" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -050062 <variable name="row_queue_y" value="134" />
63 <variable name="row1_header_y" value="0" />
64 <variable name="row1_text_y" value="16" />
65 <variable name="row2_text_y" value="32" />
66 <variable name="row3_text_y" value="48" />
67 <variable name="row4_text_y" value="64" />
68 <variable name="row5_text_y" value="80" />
69 <variable name="row6_text_y" value="96" />
70 <variable name="row7_text_y" value="112" />
71 <variable name="row8_text_y" value="128" />
72 <variable name="row9_text_y" value="144" />
73 <variable name="row10_text_y" value="160" />
74 <variable name="row11_text_y" value="176" />
75 <variable name="row12_text_y" value="192" />
76 <variable name="row13_text_y" value="208" />
77 <variable name="zip_status_y" value="224" />
masteroftimeb58e6d22014-01-15 20:16:17 +000078 <variable name="backup_text_y" value="60" />
masteroftimeb58e6d22014-01-15 20:16:17 +000079 <variable name="tz_set_y" value="200" />
80 <variable name="tz_current_y" value="184" />
81 <variable name="col_progressbar_x" value="25" />
82 <variable name="row_progressbar_y" value="200" />
83 <variable name="col1_medium_x" value="6" />
84 <variable name="col2_medium_x" value="70" />
85 <variable name="col3_medium_x" value="134" />
86 <variable name="col4_medium_x" value="198" />
87 <variable name="row1_medium_y" value="24" />
88 <variable name="row2_medium_y" value="40" />
89 <variable name="row3_medium_y" value="56" />
90 <variable name="row4_medium_y" value="72" />
91 <variable name="row5_medium_y" value="88" />
92 <variable name="row6_medium_y" value="104" />
93 <variable name="row7_medium_y" value="120" />
94 <variable name="slider_x" value="34" />
95 <variable name="slider_y" value="200" />
96 <variable name="slider_text_y" value="218" />
97 <variable name="button_text_color" value="#AAAAAA" />
98 <variable name="text_color" value="#FFFFFF" />
99 <variable name="text_success_color" value="#33B5E5" />
100 <variable name="text_fail_color" value="#FF0101" />
101 <variable name="highlight_color" value="#90909080" />
Dees Troy54a69f42014-03-06 14:22:28 +0000102 <variable name="caps_highlight_color" value="#33B5E580" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000103 <variable name="home_button_x" value="3" />
104 <variable name="home_button_y" value="220" />
105 <variable name="back_button_x" value="209" />
106 <variable name="back_button_y" value="220" />
107 <variable name="sort_text_x" value="8" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500108 <variable name="sort_asc_text_y" value="174" />
109 <variable name="sort_asc_button_y" value="173" />
110 <variable name="sort_desc_text_y" value="198" />
111 <variable name="sort_desc_button_y" value="197" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000112 <variable name="sort_col1_button_x" value="120" />
113 <variable name="sort_col2_button_x" value="160" />
114 <variable name="sort_col3_button_x" value="200" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500115 <variable name="input_width" value="228" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000116 <variable name="input_width_conf" value="10" />
117 <variable name="input_height" value="18" />
118 <variable name="input_background_color" value="#303030" />
119 <variable name="input_cursor_color" value="#33B5E5" />
120 <variable name="input_cursor_width" value="2" />
121 <variable name="console_x" value="0" />
122 <variable name="console_width" value="240" />
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" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000127 <variable name="console_background" value="#303030" />
128 <variable name="console_scroll" value="#303030" />
129 <variable name="console_action_height" value="120" />
130 <variable name="console_install_height" value="120" />
131 <variable name="console_installdone_height" value="120" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500132 <variable name="fileselector_x" value="0" />
133 <variable name="fileselector_y" value="38" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000134 <variable name="fileselector_width" value="240" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500135 <variable name="fileselector_install_height" value="132" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000136 <variable name="fileselector_header_background" value="#202020" />
137 <variable name="fileselector_header_textcolor" value="#AAAAAA" />
138 <variable name="fileselector_header_separatorcolor" value="#33B5E5" />
139 <variable name="fileselector_header_separatorheight" value="2" />
140 <variable name="fileselector_separatorcolor" value="#505050" />
141 <variable name="fileselector_separatorheight" value="1" />
142 <variable name="fileselector_background" value="#303030" />
143 <variable name="fileselector_highlight_color" value="#505050" />
144 <variable name="fileselector_highlight_font_color" value="#33B5E5" />
145 <variable name="fileselector_spacing" value="12" />
146 <variable name="fastscroll_linecolor" value="#808080" />
147 <variable name="fastscroll_rectcolor" value="#808080" />
148 <variable name="fastscroll_w" value="32" />
149 <variable name="fastscroll_linew" value="1" />
150 <variable name="fastscroll_rectw" value="18" />
151 <variable name="fastscroll_recth" value="31" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500152 <variable name="listbox_x" value="0" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000153 <variable name="listbox_width" value="240" />
154 <variable name="listbox_tz_height" value="114" />
155 <variable name="listbox_background" value="#303030" />
156 <variable name="listbox_spacing" value="12" />
157 <variable name="sd_plus_x" value="174" />
158 <variable name="sdext_text_x" value="56" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500159 <variable name="sdext_text_y" value="18" />
160 <variable name="sdswap_button_y" value="45" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000161 <variable name="sdswap_text_x" value="56" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500162 <variable name="sdswap_text_y" value="47" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000163 <variable name="sdfilesystem_text_y" value="92" />
164 <variable name="sdfilesystem_button_y" value="120" />
165 <variable name="lock_x" value="72" />
166 <variable name="lock_y" value="46" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500167 <variable name="filemanager_select_x" value="98" />
168 <variable name="filemanager_select_y" value="210" />
169 <variable name="terminal_console_height" value="71" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000170 <variable name="terminal_text_y" value="72" />
171 <variable name="terminal_button_y" value="220" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500172 <variable name="row_dst_text_y" value="116" />
173 <variable name="row_offset_text_y" value="132" />
174 <variable name="row_offset_medium_y" value="148" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000175 <variable name="button_fill_color" value="#303030" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500176 <variable name="button_fill_full_width" value="228" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000177 <variable name="button_fill_main_width" value="110" />
178 <variable name="button_fill_med_width" value="72" />
179 <variable name="button_fill_small_width" value="24" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500180 <variable name="button_fill_main_height" value="38" />
181 <variable name="button_fill_half_height" value="19" />
182 <variable name="button_fill_quarter_height" value="19" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000183 <variable name="button_refresh_x" value="152" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500184 <variable name="backup_list_y" value="26" />
185 <variable name="backup_list_height" value="129" />
186 <variable name="restore_list_height" value="155" />
187 <variable name="backup_button_row1" value="159" />
188 <variable name="backup_button_row2" value="180" />
189 <variable name="mount_list_height" value="146" />
190 <variable name="mount_storage_row" value="195" />
191 <variable name="storage_list_height" value="134" />
192 <variable name="wipe_list_height" value="170" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000193 <variable name="wipe_button_y" value="136" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500194 <variable name="slidervalue_w" value="228" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000195 <variable name="slidervalue_line_clr" value="#FFFFFF" />
196 <variable name="slidervalue_slider_clr" value="#33B5E5" />
197 <variable name="slidervalue_lineh" value="1" />
198 <variable name="slidervalue_padding" value="8" />
199 <variable name="slidervalue_sliderw" value="4" />
200 <variable name="slidervalue_sliderh" value="20" />
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500201 <variable name="wipe_button_row1" value="180" />
202 <variable name="invalid_partition_y" value="167" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000203 </variables>
204
205 <templates>
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500206 <template name="twrpheader">
masteroftimeb58e6d22014-01-15 20:16:17 +0000207 <object type="image">
208 <image resource="top_bar" />
209 <placement x="0" y="0" />
210 </object>
211
212 <object type="text" color="%text_color%">
213 <font resource="font" />
Jenkins1710bf22014-10-02 20:22:21 -0400214 <placement x="1" y="3" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000215 <text>TWRP v%tw_version%</text>
216 </object>
217
218 <object type="text" color="%text_fail_color%">
219 <condition var1="tw_simulate_actions" var2="1" />
220 <font resource="font" />
221 <placement x="3" y="21" />
222 <text>SIMULATION</text>
223 </object>
224
225 <object type="text" color="%text_color%">
226 <font resource="font" />
Jenkins1710bf22014-10-02 20:22:21 -0400227 <placement x="89" y="3" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000228 <text>%tw_time%</text>
229 </object>
230
231 <object type="text" color="%text_color%">
232 <font resource="font" />
Ethan Yonkere2b29022014-07-30 09:32:59 -0500233 <placement x="236" y="3" placement="1" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000234 <conditions>
235 <condition var1="tw_no_battery_percent" var2="0" />
236 <condition var1="tw_battery" op=">" var2="0" />
237 <condition var1="tw_battery" op="<" var2="101" />
238 </conditions>
239 <text>%tw_battery%</text>
240 </object>
Jenkins1710bf22014-10-02 20:22:21 -0400241
242 <object type="text" color="%text_color%">
243 <font resource="font" />
244 <placement x="145" y="3" />
245 <conditions>
246 <condition var1="tw_no_cpu_temp" var2="0" />
247 </conditions>
248 <text>%tw_cpu_temp% C</text>
249 </object>
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500250 </template>
251
252 <template name="header">
253 <background color="#000000FF" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000254
255 <object type="button">
256 <placement x="%home_button_x%" y="%home_button_y%" />
257 <font resource="font" color="%button_text_color%" />
258 <text></text>
259 <image resource="home_icon" />
260 <condition var1="tw_busy" var2="0" />
261 <action function="key">home</action>
262 </object>
263
264 <object type="button">
265 <placement x="%back_button_x%" y="%back_button_y%" />
266 <font resource="font" color="%button_text_color%" />
267 <text></text>
268 <image resource="back_icon" />
269 <condition var1="tw_busy" var2="0" />
270 <action function="key">back</action>
271 </object>
272
273 <object type="action">
274 <touch key="power" />
275 <action function="overlay">lock</action>
276 </object>
Vojtech Bocek03fd6c52014-03-13 18:46:34 +0100277
278 <object type="action">
279 <touch key="power+voldown" />
280 <action function="screenshot" />
281 </object>
masteroftimeb58e6d22014-01-15 20:16:17 +0000282 </template>
283
284 <template name="progress_bar">
285 <object type="progressbar">
286 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
Matt Mowerfb1c4ff2014-04-16 13:43:36 -0500287 <resource empty="progress_empty" full="progress_full" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000288 <data name="ui_progress" />
289 </object>
290
291 <object type="animation">
292 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
293 <resource name="progress" />
294 <speed fps="15" render="2" />
295 <loop frame="1" />
296 </object>
297 </template>
298
299 <template name="action_page_console">
300 <object type="console">
301 <placement x="%console_x%" y="%row2_y%" w="%console_width%" h="%console_action_height%" />
302 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
303 <font resource="fixed" />
304 </object>
305 </template>
306
307 <template name="sort_options">
308 <object type="text" color="%text_color%">
309 <font resource="mediumfont" />
310 <placement x="%sort_text_x%" y="%sort_asc_text_y%" />
311 <text>Sort Ascending:</text>
312 </object>
313
314 <object type="button">
315 <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
316 <font resource="mediumfont" color="%button_text_color%" />
317 <text>Name</text>
318 <image resource="sort_button" />
319 <action function="set">tw_gui_sort_order=1</action>
320 </object>
321
322 <object type="button">
323 <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
324 <font resource="mediumfont" color="%button_text_color%" />
325 <text>Date</text>
326 <image resource="sort_button" />
327 <action function="set">tw_gui_sort_order=2</action>
328 </object>
329
330 <object type="button">
331 <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
332 <font resource="mediumfont" color="%button_text_color%" />
333 <text>Size</text>
334 <image resource="sort_button" />
335 <action function="set">tw_gui_sort_order=3</action>
336 </object>
337
338 <object type="text" color="%text_color%">
339 <font resource="mediumfont" />
340 <placement x="%sort_text_x%" y="%sort_desc_text_y%" />
341 <text>Sort Descending:</text>
342 </object>
343
344 <object type="button">
345 <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
346 <font resource="mediumfont" color="%button_text_color%" />
347 <text>Name</text>
348 <image resource="sort_button" />
349 <action function="set">tw_gui_sort_order=-1</action>
350 </object>
351
352 <object type="button">
353 <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
354 <font resource="mediumfont" color="%button_text_color%" />
355 <text>Date</text>
356 <image resource="sort_button" />
357 <action function="set">tw_gui_sort_order=-2</action>
358 </object>
359
360 <object type="button">
361 <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
362 <font resource="mediumfont" color="%button_text_color%" />
363 <text>Size</text>
364 <image resource="sort_button" />
365 <action function="set">tw_gui_sort_order=-3</action>
366 </object>
367 </template>
368
369 <template name="footer">
370 <object type="console">
Ethan Yonkerc49a3662014-07-29 11:40:07 -0500371 <slideout resource="slideout" x="97" y="220" />
372 <placement x="%console_x%" y="0" w="%console_width%" h="220" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000373 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
374 <font resource="fixed" />
375 </object>
376 </template>
377
378 <template name="keyboardtemplate">
379 <object type="keyboard">
380 <placement x="0" y="90" />
381 <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" />
382 <highlight color="%highlight_color%" />
Dees Troy54a69f42014-03-06 14:22:28 +0000383 <capshighlight color="%caps_highlight_color%" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000384 <layout1>
385 <keysize height="32" width="24" />
386 <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" />
387 <row2 key01="36:a" key02="s" key03="d" key04="f" key05="g" key06="h" key07="j" key08="k" key09="36:l" />
388 <row3 key01="36:layout2" key02="z" key03="x" key04="c" key05="v" key06="b" key07="n" key08="m" key09="36:c:8" />
389 <row4 key01="36:layout3" key02="24:" key03="120: " key04="24:." key05="36:a:action" />
390 </layout1>
391 <layout2>
Dees Troy54a69f42014-03-06 14:22:28 +0000392 <keysize height="32" width="24" capslock="0" revert_layout="1" />
masteroftimeb58e6d22014-01-15 20:16:17 +0000393 <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" />
394 <row2 key01="36:A" key02="S" key03="D" key04="F" key05="G" key06="H" key07="J" key08="K" key09="36:L" />
395 <row3 key01="36:layout1" key02="Z" key03="X" key04="C" key05="V" key06="B" key07="N" key08="M" key09="36:c:8" />
396 <row4 key01="36:layout3" key02="32:" key03="120: " key04="32:." key05="36:action" />
397 </layout2>
398 <layout3>
399 <keysize height="32" width="24" />
400 <row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0" />
401 <row2 key01="@" key02="#" key03="$" key04="%" key05="&" key06="*" key07="-" key08="+" key09="(" key10=")" />
402 <row3 key01="36:layout4" key02="!" key03="24:c:34" key04="'" key05=":" key06=";" key07="/" key08="?" key09="36:c:8" />
403 <row4 key01="36:layout1" key02="24:," key03="120: " key04="24:." key05="36:action" />
404 </layout3>
405 <layout4>
406 <keysize height="32" width="24" />
407 <row1 key01="~" key02="`" key03="|" key04="24:" key05="24:" key06="24:" key07="%" key08="24:" key09="{" key10="}" />
408 <row2 key01="24:" key02="24:" key03="24:" key04="24:" key05="24:" key06="^" key07="_" key08="=" key09="[" key10="]" />
409 <row3 key01="36:layout3" key02="24:" key03="24:" key04="24:" key05="24:" key06="\" key07="<" key08=">" key09="36:c:8" />
410 <row4 key01="36:layout1" key02="24:c:34" key03="120: " key04="24:." key05="36:action" />
411 </layout4>
412 </object>
413 </template>
414 </templates>
masteroftimeb58e6d22014-01-15 20:16:17 +0000415</recovery>