This commit is contained in:
Chris Bevan 2015-11-25 21:28:11 +00:00
parent 8bb1a0baec
commit cb42cb76a1
28 changed files with 191 additions and 174 deletions

View File

@ -10,8 +10,8 @@
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<font>regular</font> <font>regular</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<disabledcolor>textDisabled</disabledcolor> <disabledcolor>textDisabled</disabledcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</default> </default>
@ -30,7 +30,7 @@
<font>regular</font> <font>regular</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<selectedcolor>textActive</selectedcolor> <selectedcolor>textActive</selectedcolor>
<disabledcolor>textDisabled</disabledcolor> <disabledcolor>textDisabled</disabledcolor>
<scrollout>false</scrollout> <scrollout>false</scrollout>
@ -59,7 +59,7 @@
<texturenofocus>-</texturenofocus> <texturenofocus>-</texturenofocus>
<textoffsetx>24</textoffsetx> <textoffsetx>24</textoffsetx>
<disabledcolor>textDisabled</disabledcolor> <disabledcolor>textDisabled</disabledcolor>
<invalidcolor>disabled</invalidcolor> <invalidcolor>textDisabled</invalidcolor>
<pulseonselect>false</pulseonselect> <pulseonselect>false</pulseonselect>
</default> </default>
<default type="togglebutton"> <default type="togglebutton">
@ -76,8 +76,8 @@
<alttexturefocus>-</alttexturefocus> <alttexturefocus>-</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus> <alttexturenofocus>-</alttexturenofocus>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>unselected</textcolor> <textcolor>menuUnselected</textcolor>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<disabledcolor>textDisabled</disabledcolor> <disabledcolor>textDisabled</disabledcolor>
<pulseonselect>false</pulseonselect> <pulseonselect>false</pulseonselect>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>

View File

@ -212,7 +212,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label> <label>$INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
</control> </control>
</itemlayout> </itemlayout>
@ -248,7 +248,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label> <label>$INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
</control> </control>
@ -263,7 +263,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label> <label>$INFO[ListItem.Property(Description)]</label>
<visible>!Control.HasFocus(20)</visible> <visible>!Control.HasFocus(20)</visible>
</control> </control>
@ -280,7 +280,7 @@
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<scroll>true</scroll> <scroll>true</scroll>
<scrollsuffix>&gt; &lt;</scrollsuffix> <scrollsuffix>&gt; &lt;</scrollsuffix>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label> <label>$INFO[ListItem.Property(Description)]</label>
<visible>Control.HasFocus(20)</visible> <visible>Control.HasFocus(20)</visible>
</control> </control>
@ -373,7 +373,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label> <label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
</control> </control>
</itemlayout> </itemlayout>
@ -415,7 +415,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label> <label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
<visible>true</visible> <visible>true</visible>
</control> </control>
@ -430,7 +430,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label> <label>$INFO[ListItem.Property(Description)]</label>
<visible>!Control.HasFocus(21)</visible> <visible>!Control.HasFocus(21)</visible>
</control> </control>
@ -446,7 +446,7 @@
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<scroll>true</scroll> <scroll>true</scroll>
<scrollsuffix>&gt; &lt;</scrollsuffix> <scrollsuffix>&gt; &lt;</scrollsuffix>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label> <label>$INFO[ListItem.Property(Description)]</label>
<visible>Control.HasFocus(21)</visible> <visible>Control.HasFocus(21)</visible>
</control> </control>

View File

