Files
jellycon/resources/skins/default/720p/ActionMenu.xml
2019-06-02 10:47:58 +10:00

69 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window id="3301" type="dialog">
<defaultcontrol always="true">3000</defaultcontrol>
<zorder>2</zorder>
<coordinates>
<system>1</system>
<left>450</left>
<top>200</top>
</coordinates>
<controls>
<control type="image" id="3010">
<left>0</left>
<top>0</top>
<width>380</width>
<height>265</height>
<texture border="40">bg.png</texture>
</control>
<control type="wraplist" id="3000">
<left>10</left>
<top>10</top>
<width>360</width>
<height>250</height>
<!--<height max="780">auto</height>-->
<orientation>vertical</orientation>
<focusposition>2</focusposition>
<itemlayout width="360" height="50">
<control type="image">
<left>0</left>
<top>0</top>
<width>360</width>
<height>45</height>
<texture border="1" colordiffuse="ff161616">white.png</texture>
</control>
<control type="textbox">
<width>360</width>
<left>0</left>
<top>5</top>
<height>45</height>
<label>$INFO[ListItem.Label]</label>
<textcolor>99FFFFFF</textcolor>
<font>font14</font>
<align>center</align>
</control>
</itemlayout>
<focusedlayout width="360" height="50">
<control type="image">
<left>0</left>
<top>0</top>
<width>360</width>
<height>45</height>
<texture border="1" colordiffuse="ff525252">white.png</texture>
</control>
<control type="textbox">
<width>360</width>
<left>0</left>
<top>5</top>
<height>45</height>
<label>$INFO[ListItem.Label]</label>
<textcolor>FFFFFFFF</textcolor>
<font>font14</font>
<align>center</align>
</control>
</focusedlayout>
</control>
</controls>
</window>