diff options
author | Sascha Kuehndel (InuSasha) <dev@inusasha.de> | 2015-05-03 14:06:59 +0200 |
---|---|---|
committer | Sascha Kuehndel (InuSasha) <dev@inusasha.de> | 2015-05-03 14:06:59 +0200 |
commit | 115d00d7d6ed063dcc85e24aef1ae37301f47749 (patch) | |
tree | f4f402a759d68ee6e4904e86c9b555b7ee0dd47c /addons | |
parent | 8275b5471552e9ac3789c6c4ceb5b72faec66103 (diff) |
[Skin] optimitation for picons in livetv
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
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/VideoFullScreen.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/VideoFullScreen.xml b/addons/skin.confluence/720p/VideoFullScreen.xml index 5bab352126..e2aa4b4e61 100644 --- a/addons/skin.confluence/720p/VideoFullScreen.xml +++ b/addons/skin.confluence/720p/VideoFullScreen.xml @@ -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> @@ -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> |