tweaks
This commit is contained in:
parent
84a476a5d9
commit
6a5049cd47
|
@ -67,7 +67,7 @@
|
||||||
</variable>
|
</variable>
|
||||||
<!--homescreen background image content-->
|
<!--homescreen background image content-->
|
||||||
<variable name="homescreenCollage">
|
<variable name="homescreenCollage">
|
||||||
<value condition="Container(9000).HasFocus(1)">special://skin/extras/playlists/collage_randomMovies.xsp</value>
|
<value condition="Container(9000).HasFocus(1)">special://skin/extras/playlists/collage_RandomMovies.xsp</value>
|
||||||
<value condition="Container(9000).HasFocus(2)">special://skin/extras/playlists/collage_RandomAlbums.xsp</value>
|
<value condition="Container(9000).HasFocus(2)">special://skin/extras/playlists/collage_RandomAlbums.xsp</value>
|
||||||
</variable>
|
</variable>
|
||||||
<!--Star rating for music tracks-->
|
<!--Star rating for music tracks-->
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
<onright>60</onright>
|
<onright>60</onright>
|
||||||
<onback>9000</onback>
|
<onback>9000</onback>
|
||||||
<pagecontrol>60</pagecontrol>
|
<pagecontrol>60</pagecontrol>
|
||||||
|
<scrolltime tween="cubic" easing="out">400</scrolltime>
|
||||||
<itemlayout height="2-row" width="24-col">
|
<itemlayout height="2-row" width="24-col">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>1-col</posx>
|
<posx>1-col</posx>
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
<font>regularStrong</font>
|
<font>regularStrong</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<scroll>true</scroll>
|
<scroll>true</scroll>
|
||||||
<label>[B]$INFO[MusicPlayer.rating]*[/B]</label>
|
<label>[B]$INFO[MusicPlayer.rating,,*][/B]</label>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
|
|
Loading…
Reference in New Issue