-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathsplash.xml
More file actions
49 lines (42 loc) · 1.26 KB
/
splash.xml
File metadata and controls
49 lines (42 loc) · 1.26 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
38
39
40
41
42
43
44
45
46
47
48
49
<!--
Theme: Albedo
Author: mluizvitor
-->
<theme>
<formatVersion>7</formatVersion>
<view name="splash">
<!-- Bloco que define a cor de fundo da tela de splash -->
<splash name="splash">
<backgroundColor>000000</backgroundColor>
</splash>
<!-- Bloco para imagem de fundo da splash (mantido padrão para portabilidade) -->
<image name="background">
<path>./splash.png</path>
<minSize>1 1</minSize>
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
</image>
<!-- Bloco que define a barra de progresso inativa -->
<image name="progressbar">
<color>000000</color>
<origin>0.5 1</origin>
<pos>0.5 1</pos>
<maxSize>1 0.00625</maxSize>
<minSize>1 0.00625</minSize>
</image>
<!-- Bloco que define a barra de progresso ativa -->
<image name="progressbar:active">
<color>AAAAAA</color>
<tile>true</tile>
</image>
<!-- Bloco que exibe o texto de carregamento centralizado na tela -->
<text name="label">
<alignment>center</alignment>
<fontPath>./assets/fonts/Inter/Inter-Regular.otf</fontPath>
<fontSize>0.0375</fontSize>
<color>ffffff</color>
<origin>0.5 1</origin>
<pos>0.5 0.95</pos>
</text>
</view>
</theme>