-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsplash.xml
More file actions
40 lines (31 loc) · 935 Bytes
/
splash.xml
File metadata and controls
40 lines (31 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<theme>
<formatVersion>7</formatVersion>
<include>./theme.xml</include>
<include>./config.xml</include>
<view name="splash">
<splash name="splash">
<backgroundColor>${accent}</backgroundColor>
</splash>
<image name="background">
<path>./assets/splash.png</path>
</image>
<image name="progressbar">
<origin>0.5 0.5</origin>
<pos>0.5 0.7</pos>
<color>${accent}</color>
<colorEnd>${accent}</colorEnd>
</image>
<image name="progressbar:active">
<color>${textaccent}</color>
<colorEnd>${textaccent}</colorEnd>
</image>
<text name="label">
<origin>0.5 0.5</origin>
<pos>0.5 0.8</pos>
<alignment>center</alignment>
<fontPath>./assets/BPreplayBold-unhinted.otf</fontPath>
<fontSize>0.05</fontSize>
<color>${textaccent}</color>
</text>
</view>
</theme>