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="800" height="1280" /> |
| 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="portrait.xml" /> |
| 14 | </include> |
| 15 | |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 16 | <resources> |
| 17 | <resource name="font" type="font" filename="Roboto-Condensed-30" /> |
Dees_Troy | b46a684 | 2012-09-25 11:06:46 -0400 | [diff] [blame] | 18 | <resource name="mediumfont" type="font" filename="Roboto-Condensed-30" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 19 | <resource name="filelist" type="font" filename="Roboto-Condensed-30" /> |
| 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 Bocek | 1fc30fc | 2014-01-29 18:37:19 +0100 | [diff] [blame] | 46 | <resource name="cursor" type="image" filename="cursor" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 47 | </resources> |
| 48 | |
| 49 | <variables> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 50 | <variable name="col1_x" value="10" /> |
| 51 | <variable name="col2_x" value="415" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 52 | <variable name="col_center_x" value="213" /> |
Dees_Troy | b46a684 | 2012-09-25 11:06:46 -0400 | [diff] [blame] | 53 | <variable name="col_center_medium_x" value="306" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 54 | <variable name="center_x" value="400" /> |
| 55 | <variable name="row1_y" value="185" /> |
| 56 | <variable name="row2_y" value="425" /> |
| 57 | <variable name="row3_y" value="665" /> |
| 58 | <variable name="row4_y" value="905" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 59 | <variable name="row_queue_y" value="710" /> |
| 60 | <variable name="row1_header_y" value="131" /> |
| 61 | <variable name="row1_text_y" value="170" /> |
| 62 | <variable name="row2_text_y" value="220" /> |
| 63 | <variable name="row3_text_y" value="270" /> |
| 64 | <variable name="row4_text_y" value="320" /> |
| 65 | <variable name="row5_text_y" value="370" /> |
| 66 | <variable name="row6_text_y" value="420" /> |
| 67 | <variable name="row7_text_y" value="470" /> |
| 68 | <variable name="row8_text_y" value="520" /> |
| 69 | <variable name="row9_text_y" value="570" /> |
| 70 | <variable name="row10_text_y" value="620" /> |
| 71 | <variable name="row11_text_y" value="670" /> |
Dees_Troy | cfb63ae | 2012-09-19 14:30:17 -0400 | [diff] [blame] | 72 | <variable name="row12_text_y" value="720" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 73 | <variable name="row13_text_y" value="770" /> |
| 74 | <variable name="row14_text_y" value="820" /> |
| 75 | <variable name="row15_text_y" value="870" /> |
| 76 | <variable name="row16_text_y" value="920" /> |
| 77 | <variable name="row17_text_y" value="970" /> |
| 78 | <variable name="row18_text_y" value="1020" /> |
| 79 | <variable name="zip_status_y" value="640" /> |
| 80 | <variable name="tz_selected_y" value="160" /> |
| 81 | <variable name="tz_set_y" value="955" /> |
Dees_Troy | b46a684 | 2012-09-25 11:06:46 -0400 | [diff] [blame] | 82 | <variable name="tz_current_y" value="1185" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 83 | <variable name="col_progressbar_x" value="264" /> |
| 84 | <variable name="row_progressbar_y" value="1100" /> |
Dees_Troy | b46a684 | 2012-09-25 11:06:46 -0400 | [diff] [blame] | 85 | <variable name="col1_medium_x" value="10" /> |
| 86 | <variable name="col2_medium_x" value="208" /> |
| 87 | <variable name="col3_medium_x" value="406" /> |
| 88 | <variable name="col4_medium_x" value="604" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 89 | <variable name="row1_medium_y" value="130" /> |
| 90 | <variable name="row2_medium_y" value="230" /> |
| 91 | <variable name="row3_medium_y" value="330" /> |
| 92 | <variable name="row4_medium_y" value="430" /> |
| 93 | <variable name="row5_medium_y" value="530" /> |
| 94 | <variable name="row6_medium_y" value="840" /> |
| 95 | <variable name="row7_medium_y" value="730" /> |
| 96 | <variable name="slider_x" value="98" /> |
| 97 | <variable name="slider_y" value="1030" /> |
Dees_Troy | b46a684 | 2012-09-25 11:06:46 -0400 | [diff] [blame] | 98 | <variable name="slider_text_y" value="1096" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 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_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 103 | <variable name="highlight_color" value="#90909080" /> |
Ethan Yonker | c3120d4 | 2014-02-17 07:55:00 -0600 | [diff] [blame] | 104 | <variable name="caps_highlight_color" value="#33B5E580" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 105 | <variable name="home_button_x" value="50" /> |
| 106 | <variable name="home_button_y" value="1226" /> |
| 107 | <variable name="back_button_x" value="666" /> |
| 108 | <variable name="back_button_y" value="1226" /> |
| 109 | <variable name="sort_text_x" value="85" /> |
| 110 | <variable name="sort_asc_text_y" value="1090" /> |
| 111 | <variable name="sort_asc_button_y" value="1080" /> |
| 112 | <variable name="sort_desc_text_y" value="1150" /> |
| 113 | <variable name="sort_desc_button_y" value="1140" /> |
| 114 | <variable name="sort_col1_button_x" value="330" /> |
| 115 | <variable name="sort_col2_button_x" value="430" /> |
| 116 | <variable name="sort_col3_button_x" value="530" /> |
| 117 | <variable name="input_width" value="750" /> |
| 118 | <variable name="input_height" value="50" /> |
| 119 | <variable name="input_background_color" value="#303030" /> |
| 120 | <variable name="input_cursor_color" value="#33B5E5" /> |
| 121 | <variable name="input_cursor_width" value="3" /> |
| 122 | <variable name="console_x" value="0" /> |
| 123 | <variable name="console_width" value="800" /> |
| 124 | <variable name="console_foreground" value="#A0A0A0" /> |
Ethan Yonker | bf2cb1c | 2014-07-02 10:15:54 -0500 | [diff] [blame] | 125 | <variable name="warning" value="#F8F8A0" /> |
| 126 | <variable name="error" value="#FF4040" /> |
| 127 | <variable name="highlight" value="#33B5E5" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 128 | <variable name="console_background" value="#303030" /> |
| 129 | <variable name="console_scroll" value="#303030" /> |
| 130 | <variable name="console_action_height" value="470" /> |
| 131 | <variable name="console_install_height" value="600" /> |
| 132 | <variable name="console_installdone_height" value="440" /> |
| 133 | <variable name="fileselector_x" value="5" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 134 | <variable name="fileselector_width" value="790" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 135 | <variable name="fileselector_install_height" value="750" /> |
| 136 | <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="3" /> |
| 140 | <variable name="fileselector_separatorcolor" value="#505050" /> |
| 141 | <variable name="fileselector_separatorheight" value="2" /> |
| 142 | <variable name="fileselector_background" value="#303030" /> |
Dees_Troy | e7585ca | 2013-02-15 11:42:29 -0600 | [diff] [blame] | 143 | <variable name="fileselector_highlight_color" value="#505050" /> |
| 144 | <variable name="fileselector_highlight_font_color" value="#33B5E5" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 145 | <variable name="fileselector_spacing" value="36"/> |
Vojtech Bocek | 7cc278b | 2013-02-24 01:40:19 +0100 | [diff] [blame] | 146 | <variable name="fastscroll_linecolor" value="#808080" /> |
| 147 | <variable name="fastscroll_rectcolor" value="#808080" /> |
| 148 | <variable name="fastscroll_w" value="60" /> |
| 149 | <variable name="fastscroll_linew" value="2" /> |
| 150 | <variable name="fastscroll_rectw" value="40" /> |
| 151 | <variable name="fastscroll_recth" value="70" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 152 | <variable name="listbox_x" value="5" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 153 | <variable name="listbox_width" value="790" /> |
Dees_Troy | eead985 | 2013-02-15 14:31:06 -0600 | [diff] [blame] | 154 | <variable name="listbox_tz_height" value="580" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 155 | <variable name="listbox_background" value="#303030" /> |
| 156 | <variable name="listbox_spacing" value="16" /> |
| 157 | <variable name="sd_plus_x" value="350" /> |
Dees_Troy | b46a684 | 2012-09-25 11:06:46 -0400 | [diff] [blame] | 158 | <variable name="sdext_text_x" value="115" /> |
| 159 | <variable name="sdext_text_y" value="190" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 160 | <variable name="sdswap_button_y" value="260" /> |
Dees_Troy | b46a684 | 2012-09-25 11:06:46 -0400 | [diff] [blame] | 161 | <variable name="sdswap_text_x" value="115" /> |
| 162 | <variable name="sdswap_text_y" value="265" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 163 | <variable name="sdfilesystem_text_y" value="340" /> |
| 164 | <variable name="sdfilesystem_button_y" value="380" /> |
| 165 | <variable name="lock_x" value="200" /> |
| 166 | <variable name="lock_y" value="400" /> |
| 167 | <variable name="filemanager_select_x" value="320" /> |
| 168 | <variable name="filemanager_select_y" value="950" /> |
| 169 | <variable name="backup_name_y" value="550" /> |
| 170 | <variable name="terminal_console_height" value="600" /> |
| 171 | <variable name="terminal_text_y" value="650" /> |
Dees_Troy | b46a684 | 2012-09-25 11:06:46 -0400 | [diff] [blame] | 172 | <variable name="terminal_button_y" value="620" /> |
| 173 | <variable name="row_dst_text_y" value="720" /> |
| 174 | <variable name="row_offset_text_y" value="800" /> |
| 175 | <variable name="row_offset_medium_y" value="840" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 176 | <variable name="button_fill_color" value="#303030" /> |
| 177 | <variable name="button_fill_full_width" value="780" /> |
| 178 | <variable name="button_fill_main_width" value="375" /> |
| 179 | <variable name="button_fill_main_height" value="240" /> |
| 180 | <variable name="button_fill_half_height" value="120" /> |
| 181 | <variable name="button_fill_quarter_height" value="54" /> |
Dees_Troy | 83bd483 | 2013-05-04 12:39:56 +0000 | [diff] [blame] | 182 | <variable name="backup_list_height" value="520" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 183 | <variable name="backup_button_row1" value="745" /> |
| 184 | <variable name="backup_button_row2" value="810" /> |
| 185 | <variable name="mount_list_height" value="690" /> |
| 186 | <variable name="mount_storage_row" value="830" /> |
Dees_Troy | e7e0ae8 | 2013-07-05 14:46:07 +0000 | [diff] [blame] | 187 | <variable name="storage_list_height" value="775" /> |
Ethan Yonker | 87c7bac | 2014-05-25 21:41:08 -0500 | [diff] [blame] | 188 | <variable name="wipe_list_height" value="670" /> |
| 189 | <variable name="wipe_button_row1" value="900" /> |
Dees_Troy | a13d74f | 2013-03-24 08:54:55 -0500 | [diff] [blame] | 190 | <variable name="wipe_button_y" value="650" /> |
Vojtech Bocek | 8593234 | 2013-04-01 22:11:33 +0200 | [diff] [blame] | 191 | <variable name="slidervalue_w" value="780" /> |
| 192 | <variable name="slidervalue_line_clr" value="#FFFFFF" /> |
| 193 | <variable name="slidervalue_slider_clr" value="#33B5E5" /> |
| 194 | <variable name="slidervalue_lineh" value="2" /> |
| 195 | <variable name="slidervalue_padding" value="20" /> |
| 196 | <variable name="slidervalue_sliderw" value="10" /> |
| 197 | <variable name="slidervalue_sliderh" value="60" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 198 | </variables> |
| 199 | |
Vojtech Bocek | 1fc30fc | 2014-01-29 18:37:19 +0100 | [diff] [blame] | 200 | <mousecursor> |
| 201 | <placement w="15" h="15" /> |
| 202 | <background color="#FFFF00FF" resource="cursor" /> |
| 203 | <speed multiplier="2.5" /> |
| 204 | </mousecursor> |
| 205 | |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 206 | <templates> |
| 207 | <template name="header"> |
| 208 | <background color="#000000FF" /> |
| 209 | |
| 210 | <object type="image"> |
| 211 | <image resource="top_bar" /> |
| 212 | <placement x="0" y="0" /> |
| 213 | </object> |
| 214 | |
| 215 | <object type="text" color="%text_color%"> |
| 216 | <font resource="font" /> |
| 217 | <placement x="120" y="10" /> |
| 218 | <text>Team Win Recovery Project v%tw_version%</text> |
| 219 | </object> |
| 220 | |
| 221 | <object type="text" color="%text_color%"> |
| 222 | <condition var1="tw_simulate_actions" var2="1" /> |
| 223 | <font resource="font" /> |
| 224 | <placement x="120" y="45" /> |
| 225 | <text>SIMULATING ACTIONS</text> |
| 226 | </object> |
| 227 | |
| 228 | <object type="text" color="%text_color%"> |
| 229 | <font resource="font" /> |
| 230 | <placement x="120" y="76" /> |
| 231 | <text>%tw_time%</text> |
| 232 | </object> |
| 233 | |
| 234 | <object type="text" color="%text_color%"> |
| 235 | <font resource="font" /> |
| 236 | <placement x="270" y="76" /> |
| 237 | <conditions> |
| 238 | <condition var1="tw_no_battery_percent" var2="0" /> |
| 239 | <condition var1="tw_battery" op=">" var2="0" /> |
| 240 | <condition var1="tw_battery" op="<" var2="101" /> |
| 241 | </conditions> |
| 242 | <text>Battery: %tw_battery%</text> |
| 243 | </object> |
| 244 | |
| 245 | <object type="button"> |
| 246 | <placement x="%home_button_x%" y="%home_button_y%" /> |
| 247 | <font resource="font" color="%button_text_color%" /> |
| 248 | <text></text> |
| 249 | <image resource="home_icon" /> |
| 250 | <condition var1="tw_busy" var2="0" /> |
| 251 | <action function="key">home</action> |
| 252 | </object> |
| 253 | |
| 254 | <object type="button"> |
| 255 | <placement x="%back_button_x%" y="%back_button_y%" /> |
| 256 | <font resource="font" color="%button_text_color%" /> |
| 257 | <text></text> |
| 258 | <image resource="back_icon" /> |
| 259 | <condition var1="tw_busy" var2="0" /> |
| 260 | <action function="key">back</action> |
| 261 | </object> |
| 262 | |
| 263 | <object type="action"> |
| 264 | <touch key="power" /> |
| 265 | <action function="overlay">lock</action> |
| 266 | </object> |
Vojtech Bocek | 03fd6c5 | 2014-03-13 18:46:34 +0100 | [diff] [blame] | 267 | |
| 268 | <object type="action"> |
| 269 | <touch key="power+voldown" /> |
| 270 | <action function="screenshot" /> |
| 271 | </object> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 272 | </template> |
| 273 | |
| 274 | <template name="progress_bar"> |
| 275 | <object type="progressbar"> |
| 276 | <placement x="%col_progressbar_x%" y="%row_progressbar_y%" /> |
Matt Mower | fb1c4ff | 2014-04-16 13:43:36 -0500 | [diff] [blame] | 277 | <resource empty="progress_empty" full="progress_full" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 278 | <data name="ui_progress" /> |
| 279 | </object> |
| 280 | |
| 281 | <object type="animation"> |
| 282 | <placement x="%col_progressbar_x%" y="%row_progressbar_y%" /> |
| 283 | <resource name="progress" /> |
| 284 | <speed fps="15" render="2" /> |
| 285 | <loop frame="1" /> |
| 286 | </object> |
| 287 | </template> |
| 288 | |
| 289 | <template name="sort_options"> |
| 290 | <object type="text" color="%text_color%"> |
| 291 | <font resource="font" /> |
| 292 | <placement x="%sort_text_x%" y="%sort_asc_text_y%" /> |
| 293 | <text>Sort Ascending:</text> |
| 294 | </object> |
| 295 | |
| 296 | <object type="button"> |
| 297 | <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" /> |
| 298 | <font resource="font" color="%button_text_color%" /> |
| 299 | <text>Name</text> |
| 300 | <image resource="sort_button" /> |
| 301 | <action function="set">tw_gui_sort_order=1</action> |
| 302 | </object> |
| 303 | |
| 304 | <object type="button"> |
| 305 | <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" /> |
| 306 | <font resource="font" color="%button_text_color%" /> |
| 307 | <text>Date</text> |
| 308 | <image resource="sort_button" /> |
| 309 | <action function="set">tw_gui_sort_order=2</action> |
| 310 | </object> |
| 311 | |
| 312 | <object type="button"> |
| 313 | <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" /> |
| 314 | <font resource="font" color="%button_text_color%" /> |
| 315 | <text>Size</text> |
| 316 | <image resource="sort_button" /> |
| 317 | <action function="set">tw_gui_sort_order=3</action> |
| 318 | </object> |
| 319 | |
| 320 | <object type="text" color="%text_color%"> |
| 321 | <font resource="font" /> |
| 322 | <placement x="%sort_text_x%" y="%sort_desc_text_y%" /> |
| 323 | <text>Sort Descending:</text> |
| 324 | </object> |
| 325 | |
| 326 | <object type="button"> |
| 327 | <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" /> |
| 328 | <font resource="font" color="%button_text_color%" /> |
| 329 | <text>Name</text> |
| 330 | <image resource="sort_button" /> |
| 331 | <action function="set">tw_gui_sort_order=-1</action> |
| 332 | </object> |
| 333 | |
| 334 | <object type="button"> |
| 335 | <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" /> |
| 336 | <font resource="font" color="%button_text_color%" /> |
| 337 | <text>Date</text> |
| 338 | <image resource="sort_button" /> |
| 339 | <action function="set">tw_gui_sort_order=-2</action> |
| 340 | </object> |
| 341 | |
| 342 | <object type="button"> |
| 343 | <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" /> |
| 344 | <font resource="font" color="%button_text_color%" /> |
| 345 | <text>Size</text> |
| 346 | <image resource="sort_button" /> |
| 347 | <action function="set">tw_gui_sort_order=-3</action> |
| 348 | </object> |
| 349 | </template> |
| 350 | |
| 351 | <template name="action_page_console"> |
| 352 | <object type="console"> |
| 353 | <placement x="0" y="%row3_text_y%" w="800" h="600" /> |
| 354 | <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" /> |
| 355 | <font resource="fixed" /> |
| 356 | </object> |
| 357 | </template> |
| 358 | |
| 359 | <template name="footer"> |
Matt Mower | fb1c4ff | 2014-04-16 13:43:36 -0500 | [diff] [blame] | 360 | <object type="console"> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 361 | <slideout resource="slideout" x="355" y="1220" /> |
| 362 | <placement x="%console_x%" y="0" w="%console_width%" h="1220" /> |
| 363 | <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" /> |
| 364 | <font resource="fixed" /> |
| 365 | </object> |
| 366 | </template> |
| 367 | |
| 368 | <template name="keyboardtemplate"> |
| 369 | <object type="keyboard"> |
| 370 | <placement x="0" y="740" /> |
| 371 | <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" /> |
Dees_Troy | 1a7a667 | 2013-02-15 09:39:07 -0600 | [diff] [blame] | 372 | <highlight color="%highlight_color%" /> |
Ethan Yonker | c3120d4 | 2014-02-17 07:55:00 -0600 | [diff] [blame] | 373 | <capshighlight color="%caps_highlight_color%" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 374 | <layout1> |
| 375 | <keysize height="115" width="80" /> |
| 376 | <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" /> |
Dees_Troy | f5f395b | 2013-02-15 14:45:53 -0600 | [diff] [blame] | 377 | <row2 key01="117:a" key02="s" key03="d" key04="f" key05="g" key06="h" key07="j" key08="k" key09="123:l" /> |
| 378 | <row3 key01="117:layout2" key02="z" key03="x" key04="c" key05="v" key06="b" key07="n" key08="m" key09="123:c:8" /> |
Dees_Troy | ddede4c | 2012-12-18 21:37:26 +0000 | [diff] [blame] | 379 | <row4 key01="117:layout3" key02="80:" key03="400: " key04="80:." key05="123:a:action" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 380 | </layout1> |
| 381 | <layout2> |
Ethan Yonker | c3120d4 | 2014-02-17 07:55:00 -0600 | [diff] [blame] | 382 | <keysize height="116" width="80" capslock="0" revert_layout="1" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 383 | <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" /> |
Dees_Troy | f5f395b | 2013-02-15 14:45:53 -0600 | [diff] [blame] | 384 | <row2 key01="117:A" key02="S" key03="D" key04="F" key05="G" key06="H" key07="J" key08="K" key09="123:L" /> |
| 385 | <row3 key01="117:layout1" key02="Z" key03="X" key04="C" key05="V" key06="B" key07="N" key08="M" key09="123:c:8" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 386 | <row4 key01="117:layout3" key02="80:," key03="400: " key04="80:." key05="123:action" /> |
| 387 | </layout2> |
| 388 | <layout3> |
| 389 | <keysize height="115" width="80" /> |
| 390 | <row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0" /> |
| 391 | <row2 key01="@" key02="#" key03="$" key04="%" key05="&" key06="*" key07="-" key08="+" key09="(" key10=")" /> |
Dees_Troy | f5f395b | 2013-02-15 14:45:53 -0600 | [diff] [blame] | 392 | <row3 key01="117:layout4" key02="!" key03="80:c:34" key04="'" key05=":" key06=";" key07="/" key08="?" key09="123:c:8" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 393 | <row4 key01="117:layout1" key02="80:," key03="400: " key04="80:." key05="123:action" /> |
| 394 | </layout3> |
| 395 | <layout4> |
| 396 | <keysize height="116" width="80" /> |
| 397 | <row1 key01="~" key02="`" key03="|" key04="80:" key05="80:" key06="80:" key07="80:" key08="80:" key09="{" key10="}" /> |
| 398 | <row2 key01="80:" key02="80:" key03="80:" key04="80:" key05="80:" key06="^" key07="_" key08="=" key09="[" key10="]" /> |
Dees_Troy | f5f395b | 2013-02-15 14:45:53 -0600 | [diff] [blame] | 399 | <row3 key01="117:layout3" key02="80:" key03="80:" key04="80:" key05="80:" key06="\" key07="<" key08=">" key09="123:c:8" /> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 400 | <row4 key01="117:layout1" key02="80:" key03="400: " key04="80:" key05="123:action" /> |
| 401 | </layout4> |
| 402 | </object> |
| 403 | </template> |
| 404 | </templates> |
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 405 | </recovery> |