@ -87,7 +87,7 @@
<ondown>302</ondown> <ondown>302</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -105,7 +105,7 @@
<ondown>302</ondown> <ondown>302</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -122,7 +122,7 @@
<ondown>120</ondown> <ondown>120</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -137,7 +137,7 @@
<ondown>121</ondown> <ondown>121</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -152,7 +152,7 @@
<ondown>122</ondown> <ondown>122</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -167,7 +167,7 @@
<ondown>123</ondown> <ondown>123</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -182,7 +182,7 @@
<ondown>124</ondown> <ondown>124</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -197,7 +197,7 @@
<ondown>125</ondown> <ondown>125</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -212,7 +212,7 @@
<ondown>126</ondown> <ondown>126</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -227,7 +227,7 @@
<ondown>127</ondown> <ondown>127</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -242,7 +242,7 @@
<ondown>128</ondown> <ondown>128</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -257,7 +257,7 @@
<ondown>129</ondown> <ondown>129</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -272,7 +272,7 @@
<ondown>130</ondown> <ondown>130</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -287,7 +287,7 @@
<ondown>131</ondown> <ondown>131</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -316,7 +316,7 @@
<radioheight>24</radioheight> <radioheight>24</radioheight>
<radioposy>12</radioposy> <radioposy>12</radioposy>
<radioposx>252</radioposx> <radioposx>252</radioposx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -333,7 +333,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -349,7 +349,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -365,7 +365,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -381,7 +381,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -397,7 +397,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -413,7 +413,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -429,7 +429,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -445,7 +445,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -461,7 +461,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -477,7 +477,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -493,7 +493,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -509,7 +509,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -539,7 +539,7 @@
<radioposy>12</radioposy> <radioposy>12</radioposy>
<radioposx>252</radioposx> <radioposx>252</radioposx>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -556,7 +556,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -572,7 +572,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -588,7 +588,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -604,7 +604,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -620,7 +620,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -636,7 +636,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -652,7 +652,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -668,7 +668,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -684,7 +684,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -700,7 +700,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -716,7 +716,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -732,7 +732,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -762,7 +762,7 @@
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<radioposy>12</radioposy> <radioposy>12</radioposy>
<radioposx>252</radioposx> <radioposx>252</radioposx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -781,7 +781,7 @@
<onright>160</onright> <onright>160</onright>
<onup>303</onup> <onup>303</onup>
<ondown>309</ondown> <ondown>309</ondown>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -798,7 +798,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -814,7 +814,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -830,7 +830,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -846,7 +846,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -862,7 +862,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -878,7 +878,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -894,7 +894,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -910,7 +910,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -926,7 +926,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -942,7 +942,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -958,7 +958,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -974,7 +974,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
</control> </control>
@ -995,7 +995,7 @@
<ondown>312</ondown> <ondown>312</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -1010,7 +1010,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
<onleft>309</onleft> <onleft>309</onleft>
@ -1033,7 +1033,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -1048,7 +1048,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
<onleft>32</onleft> <onleft>32</onleft>
@ -1066,7 +1066,7 @@
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
<onleft>305</onleft> <onleft>305</onleft>

View File

@ -145,7 +145,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<font>mediumStrong</font> <font>mediumStrong</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<label>$LOCALIZE[31208]: $INFO[listitem.label]</label> <label>$LOCALIZE[31208]: $INFO[listitem.label]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">4</defaultcontrol> <defaultcontrol always="true">11</defaultcontrol>
<controls> <controls>
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
@ -56,7 +55,7 @@
<ondown>14</ondown> <ondown>14</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="button" id="12"> <control type="button" id="12">
@ -73,7 +72,7 @@
<ondown>15</ondown> <ondown>15</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="button" id="13"> <control type="button" id="13">
@ -90,7 +89,7 @@
<ondown>16</ondown> <ondown>16</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="button" id="23"> <control type="button" id="23">
@ -108,7 +107,7 @@
<ondown>21</ondown> <ondown>21</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<font>buttonTitle</font> <font>buttonTitle</font>
</control> </control>
@ -127,7 +126,7 @@
<ondown>17</ondown> <ondown>17</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="button" id="15"> <control type="button" id="15">
@ -144,7 +143,7 @@
<ondown>18</ondown> <ondown>18</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="button" id="16"> <control type="button" id="16">
@ -161,7 +160,7 @@
<ondown>19</ondown> <ondown>19</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="button" id="21"> <control type="button" id="21">
@ -179,7 +178,7 @@
<ondown>23</ondown> <ondown>23</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<font>buttonTitle</font> <font>buttonTitle</font>
</control> </control>
@ -198,7 +197,7 @@
<ondown>20</ondown> <ondown>20</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="button" id="18"> <control type="button" id="18">
@ -215,7 +214,7 @@
<ondown>10</ondown> <ondown>10</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="button" id="19"> <control type="button" id="19">
@ -232,7 +231,7 @@
<ondown>22</ondown> <ondown>22</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<!--row 4--> <!--row 4-->
@ -250,7 +249,7 @@
<ondown>11</ondown> <ondown>11</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="button" id="10"> <control type="button" id="10">
@ -267,7 +266,7 @@
<ondown>12</ondown> <ondown>12</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="button" id="22"> <control type="button" id="22">
@ -284,7 +283,7 @@
<ondown>13</ondown> <ondown>13</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>selected</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
</control> </control>

