-
Notifications
You must be signed in to change notification settings - Fork 4
/
AF_FilterBar.xml
36 lines (32 loc) · 1.68 KB
/
AF_FilterBar.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
<GuiXml>
<Controls>
<!-- Base Control -->
<Control name="AF_Base" virtual="true" hidden="true">
<Dimensions x="565" y="40" />
<Controls>
<Label name="$(parent)Label" font="ZoFontGameSmall" hidden="false" verticalAlignment="CENTER" horizontalAlignment="RIGHT">
<Dimensions x="136" y="40" />
<Anchor point="LEFT" relativeTo="$(parent)" relativePoint="LEFT" offsetX="-75" />
</Label>
<Control name="$(parent)Divider" inherits="ZO_WideHorizontalDivider" hidden="false" alpha="0.3">
<Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="BOTTOMLEFT" />
<Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" />
</Control>
</Controls>
</Control>
<!-- Base Button -->
<Button name="AF_Button" font="ZoFontGameMedium" virtual="true" hidden="false">
<Dimensions x="32" y="32" />
<Controls>
<Texture name="$(parent)Texture" hidden="false">
<Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" />
<Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" />
</Texture>
<Texture name="$(parent)Highlight" hidden="true" blendMode="ADD">
<Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" />
<Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" />
</Texture>
</Controls>
</Button>
</Controls>
</GuiXml>