-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsplash.xml
28 lines (28 loc) · 902 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<formatVersion>7</formatVersion>
<include>./inc/globals.xml</include>
<view name="splash">
<splash name="splash">
<backgroundColor>${colorBlack}</backgroundColor>
</splash>
<image name="background">
<!-- Leave default for better OS/device portability -->
</image>
<image name="progressbar">
<color>${colorGrayDark}${opacity80P}</color>
<colorEnd>${colorGrayDark}${opacity80P}</colorEnd>
<roundCorners>0.01</roundCorners>
</image>
<image name="progressbar:active">
<color>${colorGrayLight}</color>
<colorEnd>${colorGrayLight}</colorEnd>
</image>
<text name="label">
<alignment>center</alignment>
<fontPath>./assets/fonts/RobotoCondensed-Regular.ttf</fontPath>
<fontSize>0.0425</fontSize>
<color>${colorWhite}</color>
</text>
</view>
</theme>