-
Notifications
You must be signed in to change notification settings - Fork 5
/
home_full.xml
45 lines (45 loc) · 1.29 KB
/
home_full.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
<theme>
<view name="system">
<image name="background" extra="true">
<path>./${system.theme}/full.png</path>
<default>./images/background.png</default>
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<zIndex>2</zIndex>
</image>
<carousel name="systemcarousel">
<pos>0 1.5</pos>
<color>00000000</color>
<size>1 .52</size>
<maxLogoCount>5</maxLogoCount>
<logoSize>.2 .2</logoSize>
<logoScale>1.5</logoScale>
<logoAlignment>center</logoAlignment>
</carousel>
<text name="systemInfo">
<alignment>center</alignment>
<size>0 0</size>
<pos>.5 .92</pos>
<origin>.5 0</origin>
<fontPath>./images/fonts/au.otf</fontPath>
<color>FFFFFF</color>
<fontSize>.04</fontSize>
</text>
<text name="title" extra="true">
<text>${system.fullName}</text>
<alignment>center</alignment>
<size>0 0</size>
<pos>.5 1.5</pos>
<origin>.5 0</origin>
<fontPath>./images/fonts/au.otf</fontPath>
<color>FFFFFF</color>
<fontSize>.05</fontSize>
</text>
<image name="logo">
<path>./${system.theme}/icon.png</path>
<zIndex>3</zIndex>
<default>./images/iconblank.png</default>
</image>
</view>
</theme>