Skip to content

Commit

Permalink
[Skin] optimitation for picons in livetv
Browse files Browse the repository at this point in the history
many picons have transparent background and an other dimention as cover images.
- no border around picon in fullscreen
- center picon vertical, and adjust vertical position
  • Loading branch information
InuSasha committed May 3, 2015
1 parent 8275b54 commit 115d00d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion addons/skin.confluence/720p/VideoFullScreen.xml
Expand Up @@ -72,7 +72,7 @@
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
<visible>!VideoPlayer.Content(Movies)</visible>
<visible>![VideoPlayer.Content(Movies) | VideoPlayer.Content(LiveTV)]</visible>
</control>
<control type="image" id="1">
<description>Movie cover image</description>
Expand All @@ -86,6 +86,16 @@
<bordersize>8</bordersize>
<visible>VideoPlayer.Content(Movies)</visible>
</control>
<control type="image" id="1">
<description>PIcon image</description>
<left>20</left>
<top>200r</top>
<width>300</width>
<height>150</height>
<texture fallback="DefaultVideoCover.png" aligny="center">$INFO[Player.Art(thumb)]</texture>
<aspectratio aligny="center">keep</aspectratio>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="group" id="1">
<left>330</left>
<top>185r</top>
Expand Down

0 comments on commit 115d00d

Please sign in to comment.