View File

@ -18,7 +18,6 @@
<posx>col-7-begin</posx> <posx>col-7-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<include>modalDialogInOut</include> <include>modalDialogInOut</include>
<!--titles--> <!--titles-->
<control type="label"> <control type="label">
<description>Episode title</description> <description>Episode title</description>
@ -29,12 +28,11 @@
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>mediumStrong</font> <font>mediumStrong</font>
<textcolor>textActive</textcolor> <textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
<wrapmultiline>true</wrapmultiline> <wrapmultiline>true</wrapmultiline>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>4-row</posy> <posy>4-row</posy>
@ -46,7 +44,6 @@
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31214][/COLOR] $INFO[ListItem.channelname]</label> <label>[COLOR highlight]$LOCALIZE[31214][/COLOR] $INFO[ListItem.channelname]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>5-row</posy> <posy>5-row</posy>
@ -58,7 +55,6 @@
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31192][/COLOR] $INFO[ListItem.startdate]</label> <label>[COLOR highlight]$LOCALIZE[31192][/COLOR] $INFO[ListItem.startdate]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>6-row</posy> <posy>6-row</posy>
@ -70,7 +66,6 @@
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31193][/COLOR] $INFO[ListItem.duration]</label> <label>[COLOR highlight]$LOCALIZE[31193][/COLOR] $INFO[ListItem.duration]</label>
</control> </control>
<!--synopsis--> <!--synopsis-->
<control type="textbox"> <control type="textbox">
<posx>0</posx> <posx>0</posx>
@ -84,7 +79,6 @@
<label>$INFO[ListItem.plot]</label> <label>$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/> <autoscroll delay="10000" time="1000" repeat="10000"/>
</control> </control>
<!--dialog controls--> <!--dialog controls-->
<control type="list" id="8000"> <control type="list" id="8000">
<posx>0</posx> <posx>0</posx>
@ -92,11 +86,11 @@
<width>12-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="6-col" height="2-row"> <itemlayout width="4-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>4-col</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
@ -116,7 +110,7 @@
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>3-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -125,7 +119,7 @@
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="6-col" height="2-row"> <focusedlayout width="4-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -139,7 +133,7 @@
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>5-col</width> <width>3-col</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
@ -159,7 +153,7 @@
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>3-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -173,15 +167,22 @@
<label>31075</label> <label>31075</label>
<label2></label2> <label2></label2>
<thumb>-</thumb> <thumb>-</thumb>
<onclick>sendclick(2003,10)</onclick> <onclick>sendclick(2003,8)</onclick>
</item> </item>
<item id="2"> <item id="2">
<label>264</label> <label>264</label>
<label2></label2> <label2></label2>
<thumb>-</thumb> <thumb>-</thumb>
<onclick>SendClick(2003,6)</onclick> <onclick>SendClick(2003,6)</onclick>
</item> </item>
<item id="3">
<label>31073</label>
<label2></label2>
<thumb>-</thumb>
<onclick>dialog.close(all,true)</onclick>
<onclick>ActivateWindow(TVGuide)</onclick>
<onclick>Control.SetFocus(10)</onclick>
</item>
</content> </content>
</control> </control>
</control> </control>
@ -193,24 +194,17 @@
<description>Find similar</description> <description>Find similar</description>
<label>19003</label> <label>19003</label>
</control> </control>
<control type="button" id="5"> <control type="button" id="5">
<description>Switch to Channel</description> <description>Switch to Channel</description>
<label>19165</label> <label>19165</label>
</control> </control>
<control type="button" id="6"> <control type="button" id="6">
<description>Record</description> <description>Record</description>
</control> </control>
<control type="button" id="8"> <control type="button" id="8">
<description>Play recording</description> <description>Play recording</description>
<label>19687</label> <label>19687</label>
</control> </control>
<control type="button" id="10">
<description>Play</description>
</control>
</control> </control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>

