Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | |
| 3 | <recovery> |
| 4 | <details> |
| 5 | <resolution width="1920" height="1200" /> |
| 6 | <author>TeamWin</author> |
| 7 | <title>Backup Naowz</title> |
| 8 | <description>Default basic theme</description> |
| 9 | <preview>preview.jpg</preview> |
| 10 | </details> |
| 11 | |
Ethan Yonker | 780cd39 | 2014-07-21 15:24:39 -0500 | [diff] [blame] | 12 | <include> |
| 13 | <xmlfile name="landscape.xml" /> |
| 14 | </include> |
| 15 | |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 16 | <resources> |
Ethan Yonker | 88037f4 | 2015-10-04 22:09:08 -0500 | [diff] [blame] | 17 | <resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="30" /> |
Matt Mower | 989709a | 2015-02-26 00:34:36 -0600 | [diff] [blame] | 18 | <resource name="fixed" type="font" filename="DroidSansMono.ttf" size="22" /> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 19 | <resource name="twrplogo" type="image" filename="twrplogo" retainaspect="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 20 | <resource name="main_button" type="image" filename="button" /> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 21 | <resource name="file_icon" type="image" filename="file" retainaspect="1" /> |
| 22 | <resource name="folder_icon" type="image" filename="folder" retainaspect="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 23 | <resource name="progress" type="animation" filename="indeterminate" /> |
| 24 | <resource name="progress_empty" type="image" filename="progress_empty" /> |
| 25 | <resource name="progress_full" type="image" filename="progress_fill" /> |
Ethan Yonker | 63e414f | 2015-02-06 15:44:39 -0600 | [diff] [blame] | 26 | <resource name="checkbox_false" type="image" filename="checkbox_empty" retainaspect="1" /> |
| 27 | <resource name="checkbox_true" type="image" filename="checkbox_checked" retainaspect="1" /> |
| 28 | <resource name="radio_false" type="image" filename="radio_empty" retainaspect="1" /> |
| 29 | <resource name="radio_true" type="image" filename="radio_selected" retainaspect="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 30 | <resource name="medium_button" type="image" filename="medium-button" /> |
| 31 | <resource name="mediumwide_button" type="image" filename="mediumwide-button" /> |
| 32 | <resource name="sort_button" type="image" filename="sort-button" /> |
| 33 | <resource name="minus_button" type="image" filename="minus-button" /> |
| 34 | <resource name="plus_button" type="image" filename="plus-button" /> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 35 | <resource name="home_icon" type="image" filename="home-icon" retainaspect="1" /> |
| 36 | <resource name="back_icon" type="image" filename="back-icon" retainaspect="1" /> |
| 37 | <resource name="console_button" type="image" filename="console-toggle" retainaspect="1" /> |
| 38 | <resource name="slider" type="image" filename="slider" retainaspect="1" /> |
| 39 | <resource name="slider-used" type="image" filename="slider-used" retainaspect="1" /> |
| 40 | <resource name="slider-touch" type="image" filename="slider-touch" retainaspect="1" /> |
| 41 | <resource name="unlock-icon" type="image" filename="unlock" retainaspect="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 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" /> |
Ethan Yonker | 63e414f | 2015-02-06 15:44:39 -0600 | [diff] [blame] | 46 | <resource name="cursor" type="image" filename="cursor" retainaspect="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 47 | </resources> |
| 48 | |
| 49 | <variables> |
| 50 | <variable name="col1_x" value="210" /> |
| 51 | <variable name="col2_x" value="590" /> |
| 52 | <variable name="col3_x" value="970" /> |
| 53 | <variable name="col4_x" value="1350" /> |
| 54 | <variable name="row1_y" value="220" /> |
Dees_Troy | 2f9117a | 2013-02-17 19:52:09 -0600 | [diff] [blame] | 55 | <variable name="row2_y" value="680" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 56 | <variable name="col_center_x" value="780" /> |
| 57 | <variable name="center_x" value="960" /> |
| 58 | <variable name="screen_width" value="1920" /> |
| 59 | <variable name="screen_height" value="1200" /> |
| 60 | <variable name="col_progressbar_x" value="771" /> |
| 61 | <variable name="row_progressbar_y" value="1100" /> |
| 62 | <variable name="col1_medium_x" value="570" /> |
| 63 | <variable name="col2_medium_x" value="770" /> |
| 64 | <variable name="col3_medium_x" value="970" /> |
| 65 | <variable name="col4_medium_x" value="1170" /> |
| 66 | <variable name="row1_medium_y" value="105" /> |
Dees_Troy | 2f9117a | 2013-02-17 19:52:09 -0600 | [diff] [blame] | 67 | <variable name="row2_medium_y" value="365" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 68 | <variable name="row3_medium_y" value="245" /> |
Dees_Troy | 2f9117a | 2013-02-17 19:52:09 -0600 | [diff] [blame] | 69 | <variable name="row4_medium_y" value="720" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 70 | <variable name="row5_medium_y" value="700" /> |
| 71 | <variable name="row1_text_y" value="90" /> |
| 72 | <variable name="row2_text_y" value="140" /> |
| 73 | <variable name="row3_text_y" value="190" /> |
| 74 | <variable name="row4_text_y" value="240" /> |
| 75 | <variable name="row5_text_y" value="290" /> |
| 76 | <variable name="row6_text_y" value="340" /> |
| 77 | <variable name="row7_text_y" value="390" /> |
| 78 | <variable name="row8_text_y" value="440" /> |
| 79 | <variable name="row9_text_y" value="490" /> |
| 80 | <variable name="row10_text_y" value="540" /> |
| 81 | <variable name="row11_text_y" value="590" /> |
| 82 | <variable name="row12_text_y" value="640" /> |
| 83 | <variable name="row13_text_y" value="690" /> |
| 84 | <variable name="row14_text_y" value="740" /> |
| 85 | <variable name="row15_text_y" value="790" /> |
| 86 | <variable name="row16_text_y" value="840" /> |
| 87 | <variable name="row17_text_y" value="890" /> |
| 88 | <variable name="row18_text_y" value="940" /> |
| 89 | <variable name="row_offsetmedium_y" value="775" /> |
| 90 | <variable name="home_button_x" value="1620" /> |
| 91 | <variable name="home_button_y" value="5" /> |
| 92 | <variable name="back_button_x" value="1720" /> |
| 93 | <variable name="back_button_y" value="5" /> |
| 94 | <variable name="console_button_x" value="1820" /> |
| 95 | <variable name="console_button_y" value="5" /> |
| 96 | <variable name="nandcheck_col1" value="328" /> |
| 97 | <variable name="nandcheck_col2" value="800" /> |
| 98 | <variable name="nandcheck_row1" value="200" /> |
| 99 | <variable name="nandcheck_row2" value="275" /> |
| 100 | <variable name="nandcheck_row3" value="350" /> |
| 101 | <variable name="nandcheck_row4" value="425" /> |
| 102 | <variable name="nandcheck_row5" value="500" /> |
| 103 | <variable name="nandcheck_row6" value="575" /> |
| 104 | <variable name="nandcheck_row7" value="650" /> |
bigbiff | bf1d672 | 2015-02-14 16:25:59 -0500 | [diff] [blame] | 105 | <variable name="nandcheck_row8" value="725" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 106 | <variable name="button_text_color" value="#AAAAAA" /> |
| 107 | <variable name="text_color" value="#A0A0A0" /> |
| 108 | <variable name="text_success_color" value="#33B5E5" /> |
| 109 | <variable name="text_fail_color" value="#FF0101" /> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 110 | <variable name="highlight_color" value="#90909080" /> |
Ethan Yonker | c3120d4 | 2014-02-17 07:55:00 -0600 | [diff] [blame] | 111 | <variable name="caps_highlight_color" value="#33B5E580" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 112 | <variable name="slider_y" value="1000" /> |
| 113 | <variable name="slider_text_y" value="1075" /> |
| 114 | <variable name="sort_text_x" value="400" /> |
| 115 | <variable name="sort_asc_text_y" value="1045" /> |
| 116 | <variable name="sort_asc_button_y" value="1040" /> |
| 117 | <variable name="sort_desc_text_y" value="1105" /> |
| 118 | <variable name="sort_desc_button_y" value="1100" /> |
| 119 | <variable name="sort_col1_button_x" value="670" /> |
| 120 | <variable name="sort_col2_button_x" value="770" /> |
| 121 | <variable name="sort_col3_button_x" value="870" /> |
| 122 | <variable name="col1_sdext_x" value="720" /> |
| 123 | <variable name="col2_sdext_x" value="1100" /> |
| 124 | <variable name="row1_sdext_y" value="180" /> |
| 125 | <variable name="row2_sdext_y" value="265" /> |
| 126 | <variable name="row_extsize_y" value="175" /> |
| 127 | <variable name="row_swapsize_y" value="260" /> |
| 128 | <variable name="input_x" value="50" /> |
| 129 | <variable name="input_width" value="1820" /> |
| 130 | <variable name="input_height" value="50" /> |
| 131 | <variable name="input_background_color" value="#303030" /> |
| 132 | <variable name="input_cursor_color" value="#33B5E5" /> |
| 133 | <variable name="input_cursor_width" value="3" /> |
| 134 | <variable name="console_x" value="50" /> |
| 135 | <variable name="console_width" value="1820" /> |
| 136 | <variable name="console_foreground" value="#A0A0A0" /> |
Ethan Yonker | bf2cb1c | 2014-07-02 10:15:54 -0500 | [diff] [blame] | 137 | <variable name="warning" value="#F8F8A0" /> |
| 138 | <variable name="error" value="#FF4040" /> |
| 139 | <variable name="highlight" value="#33B5E5" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 140 | <variable name="console_background" value="#303030" /> |
| 141 | <variable name="console_scroll" value="#303030" /> |
| 142 | <variable name="console_action_height" value="320" /> |
| 143 | <variable name="console_install_height" value="440" /> |
| 144 | <variable name="console_installdone_height" value="300" /> |
| 145 | <variable name="fileselector_folder_x" value="50" /> |
| 146 | <variable name="fileselector_folder_width" value="610" /> |
| 147 | <variable name="fileselector_folderonly_width" value="800" /> |
| 148 | <variable name="fileselector_file_x" value="700" /> |
| 149 | <variable name="fileselector_file_width" value="1170" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 150 | <variable name="fileselector_install_y" value="205" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 151 | <variable name="fileselector_install_height" value="800" /> |
| 152 | <variable name="fileselector_header_background" value="#202020" /> |
| 153 | <variable name="fileselector_header_textcolor" value="#AAAAAA" /> |
| 154 | <variable name="fileselector_header_separatorcolor" value="#33B5E5" /> |
| 155 | <variable name="fileselector_header_separatorheight" value="3" /> |
| 156 | <variable name="fileselector_separatorcolor" value="#505050" /> |
| 157 | <variable name="fileselector_separatorheight" value="2" /> |
| 158 | <variable name="fileselector_background" value="#303030" /> |
Dees_Troy | e7585ca | 2013-02-15 11:42:29 -0600 | [diff] [blame] | 159 | <variable name="fileselector_highlight_color" value="#505050" /> |
| 160 | <variable name="fileselector_highlight_font_color" value="#33B5E5" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 161 | <variable name="fileselector_spacing" value="18" /> |
that | 18e13a9 | 2015-03-05 22:38:43 +0100 | [diff] [blame] | 162 | <variable name="fastscroll_linecolor" value="#50505080" /> |
| 163 | <variable name="fastscroll_rectcolor" value="#33B5E580" /> |
Vojtech Bocek | 7cc278b | 2013-02-24 01:40:19 +0100 | [diff] [blame] | 164 | <variable name="fastscroll_w" value="60" /> |
| 165 | <variable name="fastscroll_linew" value="3" /> |
that | 18e13a9 | 2015-03-05 22:38:43 +0100 | [diff] [blame] | 166 | <variable name="fastscroll_rectw" value="15" /> |
| 167 | <variable name="fastscroll_recth" value="40" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 168 | <variable name="zipstorage_text_y" value="130" /> |
| 169 | <variable name="listbox_x" value="560" /> |
| 170 | <variable name="listbox_y" value="150" /> |
| 171 | <variable name="listbox_width" value="800" /> |
| 172 | <variable name="listbox_tz_height" value="400" /> |
| 173 | <variable name="listbox_background" value="#303030" /> |
| 174 | <variable name="listbox_spacing" value="18" /> |
| 175 | <variable name="sd_plus_x" value="408" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 176 | <variable name="lock_y" value="300" /> |
| 177 | <variable name="filemanager_select_x" value="1500" /> |
| 178 | <variable name="filemanager_select_y" value="980" /> |
| 179 | <variable name="backup_name_text_y" value="440" /> |
| 180 | <variable name="backup_name_button_y" value="390" /> |
| 181 | <variable name="col_right_x" value="1870" /> |
| 182 | <variable name="cancel_button_y" value="240" /> |
| 183 | <variable name="terminal_console_y" value="0" /> |
| 184 | <variable name="terminal_console_height" value="610" /> |
| 185 | <variable name="terminal_text_y" value="624" /> |
| 186 | <variable name="terminal_button_y" value="615" /> |
| 187 | <variable name="terminal_input_width" value="1550" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 188 | <variable name="button_fill_color" value="#303030" /> |
| 189 | <variable name="button_fill_full_width" value="960" /> |
| 190 | <variable name="button_fill_main_width" value="900" /> |
| 191 | <variable name="button_fill_main_height" value="240" /> |
Dees_Troy | 83bd483 | 2013-05-04 12:39:56 +0000 | [diff] [blame] | 192 | <variable name="button_fill_half_height" value="80" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 193 | <variable name="button_fill_quarter_height" value="60" /> |
| 194 | <variable name="button_full_center_x" value="480" /> |
Ethan Yonker | 96af84a | 2015-01-05 14:58:36 -0600 | [diff] [blame] | 195 | <variable name="flash_list_height" value="300" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 196 | <variable name="backup_list_x" value="50" /> |
| 197 | <variable name="backup_list_y" value="160" /> |
| 198 | <variable name="backup_list_width" value="900" /> |
| 199 | <variable name="backup_list_height" value="660" /> |
| 200 | <variable name="backup_storage_y" value="405" /> |
Dees_Troy | 83bd483 | 2013-05-04 12:39:56 +0000 | [diff] [blame] | 201 | <variable name="backup_encrypt_y" value="495" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 202 | <variable name="restore_list_y" value="190" /> |
| 203 | <variable name="restore_list_height" value="600" /> |
| 204 | <variable name="mount_list_height" value="900" /> |
| 205 | <variable name="mount_storage_row" value="850" /> |
| 206 | <variable name="wipe_list_height" value="850" /> |
| 207 | <variable name="wipe_button_y" value="375" /> |
Vojtech Bocek | 8593234 | 2013-04-01 22:11:33 +0200 | [diff] [blame] | 208 | <variable name="slidervalue_x" value="540" /> |
| 209 | <variable name="slidervalue_w" value="960" /> |
| 210 | <variable name="slidervalue_line_clr" value="#FFFFFF" /> |
| 211 | <variable name="slidervalue_slider_clr" value="#33B5E5" /> |
| 212 | <variable name="slidervalue_lineh" value="3" /> |
| 213 | <variable name="slidervalue_padding" value="0" /> |
| 214 | <variable name="slidervalue_sliderw" value="20" /> |
| 215 | <variable name="slidervalue_sliderh" value="80" /> |
Vojtech Bocek | 7e11ac5 | 2015-03-05 23:21:49 +0100 | [diff] [blame] | 216 | <variable name="pattern_x" value="480" /> |
| 217 | <variable name="pattern_y" value="240" /> |
| 218 | <variable name="pattern_width" value="720" /> |
| 219 | <variable name="pattern_dot_color" value="#33B5E5" /> |
| 220 | <variable name="pattern_dot_color_active" value="#FFFFFF" /> |
| 221 | <variable name="pattern_dot_radius" value="23" /> |
| 222 | <variable name="pattern_line_color" value="#33B5E5" /> |
| 223 | <variable name="pattern_line_width" value="18" /> |
Aleksa Sarai | b25a183 | 2015-12-31 17:36:00 +0100 | [diff] [blame] | 224 | <variable name="pattern_button_y" value="190" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 225 | </variables> |
| 226 | |
Vojtech Bocek | 1fc30fc | 2014-01-29 18:37:19 +0100 | [diff] [blame] | 227 | <mousecursor> |
| 228 | <placement w="15" h="15" /> |
| 229 | <background color="#FFFF00FF" resource="cursor" /> |
| 230 | <speed multiplier="2.5" /> |
| 231 | </mousecursor> |
| 232 | |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 233 | <templates> |
| 234 | <template name="header"> |
| 235 | <background color="#000000FF" /> |
| 236 | |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 237 | <object type="fill" color="%button_fill_color%"> |
| 238 | <placement x="0" y="0" w="1920" h="87" /> |
| 239 | </object> |
| 240 | |
| 241 | <object type="fill" color="%highlight%"> |
| 242 | <placement x="0" y="87" w="1920" h="3" /> |
| 243 | </object> |
| 244 | |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 245 | <object type="image"> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 246 | <image resource="twrplogo" /> |
| 247 | <placement x="55" y="45" placement="4" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 248 | </object> |
| 249 | |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 250 | <object type="text" color="%text_color%"> |
| 251 | <font resource="font" /> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 252 | <placement x="100" y="5" /> |
Dees_Troy | e7e0ae8 | 2013-07-05 14:46:07 +0000 | [diff] [blame] | 253 | <text>Team Win Recovery Project v%tw_version%</text> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 254 | </object> |
| 255 | |
| 256 | <object type="text" color="%text_color%"> |
| 257 | <font resource="font" /> |
Ethan Yonker | 591b920 | 2015-03-11 11:17:15 -0500 | [diff] [blame] | 258 | <placement x="100" y="40" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 259 | <conditions> |
| 260 | <condition var1="tw_no_battery_percent" var2="0" /> |
Matt Mower | 8293153 | 2015-02-27 14:19:59 -0600 | [diff] [blame] | 261 | <condition var1="tw_battery" op=">" var2="0" /> |
| 262 | <condition var1="tw_battery" op="<" var2="101" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 263 | </conditions> |
| 264 | <text>Battery Level: %tw_battery%</text> |
| 265 | </object> |
| 266 | |
| 267 | <object type="text" color="%text_color%"> |
| 268 | <font resource="font" /> |
| 269 | <placement x="600" y="40" /> |
| 270 | <text>%tw_time%</text> |
| 271 | </object> |
| 272 | |
| 273 | <object type="text" color="%text_color%"> |
Jenkins | 1710bf2 | 2014-10-02 20:22:21 -0400 | [diff] [blame] | 274 | <font resource="font" /> |
| 275 | <placement x="1150" y="40" /> |
| 276 | <conditions> |
| 277 | <condition var1="tw_no_cpu_temp" var2="0" /> |
| 278 | </conditions> |
Ketut Putu Kumajaya | f13b893 | 2015-08-05 20:40:24 +0200 | [diff] [blame] | 279 | <text>CPU: %tw_cpu_temp% °C</text> |
Jenkins | 1710bf2 | 2014-10-02 20:22:21 -0400 | [diff] [blame] | 280 | </object> |
| 281 | |
| 282 | <object type="text" color="%text_color%"> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 283 | <condition var1="tw_simulate_actions" var2="1" /> |
| 284 | <font resource="font" /> |
Jenkins | 1710bf2 | 2014-10-02 20:22:21 -0400 | [diff] [blame] | 285 | <placement x="750" y="40" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 286 | <text>SIMULATING ACTIONS</text> |
| 287 | </object> |
| 288 | |
| 289 | <object type="button"> |
| 290 | <placement x="%home_button_x%" y="%home_button_y%" /> |
| 291 | <font resource="font" color="%button_text_color%" /> |
| 292 | <text></text> |
| 293 | <image resource="home_icon" /> |
| 294 | <condition var1="tw_busy" var2="0" /> |
| 295 | <action function="key">home</action> |
| 296 | </object> |
| 297 | |
| 298 | <object type="button"> |
| 299 | <placement x="%back_button_x%" y="%back_button_y%" /> |
| 300 | <font resource="font" color="%button_text_color%" /> |
| 301 | <text></text> |
| 302 | <image resource="back_icon" /> |
| 303 | <condition var1="tw_busy" var2="0" /> |
| 304 | <action function="key">back</action> |
| 305 | </object> |
| 306 | |
| 307 | <object type="action"> |
| 308 | <touch key="power" /> |
| 309 | <action function="overlay">lock</action> |
| 310 | </object> |
Vojtech Bocek | 03fd6c5 | 2014-03-13 18:46:34 +0100 | [diff] [blame] | 311 | |
| 312 | <object type="action"> |
| 313 | <touch key="power+voldown" /> |
| 314 | <action function="screenshot" /> |
| 315 | </object> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 316 | </template> |
| 317 | |
| 318 | <template name="progress_bar"> |
| 319 | <object type="progressbar"> |
| 320 | <placement x="%col_progressbar_x%" y="%row_progressbar_y%" /> |
Matt Mower | fb1c4ff | 2014-04-16 13:43:36 -0500 | [diff] [blame] | 321 | <resource empty="progress_empty" full="progress_full" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 322 | <data name="ui_progress" /> |
| 323 | </object> |
| 324 | |
| 325 | <object type="animation"> |
| 326 | <placement x="%col_progressbar_x%" y="%row_progressbar_y%" /> |
| 327 | <resource name="progress" /> |
| 328 | <speed fps="15" render="6" /> |
| 329 | <loop frame="1" /> |
| 330 | </object> |
| 331 | </template> |
| 332 | |
Aleksa Sarai | b25a183 | 2015-12-31 17:36:00 +0100 | [diff] [blame] | 333 | <template name="pattern_options"> |
| 334 | <object type="button"> |
| 335 | <placement x="%col1_medium_x%" y="%pattern_button_y%" /> |
| 336 | <font resource="font" color="%button_text_color%" /> |
| 337 | <text>3x3</text> |
| 338 | <image resource="sort_button" /> |
| 339 | <action function="set">tw_gui_pattern_grid_size=3</action> |
| 340 | </object> |
| 341 | |
| 342 | <object type="button"> |
| 343 | <placement x="%col2_medium_x%" y="%pattern_button_y%" /> |
| 344 | <font resource="font" color="%button_text_color%" /> |
| 345 | <text>4x4</text> |
| 346 | <image resource="sort_button" /> |
| 347 | <action function="set">tw_gui_pattern_grid_size=4</action> |
| 348 | </object> |
| 349 | |
| 350 | <object type="button"> |
| 351 | <placement x="%col3_medium_x%" y="%pattern_button_y%" /> |
| 352 | <font resource="font" color="%button_text_color%" /> |
| 353 | <text>5x5</text> |
| 354 | <image resource="sort_button" /> |
| 355 | <action function="set">tw_gui_pattern_grid_size=5</action> |
| 356 | </object> |
| 357 | |
| 358 | <object type="button"> |
| 359 | <placement x="%col4_medium_x%" y="%pattern_button_y%" /> |
| 360 | <font resource="font" color="%button_text_color%" /> |
| 361 | <text>6x6</text> |
| 362 | <image resource="sort_button" /> |
| 363 | <action function="set">tw_gui_pattern_grid_size=6</action> |
| 364 | </object> |
| 365 | </template> |
| 366 | |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 367 | <template name="sort_options"> |
| 368 | <object type="text" color="%text_color%"> |
| 369 | <font resource="font" /> |
| 370 | <placement x="%sort_text_x%" y="%sort_asc_text_y%" /> |
| 371 | <text>Sort Ascending:</text> |
| 372 | </object> |
| 373 | |
| 374 | <object type="button"> |
| 375 | <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" /> |
| 376 | <font resource="font" color="%button_text_color%" /> |
| 377 | <text>Name</text> |
| 378 | <image resource="sort_button" /> |
| 379 | <action function="set">tw_gui_sort_order=1</action> |
| 380 | </object> |
| 381 | |
| 382 | <object type="button"> |
| 383 | <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" /> |
| 384 | <font resource="font" color="%button_text_color%" /> |
| 385 | <text>Date</text> |
| 386 | <image resource="sort_button" /> |
| 387 | <action function="set">tw_gui_sort_order=2</action> |
| 388 | </object> |
| 389 | |
| 390 | <object type="button"> |
| 391 | <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" /> |
| 392 | <font resource="font" color="%button_text_color%" /> |
| 393 | <text>Size</text> |
| 394 | <image resource="sort_button" /> |
| 395 | <action function="set">tw_gui_sort_order=3</action> |
| 396 | </object> |
| 397 | |
| 398 | <object type="text" color="%text_color%"> |
| 399 | <font resource="font" /> |
| 400 | <placement x="%sort_text_x%" y="%sort_desc_text_y%" /> |
| 401 | <text>Sort Descending:</text> |
| 402 | </object> |
| 403 | |
| 404 | <object type="button"> |
| 405 | <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" /> |
| 406 | <font resource="font" color="%button_text_color%" /> |
| 407 | <text>Name</text> |
| 408 | <image resource="sort_button" /> |
| 409 | <action function="set">tw_gui_sort_order=-1</action> |
| 410 | </object> |
| 411 | |
| 412 | <object type="button"> |
| 413 | <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" /> |
| 414 | <font resource="font" color="%button_text_color%" /> |
| 415 | <text>Date</text> |
| 416 | <image resource="sort_button" /> |
| 417 | <action function="set">tw_gui_sort_order=-2</action> |
| 418 | </object> |
| 419 | |
| 420 | <object type="button"> |
| 421 | <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" /> |
| 422 | <font resource="font" color="%button_text_color%" /> |
| 423 | <text>Size</text> |
| 424 | <image resource="sort_button" /> |
| 425 | <action function="set">tw_gui_sort_order=-3</action> |
| 426 | </object> |
| 427 | </template> |
| 428 | |
| 429 | <template name="flash_zip_console"> |
| 430 | <object type="console"> |
| 431 | <placement x="%console_x%" y="140" w="%console_width%" h="700" /> |
| 432 | <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" /> |
| 433 | <font resource="fixed" /> |
| 434 | </object> |
| 435 | </template> |
| 436 | |
| 437 | <template name="action_page_console"> |
| 438 | <object type="console"> |
| 439 | <placement x="%console_x%" y="400" w="%console_width%" h="600" /> |
| 440 | <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" /> |
| 441 | <font resource="fixed" /> |
| 442 | </object> |
| 443 | </template> |
| 444 | |
| 445 | <template name="footer"> |
| 446 | <object type="console"> |
| 447 | <slideout resource="console_button" x="%console_button_x%" y="%console_button_y%" /> |
| 448 | <placement x="%console_x%" y="150" w="%console_width%" h="1000" /> |
| 449 | <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" /> |
| 450 | <font resource="fixed" /> |
| 451 | </object> |
| 452 | </template> |
| 453 | |
| 454 | <template name="keyboardtemplate"> |
| 455 | <object type="keyboard"> |
| 456 | <placement x="0" y="684" /> |
| 457 | <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" /> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 458 | <highlight color="%highlight_color%" /> |
Ethan Yonker | c3120d4 | 2014-02-17 07:55:00 -0600 | [diff] [blame] | 459 | <capshighlight color="%caps_highlight_color%" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 460 | <layout1> |
| 461 | <keysize height="129" width="159" /> |
z31s1g | 5618952 | 2016-01-13 19:12:40 +0100 | [diff] [blame] | 462 | <row1 key01="153:c:9" 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="177:c:8" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 463 | <row2 key01="213:layout3" key02="156:a" key03="156:s" key04="156:d" key05="156:f" key06="156:g" key07="156:h" key08="156:j" key09="k" key10="156:l" key11="303:action" /> |
| 464 | <row3 key01="269:layout2" key02="154:z" key03="154:x" key04="154:c" key05="154:v" key06="154:b" key07="154:n" key08="154:m" key09="154:," long09="!" key10="154:." long10="?" key11="265:layout2" /> |
z31s1g | 5618952 | 2016-01-13 19:12:40 +0100 | [diff] [blame] | 465 | <row4 key01="600:c:27" long01=":c:3" key02="720: " key03="/" long03=":" key04="-" long04="_" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 466 | </layout1> |
| 467 | <layout2> |
Ethan Yonker | c3120d4 | 2014-02-17 07:55:00 -0600 | [diff] [blame] | 468 | <keysize height="129" width="159" capslock="0" revert_layout="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 469 | <row1 key01="153:" 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="177:c:8" /> |
| 470 | <row2 key01="213:layout3" key02="156:A" key03="156:S" key04="156:D" key05="156:F" key06="156:G" key07="156:H" key08="156:J" key09="156:K" key10="156:L" key11="303:action" /> |
that | 7cec636 | 2015-03-14 22:52:15 +0100 | [diff] [blame] | 471 | <row3 key01="269:layout1" key02="154:Z" key03="154:X" key04="154:C" key05="154:V" key06="154:B" key07="154:N" key08="154:M" key09="154:!" key10="154:?" key11="265:layout1" /> |
| 472 | <row4 key01="600:" key02="720: " key03=":" key04="_" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 473 | </layout2> |
| 474 | <layout3> |
| 475 | <keysize height="129" width="159" /> |
| 476 | <row1 key01="153:" key02="1" key03="2" key04="3" key05="4" key06="5" key07="6" key08="7" key09="8" key10="9" key11="0" key12="177:c:8" /> |
Matt Mower | 8293153 | 2015-02-27 14:19:59 -0600 | [diff] [blame] | 477 | <row2 key01="213:layout1" key02="156:#" key03="156:$" key04="156:%" key05="156:&" key06="156:*" key07="156:-" key08="156:+" key09="156:(" key10="156:)" key11="303:action" /> |
| 478 | <row3 key01="269:layout4" key02="154:<" key03="154:>" key04="154:=" key05="154:'" key06="154:;" key07="154:," key08="154:." key09="154:!" key10="154:?" key11="265:layout4" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 479 | <row4 key01="282:" key02="/" key03="@" key04="720: " key05="159:c:34" key06="_" /> |
| 480 | </layout3> |
| 481 | <layout4> |
| 482 | <keysize height="129" width="159" /> |
| 483 | <row1 key01="153:" key02="~" key03="`" key04="|" key05="159:" key06="159:" key07="159:" key08="159:" key09="159:" key10="159:" key11="159:" key12="177:c:8" /> |
z31s1g | 5618952 | 2016-01-13 19:12:40 +0100 | [diff] [blame] | 484 | <row2 key01="213:layout1" key02="156:c:-105" key03="156:c:-108" key04="156:c:-103" key05="156:c:-106" key06="156:^" key07="156:" key08="156:" key09="156:{" key10="156:}" key11="303:action" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 485 | <row3 key01="269:layout3" key02="154:\" key03="154:" key04="154:" key05="154:" key06="154:" key07="154:[" key08="154:]" key09="154:!" key10="154:?" key11="265:layout3" /> |
| 486 | <row4 key01="600:" key02="720: " /> |
| 487 | </layout4> |
| 488 | </object> |
| 489 | </template> |
| 490 | </templates> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 491 | </recovery> |