Matt Mower | 64ffe73 | 2016-02-10 00:19:34 -0600 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <recovery> |
| 3 | <details> |
| 4 | <resolution width="320" height="320"/> |
| 5 | <author>TeamWin</author> |
| 6 | <title>TWRP</title> |
| 7 | <description>splash screen</description> |
bigbiff bigbiff | 56cf564 | 2016-08-19 17:43:45 -0400 | [diff] [blame] | 8 | <themeversion>3</themeversion> |
Matt Mower | 64ffe73 | 2016-02-10 00:19:34 -0600 | [diff] [blame] | 9 | </details> |
| 10 | |
| 11 | <resources> |
| 12 | <font name="font_l" filename="RobotoCondensed-Regular.ttf" size="24"/> |
| 13 | <image name="splashlogo" filename="splashlogo" retainaspect="1"/> |
| 14 | <image name="splashteamwin" filename="splashteamwin" retainaspect="1"/> |
| 15 | </resources> |
| 16 | |
| 17 | <variables> |
| 18 | <variable name="screen_width" value="320"/> |
| 19 | <variable name="screen_height" value="320"/> |
| 20 | <variable name="background_color" value="#222222"/> |
| 21 | <variable name="header_color" value="#555555"/> |
| 22 | <variable name="accent_color" value="#0090CA"/> |
| 23 | </variables> |
| 24 | |
| 25 | <pages> |
| 26 | <page name="splash"> |
| 27 | <background color="%background_color%"/> |
| 28 | |
| 29 | <fill color="%header_color%"> |
| 30 | <placement x="0" y="0" w="%screen_width%" h="120"/> |
| 31 | </fill> |
| 32 | |
| 33 | <image> |
| 34 | <image resource="splashlogo"/> |
| 35 | <placement x="160" y="120" placement="4"/> |
| 36 | </image> |
| 37 | |
| 38 | <image> |
| 39 | <image resource="splashteamwin"/> |
| 40 | <placement x="160" y="270" placement="4"/> |
| 41 | </image> |
| 42 | |
| 43 | <text color="%header_color%"> |
| 44 | <font resource="font_l"/> |
| 45 | <placement x="160" y="290" placement="5"/> |
| 46 | <text>Recovery Project %tw_version%</text> |
| 47 | </text> |
| 48 | </page> |
| 49 | </pages> |
| 50 | </recovery> |
| 51 | |