View File

@ -89,7 +89,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<info>ListItem.Label2</info> <info>ListItem.Label2</info>
</control> </control>
@ -102,7 +102,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label] - $INFO[ListItem.ActualIcon]*</label> <label>$INFO[ListItem.Label] - $INFO[ListItem.ActualIcon]*</label>
</control> </control>
@ -186,7 +186,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<info>ListItem.Label</info> <info>ListItem.Label</info>
<visible>!ListItem.property(man)</visible> <visible>!ListItem.property(man)</visible>
@ -199,7 +199,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<info>ListItem.Label</info> <info>ListItem.Label</info>
<visible>ListItem.property(man)</visible> <visible>ListItem.property(man)</visible>

View File

@ -183,7 +183,7 @@
<height>4-row</height> <height>4-row</height>
<align>right</align> <align>right</align>
<font>veryLarge</font> <font>veryLarge</font>
<textcolor>selected</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[System.Time]</label> <label>$INFO[System.Time]</label>
</control> </control>
<control type="label"> <control type="label">
@ -193,7 +193,7 @@
<height>4-row</height> <height>4-row</height>
<align>right</align> <align>right</align>
<font>Large</font> <font>Large</font>
<textcolor>selected</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label> <label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
</control> </control>
<control type="label"> <control type="label">
@ -204,7 +204,7 @@
<height>3-row</height> <height>3-row</height>
<align>right</align> <align>right</align>
<font>regular</font> <font>regular</font>
<textcolor>selected</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[weather.location] [B]$INFO[weather.temperature][/B] [LOWERCASE]$INFO[weather.conditions][/LOWERCASE]</label> <label>$INFO[weather.location] [B]$INFO[weather.temperature][/B] [LOWERCASE]$INFO[weather.conditions][/LOWERCASE]</label>
</control> </control>
</control> </control>

View File

@ -64,7 +64,7 @@
<height>2-row</height> <height>2-row</height>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.ChannelName]</label> <label>$INFO[ListItem.ChannelName]</label>
</control> </control>
@ -95,7 +95,7 @@
<height>2-row</height> <height>2-row</height>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.ChannelName]</label> <label>$INFO[ListItem.ChannelName]</label>
<scroll>true</scroll> <scroll>true</scroll>
@ -116,7 +116,7 @@
<font>itemTitle</font> <font>itemTitle</font>
<textoffsetx>12</textoffsetx> <textoffsetx>12</textoffsetx>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
</control> </control>

View File

@ -171,7 +171,7 @@
<width>12-col-gutter</width> <width>12-col-gutter</width>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>selected</selectedcolor> <selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[Pvr.BackendDiskSpace]</label> <label>$INFO[Pvr.BackendDiskSpace]</label>
</control> </control>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<!--page container group--> <!--page container group-->
@ -47,7 +47,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9000</defaultcontrol> <defaultcontrol always="true">9000</defaultcontrol>
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
@ -66,7 +66,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbolLarge</font> <font>symbolLarge</font>
<textcolor>unselected</textcolor> <textcolor>menuUnselected</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
<control type="label"> <control type="label">
@ -76,7 +76,7 @@
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>unselected</textcolor> <textcolor>menuUnselected</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">
@ -86,7 +86,7 @@
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>unselected</textcolor> <textcolor>menuUnselected</textcolor>
<label>$INFO[listitem.property(label3)]</label> <label>$INFO[listitem.property(label3)]</label>
</control> </control>
</itemlayout> </itemlayout>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">3</defaultcontrol> <defaultcontrol always="true">3</defaultcontrol>
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
@ -13,7 +13,7 @@
<width>8-col</width> <width>8-col</width>
<font>regular</font> <font>regular</font>
<label>-</label> <label>-</label>
<textcolor>unselected</textcolor> <textcolor>menuUnselected</textcolor>
</control> </control>
<!--Settings category--> <!--Settings category-->
<control type="group" id="9001"> <control type="group" id="9001">

