blob: b04baa47ef4aa89182eb353b03b8bfc9bd953d05 [file] [log] [blame]
that235c6482016-01-24 21:59:00 +01001<?xml version="1.0"?>
2<recovery>
3 <details>
4 <resolution width="1080" height="1920"/>
5 <author>TeamWin</author>
6 <title>TWRP</title>
Ethan Yonkere95c4862016-01-27 10:57:26 -06007 <description>splash screen</description>
bigbiff bigbiff56cf5642016-08-19 17:43:45 -04008 <themeversion>3</themeversion>
that235c6482016-01-24 21:59:00 +01009 </details>
10
11 <resources>
12 <font name="font_l" filename="RobotoCondensed-Regular.ttf" size="52"/>
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="1080"/>
19 <variable name="screen_height" value="1920"/>
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="456"/>
31 </fill>
32
33 <image>
34 <image resource="splashlogo"/>
35 <placement x="540" y="456" placement="4"/>
36 </image>
37
38 <image>
39 <image resource="splashteamwin"/>
40 <placement x="540" y="1540" placement="4"/>
41 </image>
42
43 <text color="%header_color%">
44 <font resource="font_l"/>
45 <placement x="540" y="1590" placement="5"/>
46 <text>Recovery Project %tw_version%</text>
47 </text>
48 </page>
49 </pages>
50</recovery>
51