-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsplash.xml
More file actions
37 lines (37 loc) · 1.01 KB
/
Copy pathsplash.xml
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
<theme>
<formatVersion>7</formatVersion>
<include>./theme.xml</include>
<view name="splash">
<image name="background">
<origin>0 0</origin>
<pos>0 0</pos>
<minSize>1 1</minSize>
<path>./assets/images/splash/retrowave.png</path>
<linearSmooth>true</linearSmooth>
</image>
<image name="progressbar">
<origin>0 1</origin>
<pos>0.2 0.15</pos>
<maxSize>0.6 1</maxSize>
<color>ffffff00</color>
<linearSmooth>true</linearSmooth>
<path>./assets/images/splash/progressbar.png</path>
</image>
<image name="progressbar:active">
<tile>true</tile>
<path>./assets/images/splash/progressbar.png</path>
<color>white</color>
<colorEnd>white</colorEnd>
<linearSmooth>true</linearSmooth>
<gradientType>horizontal</gradientType>
</image>
<text name="label">
<pos>0 0.165</pos>
<alignment>center</alignment>
<fontPath>${fontBold}</fontPath>
<fontSize>${fontSize16}</fontSize>
<forceUppercase>true</forceUppercase>
<color>FC2C8B</color>
</text>
</view>
</theme>