media icons for nextup dialog

This commit is contained in:
im85288 2015-05-08 20:31:20 +01:00
parent aeff7778e1
commit e2b952911f
7 changed files with 18 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.emby"
name="Emby"
version="0.1.6"
version="0.1.7"
provider-name="Emby.media">
<requires>
<import addon="xbmc.python" version="2.1.0"/>

View File

@ -15,6 +15,13 @@
<height>281</height>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
</control>
<control type="image">
<top>110r</top>
<width>100%</width>
<height>374</height>
<texture>white.png</texture>
<colordiffuse>ff010101</colordiffuse>
</control>
<!-- buttons -->
<control type="button" id="3012">
<description>Watch Now</description>
@ -93,7 +100,16 @@
<textcolor>orange</textcolor>
<visible>false</visible>
</control>
<control type="image">
<top>52</top>
<width>24</width>
<height>24</height>
<aspect>keep</aspect>
<texture>imdb.png</texture>
<visible>Control.IsVisible(3003)</visible>
</control>
<control type="label" id="3003" description="rating">
<left>35</left>
<width>100%</width>
<top>50</top>
<height>40</height>
@ -101,7 +117,7 @@
<textcolor>B3dddddd</textcolor>
</control>
<control type="label" id="3004" description="year/runtime">
<left>55</left>
<left>90</left>
<width>100%</width>
<top>50</top>
<height>40</height>

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B