-
Notifications
You must be signed in to change notification settings - Fork 13
/
splash.xml
53 lines (50 loc) · 1.93 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
<theme>
<!--
///
Variables
///
-->
<variables>
<distributionPath ifSubset="distribution:retrobat">~/.emulationstation/</distributionPath><!-- RetroBat\emulationstation\.emulationstation\ -->
<distributionPath ifSubset="distribution:batocera">/userdata/</distributionPath><!-- /userdata -->
<themeCustomizationsPath>${distributionPath}theme-customizations/art-book-next/</themeCustomizationsPath>
</variables>
<include>./colors.xml</include>
<include ifSubset="color-scheme:custom">${themeCustomizationsPath}colors.xml</include>
<formatVersion>7</formatVersion>
<view name="splash">
<splash name="splash">
<backgroundColor>${splashBackgroundColor}</backgroundColor>
</splash>
<image ifSubset="splash-screen:custom" name="background">
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<minSize>1 1</minSize>
<path>${themeCustomizationsPath}splash.png</path>
<path>${themeCustomizationsPath}splash.jpg</path>
</image>
<image ifSubset="splash-screen:default" 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>${splashProgressBarColor}</color>
<colorEnd>${splashProgressBarColorEnd}</colorEnd>
</image>
<image name="progressbar:active">
<color>${splashProgressBarActiveColor}</color>
<colorEnd>${splashProgressBarActiveColorEnd}</colorEnd>
</image>
<text name="label">
<origin>0.5 0.5</origin>
<pos>0.5 0.6</pos>
<alignment>center</alignment>
<fontPath>./_inc/fonts/Roboto-Bold.ttf</fontPath>
<fontSize>0.04</fontSize>
<color>${splashProgressBarTextColor}</color>
<forceUppercase>true</forceUppercase>
</text>
</view>
</theme>