-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
splash.xml
77 lines (54 loc) · 1.55 KB
/
splash.xml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<theme>
<formatVersion>7</formatVersion>
<include>./theme.xml</include>
<view name="splash">
<splash name="splash">
backgroundColor="4e97d1"
</splash>
<image ifSubset="splashscreen:disabled" name="background"
visible="false"
/>
<image ifSubset="splashscreen:colorset,themeColors:knulli" name="background"
path="./_inc/parts/splash/knulli.png"
/>
<image ifSubset="splashscreen:knulli" name="background"
path="./_inc/parts/splash/knulli.png"
/>
<image ifSubset="splashscreen:knulli_firefly" name="background"
path="./_inc/parts/splash/knulli_firefly.png"
/>
<image ifSubset="splashscreen:colorset,themeColors:batocera" name="background"
path="./_inc/parts/splash/batocera.png"
/>
<image ifSubset="splashscreen:batocera" name="background"
path="./_inc/parts/splash/batocera.png"
/>
<image ifSubset="splashscreen:colorset,themeColors:anbernic" name="background"
path="./_inc/parts/splash/anbernic.png"
/>
<image ifSubset="splashscreen:anbernic" name="background"
path="./_inc/parts/splash/anbernic.png"
/>
<image name="progressbar:active"
color="FFFFFF"
colorEnd="333333"
/>
<text name="label"
origin="0.5 0.5"
forceUppercase="false"
size="1 1"
alignment="center"
color="FFFFFF"
fontPath="./_inc/fonts/font.ttf"
glowColor="0000004d"
glowSize="1"
glowOffset="1"
pos="0.5 0.85"
fontSize="0.045"
/>
<text ifSubset="splashscreen:disabled" name="label"
pos="0.5 0.5"
fontSize="0.055"
/>
</view>
</theme>