This commit is contained in:
Chris Bevan 2017-07-20 19:00:34 +01:00
parent 1d82b613de
commit 32fc45e462
4 changed files with 8 additions and 8 deletions

View File

@ -124,7 +124,7 @@
<width>9-col</width> <width>9-col</width>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
<label>$INFO[ListItem.AddonCreator,$LOCALIZE[31082]]</label> <label>$INFO[ListItem.AddonCreator,$LOCALIZE[31082] ,]</label>
</control> </control>
<control type="textbox" id="400"> <control type="textbox" id="400">
<posx>12</posx> <posx>12</posx>

View File

@ -6,9 +6,6 @@
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<control type="group"> <control type="group">
<animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)">
<effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/>
</animation>
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<control type="multiimage"> <control type="multiimage">
<animation effect="fade" start="0" end="100" time="1000">WindowOpen</animation> <animation effect="fade" start="0" end="100" time="1000">WindowOpen</animation>
@ -29,9 +26,6 @@
</control> </control>
</control> </control>
<control type="group"> <control type="group">
<animation type="conditional" condition="control.hasfocus(9001)">
<effect type="slide" center="auto" start="0,0" end="2-col,0" time="200"/>
</animation>
<!--Date / time and weather--> <!--Date / time and weather-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>

View File

@ -67,7 +67,7 @@
</include> </include>
<include name="modalDialogContentShift"> <include name="modalDialogContentShift">
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus"> <animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<effect type="zoom" end="175" time="200" center="auto" tween="linear" easing="out"/> <effect type="zoom" end="150" time="200" center="auto" tween="linear" easing="out"/>
<effect type="fade" start="100" end="30" time="200"/> <effect type="fade" start="100" end="30" time="200"/>
</animation> </animation>
</include> </include>

View File

@ -2,6 +2,12 @@
[V1.2.4] [V1.2.4]
- [UPDATED] French language file - [UPDATED] French language file
- [UPDATED] Norwegian language file
**TO DO**
Channel group
Check onback for video when small player is active
Music playlist view issue (see Github)
[V1.2.3] [V1.2.3]
- [FIXED] Fullscreen music activation could hang kodi in some cases - [FIXED] Fullscreen music activation could hang kodi in some cases