forked from nkahoang/es-theme-art-book-next-arkos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
splash.xml
31 lines (31 loc) · 928 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
29
30
31
<theme>
<formatVersion>7</formatVersion>
<view name="splash">
<splash name="splash">
<backgroundColor>000000</backgroundColor>
</splash>
<image name="background">
<origin>0 0</origin>
<pos>1 1</pos>
</image>
<image name="progressbar">
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<color>222222</color>
<colorEnd>222222</colorEnd>
</image>
<image name="progressbar:active">
<color>333333</color>
<colorEnd>333333</colorEnd>
</image>
<text name="label">
<origin>0.5 0.5</origin>
<pos>0.5 0.6</pos>
<alignment>center</alignment>
<fontPath>./_inc/fonts/Oxygen-Bold.ttf</fontPath>
<fontSize>0.04</fontSize>
<color>ffffff</color>
<forceUppercase>true</forceUppercase>
</text>
</view>
</theme>