skin.pellucidPlus/1080i/AddonBrowser.xml

92 lines
3.5 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<include>fadeInOut</include>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control>
<control type="group" id="9001">
<posx>col-2-begin</posx>
<posy>row-3-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-168</posx>
<posy>44</posy>
<width>fullscreenWidth</width>
<height>1-row</height>
<texture>colors/selected.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-3</posx>
<posy>44</posy>
<width>3</width>
<height>1-row</height>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>12</posx>
<posy>44</posy>
<width>16-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[31055]</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="grouplist">
<posx>10-col</posx>
<posy>46</posy>
<orientation>horizontal</orientation>
<control type="button" id="5">
<align>center</align>
<aligny>center</aligny>
<height>54</height>
<width>8-col</width>
<font>pageTitle</font>
<label>24063</label>
<textcolor>black</textcolor>
<focusedcolor>selected</focusedcolor>
<texturefocus>colors/black.png</texturefocus>
<textoffsetx>12</textoffsetx>
<textoffsety>-6</textoffsety>
<ondown>9999</ondown>
</control>
</control>
<!--content listing-->
<control type="group" id="9999">
<onup>5</onup>
<posx>0</posx>
<posy>-50</posy>
<include>viewDialogList</include>
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="70" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
<posx>col-22-begin</posx>
<posy>126</posy>
<height>11-row</height>
<onleft>9999</onleft>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>AddonBrowser.xml</label>
</control>
</controls>
</window>