View File

@ -51,6 +51,20 @@
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="progress">
<description>Duration</description>
<posx>0</posx>
<posy>196</posy>
<width>8-col</width>
<height>2-row</height>
<reveal>false</reveal>
<texturebg>-</texturebg>
<lefttexture>-</lefttexture>
<midtexture border="36" colordiffuse="33FFFFFF">colors/black.png</midtexture>
<righttexture>-</righttexture>
<overlaytexture>-</overlaytexture>
<info>Player.Progress</info>
</control>
<!--content--> <!--content-->
<control type="group"> <control type="group">
<posx>24</posx> <posx>24</posx>
@ -73,7 +87,7 @@
<width>528</width> <width>528</width>
<height>2-row</height> <height>2-row</height>
<align>left</align> <align>left</align>
<font>dialogTitle</font> <font>regularStrong</font>
<textcolor>dd000000</textcolor> <textcolor>dd000000</textcolor>
<label>[B]$INFO[Videoplayer.time] / $INFO[Videoplayer.duration][/B]</label> <label>[B]$INFO[Videoplayer.time] / $INFO[Videoplayer.duration][/B]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -86,7 +100,7 @@
<width>528</width> <width>528</width>
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<height>14-row</height> <height>444</height>
<label fallback="31205">$INFO[videoplayer.plot]</label> <label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/> <autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -95,9 +109,9 @@
<!--dialog controls--> <!--dialog controls-->
<control type="panel" id="8001"> <control type="panel" id="8001">
<posx>0</posx> <posx>0</posx>
<posy>24-row</posy> <posy>22-row</posy>
<width>8-col</width> <width>8-col</width>
<height>6-row</height> <height>8-row</height>
<itemgap>3</itemgap> <itemgap>3</itemgap>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<itemlayout width="8-col" height="2-row"> <itemlayout width="8-col" height="2-row">

View File

@ -52,7 +52,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">
@ -64,7 +64,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Title]</label> <label>$INFO[ListItem.Title]</label>
</control> </control>
<control type="label"> <control type="label">
@ -76,7 +76,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.artist]</label> <label>$INFO[ListItem.artist]</label>
</control> </control>
<control type="image"> <control type="image">

View File

@ -107,7 +107,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">
@ -119,7 +119,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Title]</label> <label>$INFO[ListItem.Title]</label>
</control> </control>
<control type="label"> <control type="label">
@ -131,7 +131,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.year,(,)]</label> <label>$INFO[ListItem.year,(,)]</label>
</control> </control>
<control type="image"> <control type="image">

View File

@ -31,7 +31,7 @@
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>3-col-gutter</width> <width>180</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -110,7 +110,7 @@
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>3-col-gutter</width> <width>180</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>

View File

@ -54,7 +54,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">
@ -66,7 +66,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.title]</label> <label>$INFO[ListItem.title]</label>
</control> </control>
<control type="label"> <control type="label">
@ -78,7 +78,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.year]</label> <label>$INFO[ListItem.year]</label>
</control> </control>
<control type="image"> <control type="image">

View File

@ -33,7 +33,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">
@ -45,7 +45,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Property(Addon.Summary)]</label> <label>$INFO[ListItem.Property(Addon.Summary)]</label>
</control> </control>
<control type="image"> <control type="image">

View File

@ -95,7 +95,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.title]</label> <label>$INFO[ListItem.title]</label>
</control> </control>
<control type="label"> <control type="label">
@ -107,7 +107,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.artist]</label> <label>$INFO[ListItem.artist]</label>
</control> </control>
<control type="image"> <control type="image">

View File

@ -33,7 +33,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
</control> </control>
<control type="image"> <control type="image">

View File

@ -104,7 +104,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label fallback="31190">$INFO[ListItem.season,$LOCALIZE[31011]]</label> <label fallback="31190">$INFO[ListItem.season,$LOCALIZE[31011]]</label>
</control> </control>
<control type="label"> <control type="label">
@ -116,7 +116,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$VAR[itemDetail]</label> <label>$VAR[itemDetail]</label>
</control> </control>
<control type="image"> <control type="image">

View File

