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>
|
Ethan Yonker | e95c486 | 2016-01-27 10:57:26 -0600 | [diff] [blame^] | 7 | <description>splash screen</description>
|
that | 235c648 | 2016-01-24 21:59:00 +0100 | [diff] [blame] | 8 | <themeversion>1</themeversion>
|
| 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="800"/>
|
| 19 | <variable name="screen_height" value="480"/>
|
| 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="140"/>
|
| 31 | </fill>
|
| 32 |
|
| 33 | <image>
|
| 34 | <image resource="splashlogo"/>
|
| 35 | <placement x="400" y="140" placement="4"/>
|
| 36 | </image>
|
| 37 |
|
| 38 | <image>
|
| 39 | <image resource="splashteamwin"/>
|
| 40 | <placement x="400" y="366" placement="4"/>
|
| 41 | </image>
|
| 42 |
|
| 43 | <text color="%header_color%">
|
| 44 | <font resource="font_l"/>
|
| 45 | <placement x="400" y="386" placement="5"/>
|
| 46 | <text>Recovery Project %tw_version%</text>
|
| 47 | </text>
|
| 48 | </page>
|
| 49 | </pages>
|
| 50 | </recovery>
|
| 51 |
|