blob: 31f793380da246035e671cc34b9b2319bc09322c [file] [log] [blame]
that235c6482016-01-24 21:59:00 +01001<?xml version="1.0"?>
2<recovery>
3 <details>
4 <resolution width="480" height="800"/>
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="480"/>
20 <variable name="screen_height" value="800"/>
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="200"/>
32 </fill>
33
34 <image>
35 <image resource="splashlogo"/>
36 <placement x="240" y="200" placement="4"/>
37 </image>
38
39 <image>
40 <image resource="splashteamwin"/>
41 <placement x="240" y="660" placement="4"/>
42 </image>
43
44 <text color="%header_color%">
45 <font resource="font_l"/>
46 <placement x="240" y="680" placement="5"/>
47 <text>Recovery Project %tw_version%</text>
48 </text>
49 </page>
50 </pages>
51</recovery>
52