[skin.confluence] v3.0.25

- Added size label to addon browser
This commit is contained in:
HitcherUK 2016-06-19 19:37:36 +01:00
parent 060244c57b
commit 505cdca7e1
4 changed files with 11 additions and 3 deletions

View File

@ -38,6 +38,10 @@
<constant name="DepthFloor">-0.20</constant>
<constant name="DepthSideBlade">0.15</constant>
<!-- VARIABLES -->
<variable name="AddonLabel2">
<value condition="!String.IsEmpty(ListItem.AddonSize)">$INFO[ListItem.AddonSize]</value>
<value condition="!String.IsEmpty(ListItem.Property(Addon.Status))">$INFO[ListItem.Property(Addon.Status)]</value>
</variable>
<variable name="MusicInfoHeader">
<value condition="Container.Content(Artists)">$INFO[ListItem.Artist]</value>
<value condition="Container.Content(Albums)">$INFO[ListItem.Album]</value>

View File

@ -47,7 +47,7 @@
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Property(Addon.Status)]</label>
<label>$VAR[AddonLabel2]</label>
</control>
</itemlayout>
<focusedlayout height="40" width="580">
@ -99,7 +99,7 @@
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Property(Addon.Status)]</label>
<label>$VAR[AddonLabel2]</label>
</control>
</focusedlayout>
</control>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.confluence"
version="3.0.24"
version="3.0.25"
name="Confluence"
provider-name="Jezz_X, Team Kodi">
<requires>

View File

@ -1,3 +1,7 @@
[B]3.0.25[/B]
- Added size label to addon browser
[B]3.0.24[/B]
- Removed changelog button from addon info dialog