skin.pellucid/1080i/ViewsDialogs.xml

88 lines
3.6 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--list-->
<include name="viewDialogList">
<control type="panel" id="50">
<posx>0</posx>
<posy>3-row</posy>
<width>22-col</width>
<height>11-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>5</onup>
<pagecontrol>60</pagecontrol>
<itemlayout height="1-row" width="11-col">
<control type="image">
<posx>4</posx>
<posy>4</posy>
<width>48</width>
<height>48</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
</control>
<control type="label">
<posx>1-col</posx>
<posy>0</posy>
<width>7-col</width>
<font>itemTitle</font>
<textcolor>selected</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<right>48</right>
<posy>0</posy>
<width>4-col</width>
<align>right</align>
<label>$INFO[ListItem.Label2]</label>
<font>smallMedium</font>
<textcolor>selected</textcolor>
<selectedcolor>selected</selectedcolor>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout height="1-row" width="11-col">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>11-col-gutter</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture border="24,0,24,0">UIControls/listitemFO.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>4</posx>
<posy>4</posy>
<width>48</width>
<height>48</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
</control>
<control type="label">
<posx>1-col</posx>
<posy>0</posy>
<width>7-col</width>
<font>itemTitle</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<right>48</right>
<posy>0</posy>
<width>4-col</width>
<align>right</align>
<label>$INFO[ListItem.Label2]</label>
<font>smallMedium</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
</control>
</include>
</includes>