that | 235c648 | 2016-01-24 21:59:00 +0100 | [diff] [blame] | 1 | <?xml version="1.0"?>
|
| 2 | <recovery>
|
| 3 | <details>
|
| 4 | <resolution width="800" height="480"/>
|
| 5 | <author>TeamWin</author>
|
| 6 | <title>TWRP</title>
|
| 7 | <description>Default basic theme</description>
|
| 8 | <preview>preview.jpg</preview>
|
| 9 | <themeversion>1</themeversion>
|
| 10 | </details>
|
| 11 |
|
| 12 | <resources>
|
| 13 | <font name="font_l" filename="RobotoCondensed-Regular.ttf" size="24"/>
|
| 14 | <image name="splashlogo" filename="splashlogo" retainaspect="1"/>
|
| 15 | <image name="splashteamwin" filename="splashteamwin" retainaspect="1"/>
|
| 16 | </resources>
|
| 17 |
|
| 18 | <variables>
|
| 19 | <variable name="screen_width" value="800"/>
|
| 20 | <variable name="screen_height" value="480"/>
|
| 21 | <variable name="background_color" value="#222222"/>
|
| 22 | <variable name="header_color" value="#555555"/>
|
| 23 | <variable name="accent_color" value="#0090CA"/>
|
| 24 | </variables>
|
| 25 |
|
| 26 | <pages>
|
| 27 | <page name="splash">
|
| 28 | <background color="%background_color%"/>
|
| 29 |
|
| 30 | <fill color="%header_color%">
|
| 31 | <placement x="0" y="0" w="%screen_width%" h="140"/>
|
| 32 | </fill>
|
| 33 |
|
| 34 | <image>
|
| 35 | <image resource="splashlogo"/>
|
| 36 | <placement x="400" y="140" placement="4"/>
|
| 37 | </image>
|
| 38 |
|
| 39 | <image>
|
| 40 | <image resource="splashteamwin"/>
|
| 41 | <placement x="400" y="366" placement="4"/>
|
| 42 | </image>
|
| 43 |
|
| 44 | <text color="%header_color%">
|
| 45 | <font resource="font_l"/>
|
| 46 | <placement x="400" y="386" placement="5"/>
|
| 47 | <text>Recovery Project %tw_version%</text>
|
| 48 | </text>
|
| 49 | </page>
|
| 50 | </pages>
|
| 51 | </recovery>
|
| 52 |
|