skin.pellucid/1080i/SettingsCategory.xml

150 lines
5.7 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">9000</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control>
<!--placeholder label for current setting group title-->
<control type="label" id="2">
<visible>false</visible>
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<font>regular</font>
<label>-</label>
<textcolor>unselected</textcolor>
</control>
<!--Settings category-->
<control type="group" id="9001">
<posx>col-5-begin</posx>
<posy>row-3-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-384</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>$INFO[control.getlabel(2)]</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<!--settings level button (Gotham only)-->
<control type="grouplist">
<posx>300</posx>
<posy>44</posy>
<orientation>horizontal</orientation>
<control type="label">
<width>auto</width>
<font>pageTitle</font>
<label>$LOCALIZE[31126]:</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="button" id="20">
<align>left</align>
<height>54</height>
<width>4-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[10037]</label>
<textcolor>black</textcolor>
<focusedcolor>selected</focusedcolor>
<texturefocus>colors/black.png</texturefocus>
<textoffsetx>12</textoffsetx>
<textoffsety>-6</textoffsety>
<onclick>SettingsLevelChange</onclick>
<ondown>5</ondown>
</control>
</control>
<!--Category submenu-->
<control type="grouplist" id="3">
<posx>0</posx>
<posy>120</posy>
<width>-</width>
<itemgap>3</itemgap>
<height>14-row</height>
<onleft>9000</onleft>
<onright>5</onright>
<onup>20</onup>
<orientation>vertical</orientation>
</control>
<!--options-->
<control type="grouplist" id="5">
<posx>4-col</posx>
<posy>120</posy>
<width>12-col</width>
<height>11-row</height>
<onleft>3</onleft>
<onright>3</onright>
<onup>20</onup>
<ondown>5</ondown>
<orientation>vertical</orientation>
<itemgap>3</itemgap>
</control>
<control type="button" id="7">
<description>Default Button</description>
<align>left</align>
<height>54</height>
<font>itemTitle</font>
<textcolor>selected</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>colors/selected.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>12</textoffsetx>
</control>
<control type="radiobutton" id="8">
<description>Default Radio Button</description>
</control>
<control type="spincontrolex" id="9">
<description>Default Spin Control</description>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
</control>
<!--subcat menu buttons-->
<control type="button" id="10">
<description>Default Category Button</description>
<align>left</align>
<aligny>top</aligny>
<height>54</height>
<font>menuTitle</font>
<textcolor>selected</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>colors/selected.png</texturefocus>
<textoffsetx>12</textoffsetx>
<textoffsety>8</textoffsety>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>SettingsCategory.xml</label>
</control>
</controls>
</window>