tweaks
This commit is contained in:
parent
1d82b613de
commit
32fc45e462
|
@ -124,7 +124,7 @@
|
|||
<width>9-col</width>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>highlight</textcolor>
|
||||
<label>$INFO[ListItem.AddonCreator,$LOCALIZE[31082]]</label>
|
||||
<label>$INFO[ListItem.AddonCreator,$LOCALIZE[31082] ,]</label>
|
||||
</control>
|
||||
<control type="textbox" id="400">
|
||||
<posx>12</posx>
|
||||
|
|
|
@ -6,9 +6,6 @@
|
|||
<controls>
|
||||
<include>globalBackground</include>
|
||||
<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>
|
||||
<control type="multiimage">
|
||||
<animation effect="fade" start="0" end="100" time="1000">WindowOpen</animation>
|
||||
|
@ -29,9 +26,6 @@
|
|||
</control>
|
||||
</control>
|
||||
<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-->
|
||||
<control type="group">
|
||||
<posx>col-1-begin</posx>
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
</include>
|
||||
<include name="modalDialogContentShift">
|
||||
<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"/>
|
||||
</animation>
|
||||
</include>
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
[V1.2.4]
|
||||
- [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]
|
||||
- [FIXED] Fullscreen music activation could hang kodi in some cases
|
||||
|
|
Loading…
Reference in New Issue