Skip to content

Commit

Permalink
Additional fix for mantis #0002802: B3 skin does not show recorded TV…
Browse files Browse the repository at this point in the history
… thumbs in list views (thx Elliottmc)
  • Loading branch information
chemelli committed Jun 30, 2010
1 parent 7b5e69b commit 51ca181
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
36 changes: 36 additions & 0 deletions mediaportal/MediaPortal.Base/skin/Blue3/mytvrecordedtv.xml
Expand Up @@ -21,6 +21,42 @@
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<id>500</id>
<type>image</type>
<posX>44</posX>
<posY>264</posY>
<width>180</width>
<height>135</height>
<texture>#selectedthumb</texture>
<visible>[facadeview.list|facadeview.album]+Control.HasFocus(50)</visible>
<animation effect="slide" time="250" start="-300,0" reversible="false">visible</animation>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>40</posX>
<posY>260</posY>
<width>192</width>
<height>146</height>
<texture>Picture_cover.png</texture>
<visible>[facadeview.list|facadeview.album]+Control.HasFocus(50)+Control.HasThumb(500)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>77</posX>
<posY>400</posY>
<width>161</width>
<height>158</height>
<texture>-</texture>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<description>Recordings Text Label</description>
<type>label</type>
Expand Down
36 changes: 36 additions & 0 deletions mediaportal/MediaPortal.Base/skin/Blue3wide/mytvrecordedtv.xml
Expand Up @@ -21,6 +21,42 @@
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<id>500</id>
<type>image</type>
<posX>76</posX>
<posY>333</posY>
<width>245</width>
<height>138</height>
<texture>#selectedthumb</texture>
<visible>[facadeview.list|facadeview.album]+Control.HasFocus(50)</visible>
<animation effect="slide" time="250" start="-300,0" reversible="false">visible</animation>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>71</posX>
<posY>330</posY>
<width>259</width>
<height>148</height>
<texture>Picture_cover.png</texture>
<visible>[facadeview.list|facadeview.album]+Control.HasFocus(50)+Control.HasThumb(500)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<type>image</type>
<id>0</id>
<posX>136</posX>
<posY>500</posY>
<width>286</width>
<height>197</height>
<texture>-</texture>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
<control>
<description>Recordings Text Label</description>
<type>label</type>
Expand Down

0 comments on commit 51ca181

Please sign in to comment.