-
Notifications
You must be signed in to change notification settings - Fork 49
/
HybridScrollFrame.xml
executable file
·90 lines (86 loc) · 3.22 KB
/
HybridScrollFrame.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<Ui xmlns="http://www.blizzard.com/wow/ui/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
<Frame name="HybridScrollListItemTemplate" virtual="true">
<Size y="12" x="720"/>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="Background" setAllPoints="true">
<Color r="0" g="0" b="0" a="0.2"/>
</Texture>
</Layer>
<Layer level="ARTWORK">
<FontString parentKey="Name" inherits="GameFontHighlightSmall" justifyH="LEFT">
<Size x="150"/>
</FontString>
<FontString parentKey="Honor" inherits="GameFontHighlightSmall" justifyH="LEFT">
<Size x="80"/>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.Name"/>
</Anchors>
</FontString>
<FontString parentKey="EstHonor" inherits="GameFontHighlightSmall" justifyH="LEFT">
<Size x="100"/>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.Honor"/>
</Anchors>
</FontString>
<FontString parentKey="EstWeekHonor" inherits="GameFontHighlightSmall" justifyH="LEFT">
<Size x="100"/>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.EstHonor"/>
</Anchors>
</FontString>
<FontString parentKey="LstWkHonor" inherits="GameFontHighlightSmall" justifyH="LEFT">
<Size x="80"/>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.EstWeekHonor"/>
</Anchors>
</FontString>
<FontString parentKey="Standing" inherits="GameFontHighlightSmall" justifyH="LEFT">
<Size x="70"/>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.LstWkHonor"/>
</Anchors>
</FontString>
<FontString parentKey="RP" inherits="GameFontHighlightSmall" justifyH="LEFT">
<Size x="70"/>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.Standing"/>
</Anchors>
</FontString>
<FontString parentKey="Rank" inherits="GameFontHighlightSmall" justifyH="LEFT">
<Size x="50"/>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.RP"/>
</Anchors>
</FontString>
<FontString parentKey="LastSeen" inherits="GameFontHighlightSmall" justifyH="LEFT">
<Size x="60"/>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.Rank"/>
</Anchors>
</FontString>
</Layer>
<Layer level="HIGHLIGHT">
<Texture parentKey="Highlight" setAllPoints="true" alphaMode="ADD">
<Color r="1" g="0.75" b="0" a="0.2"/>
</Texture>
</Layer>
</Layers>
</Frame>
<ScrollFrame name="HybridScrollFrame" inherits="HybridScrollFrameTemplate" virtual="true">
<Anchors>
<Anchor point="TOPLEFT"/>
<Anchor point="BOTTOMRIGHT" x="-20"/>
</Anchors>
<Frames>
<Slider parentKey="scrollBar" inherits="HybridScrollBarTemplate">
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT" x="1" y="-16"/>
<Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT" x="1" y="12"/>
</Anchors>
</Slider>
</Frames>
</ScrollFrame>
</Ui>