forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialogAddonInfo.xml
49 lines (49 loc) · 2.05 KB
/
DialogAddonInfo.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window id="146">
<defaultcontrol always="true">9000</defaultcontrol>
<controls>
<include condition="!Skin.HasSetting(wipinfo)">DialogAddonInfoOld</include>
<include condition="Skin.HasSetting(wipinfo)">DialogAddonInfoWIP</include>
<control type="group">
<visible>Control.HasFocus(9601)</visible>
<include>Animation.FadeIn</include>
<include>Animation.FadeOut</include>
<control type="image" description="Background">
<include>Dimensions_Fullscreen</include>
<texture colordiffuse="Background">common/bg.jpg</texture>
<animation effect="fade" start="100" end="95" condition="true">Conditional</animation>
</control>
</control>
<control type="group">
<left>SidePad</left>
<right>SidePad</right>
<top>PosterPad</top>
<height>630</height>
<visible>Control.HasFocus(9601)</visible>
<include>Animation.FadeIn.Slide</include>
<include>Animation.FadeOut</include>
<control type="label">
<description>header label</description>
<left>60</left>
<right>60</right>
<posy>60</posy>
<font>EpisodeNumberNew</font>
<textcolor>Dark1</textcolor>
<height>45</height>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="textbox">
<description>textarea</description>
<left>60</left>
<right>60</right>
<top>150</top>
<bottom>0</bottom>
<align>justify</align>
<font>Medium</font>
<textcolor>Dark1</textcolor>
<label>$INFO[ListItem.AddonSummary,[B],[/B][CR][CR]]$INFO[ListItem.AddonDescription,,[CR][CR]]$INFO[ListItem.AddonNews]</label>
</control>
</control>
</controls>
</window>