blob: 964b2af98e34b9ad9f7fb3eb9c92b4311e4b1ee7 [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>
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="52"/>
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="1080"/>
20 <variable name="screen_height" value="1920"/>
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="456"/>
32 </fill>
33
34 <image>
35 <image resource="splashlogo"/>
36 <placement x="540" y="456" placement="4"/>
37 </image>
38
39 <image>
40 <image resource="splashteamwin"/>
41 <placement x="540" y="1540" placement="4"/>
42 </image>
43
44 <text color="%header_color%">
45 <font resource="font_l"/>
46 <placement x="540" y="1590" placement="5"/>
47 <text>Recovery Project %tw_version%</text>
48 </text>
49 </page>
50 </pages>
51</recovery>
52