@ -36,7 +36,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">
@ -48,7 +48,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Property(Addon.Summary)]</label> <label>$INFO[ListItem.Property(Addon.Summary)]</label>
</control> </control>
<control type="image"> <control type="image">

View File

@ -120,7 +120,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.title]</label> <label>$INFO[ListItem.title]</label>
</control> </control>
<control type="label"> <control type="label">
@ -132,7 +132,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.tvshowtitle]</label> <label>$INFO[ListItem.tvshowtitle]</label>
</control> </control>
<control type="label"> <control type="label">
@ -144,7 +144,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.year]</label> <label>$INFO[ListItem.year]</label>
</control> </control>
<control type="label"> <control type="label">
@ -156,7 +156,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>disabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.season,$LOCALIZE[31011] ,]</label> <label>$INFO[ListItem.season,$LOCALIZE[31011] ,]</label>
</control> </control>
<control type="image"> <control type="image">

View File

@ -34,20 +34,19 @@
***To do*** ***To do***
Finish Info screen rework for the OSD (match movie info style instead - use a fillbar for duration) Color Schemes - check menu disabled color
Check extra button to dialogAddonInfo.xml (auto update)
Touch support for file seeking etc PVR Recording indicators
Check extra button to dialogAddonInfo.xml (auto update)
on startup: add check for parent folder items and warn user to turn off: system.getbool(showparentdiritems) on startup: add check for parent folder items and warn user to turn off: system.getbool(showparentdiritems)
Pictures section update Pictures section update
DialogPVRinfo - button update
Radio RDS test Radio RDS test
Touchscreen controls on Android tablets Touchscreen controls on Android tablets (file seeking etc)
Expand menu system to add options for sub menu etc (see xbox NXE for inspiration) Expand menu system to add options for sub menu etc (see xbox NXE for inspiration)

14
colors/custom.xml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<colors>
<color name="black">ff111111</color>
<color name="background">ff222222</color>
<color name="highlight">ff00ae5f</color>
<color name="overlay">44ffffff</color>
<color name="textActive">fff0f0f0</color>
<color name="textDisabled">ff757575</color>
<color name="menuDisabled">ffEF9A9A</color>
<color name="menuUnselected">ff919191</color>
<color name="textboxInactive">99FFFFFF</color>
<color name="keyboardInactive">aa212121</color>
<color name="keyboardAccent">ffBDBDBD</color>
</colors>

View File

@ -1,21 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<colors> <colors>
<color name="black">ff111111</color> <color name="black">ff111111</color>
<color name="selected">fff0f0f0</color>
<color name="unselected">ff919191</color>
<color name="disabled">ff515151</color>
<!--new scheme-->
<color name="background">ff222222</color> <color name="background">ff222222</color>
<!--<color name="highlight">ffee3343</color>-->
<color name="highlight">ffee3343</color> <color name="highlight">ffee3343</color>
<color name="overlay">44ffffff</color> <color name="overlay">44ffffff</color>
<color name="textActive">fff0f0f0</color> <color name="textActive">fff0f0f0</color>
<color name="textDisabled">ff757575</color> <color name="textDisabled">ff757575</color>
<color name="menuDisabled">ffEF9A9A</color> <color name="menuDisabled">ffEF9A9A</color>
<color name="menuUnselected">ff919191</color>
<color name="textboxInactive">99FFFFFF</color> <color name="textboxInactive">99FFFFFF</color>
<color name="keyboardInactive">aa212121</color> <color name="keyboardInactive">aa212121</color>
<color name="keyboardAccent">ffBDBDBD</color> <color name="keyboardAccent">ffBDBDBD</color>
</colors> </colors>

View File

@ -245,12 +245,16 @@ msgctxt "#31072"
msgid "Play now" msgid "Play now"
msgstr "" msgstr ""
msgctxt "#31073"
msgid "Channel Guide"
msgstr ""
msgctxt "#31074" msgctxt "#31074"
msgid "Cast and Crew" msgid "Cast and Crew"
msgstr "" msgstr ""
msgctxt "#31075" msgctxt "#31075"
msgid "Play Title" msgid "Play"
msgstr "" msgstr ""
msgctxt "#31076" msgctxt "#31076"