Music View fixes
This commit is contained in:
parent
33d3907a75
commit
b30d3a1616
@ -34,9 +34,9 @@
|
||||
<include>Window_OpenClose_Right_Panel_Animation</include>
|
||||
<control type="group">
|
||||
<animation effect="slide" start="0,0" end="970,-100" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
|
||||
<animation effect="slide" start="0,0" end="560,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
|
||||
<animation effect="slide" start="0,0" end="530,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
|
||||
<animation effect="slide" start="0,0" end="970,-100" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
|
||||
<animation effect="slide" start="0,0" end="560,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
|
||||
<animation effect="slide" start="0,0" end="530,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
|
||||
<include>Window_OpenClose_Right_Panel_Animation</include>
|
||||
<include>ContentPanel</include>
|
||||
<include>CommonRootView</include> <!-- view id = 50 -->
|
||||
@ -58,26 +58,32 @@
|
||||
<control type="group">
|
||||
<include>Window_OpenClose_Left_Panel_Animation</include>
|
||||
<include>CommonNowPlaying</include>
|
||||
<control type="grouplist" id="9000">
|
||||
<posx>0</posx>
|
||||
<posy>130</posy>
|
||||
<animation effect="slide" start="0,0" end="-275,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
|
||||
<animation effect="slide" start="0,0" end="-275,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
|
||||
<control type="group">
|
||||
<left>0</left>
|
||||
<top>130</top>
|
||||
<animation effect="slide" start="0,0" end="-320,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
|
||||
<animation effect="slide" start="0,0" end="-320,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>-30</posy>
|
||||
<width>320</width>
|
||||
<width>360</width>
|
||||
<height>470</height>
|
||||
<texture border="0,0,50,45">Panel2.png</texture>
|
||||
<visible>Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)</visible>
|
||||
<include>VisibleFadeEffect</include>
|
||||
</control>
|
||||
</control>
|
||||
<control type="grouplist" id="9000">
|
||||
<posx>0</posx>
|
||||
<posy>130</posy>
|
||||
<animation effect="slide" start="0,0" end="-320,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
|
||||
<animation effect="slide" start="0,0" end="-320,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
|
||||
<control type="button" id="2">
|
||||
<description>View As button</description>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<include>ButtonCommonValues</include>
|
||||
<label>-</label>
|
||||
<label></label>
|
||||
<onleft>50</onleft>
|
||||
<onright>50</onright>
|
||||
<onup>611</onup>
|
||||
|
@ -273,7 +273,7 @@
|
||||
<include name="SongInfoListView">
|
||||
<control type="list" id="59">
|
||||
<visible>Window.IsVisible(MusicFiles) | Window.IsVisible(MusicPlaylist) | Container.Content(Songs) | Container.Content(Albums) | Container.Content(Artists)</visible>
|
||||
<posx>575</posx>
|
||||
<posx>625</posx>
|
||||
<posy>130</posy>
|
||||
<width>675</width>
|
||||
<height>360</height>
|
||||
@ -338,7 +338,7 @@
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>675</width>
|
||||
<width>625</width>
|
||||
<height>30</height>
|
||||
<texture border="7">list-focus.png</texture>
|
||||
<visible>Control.HasFocus(59)</visible>
|
||||
@ -395,7 +395,7 @@
|
||||
</focusedlayout>
|
||||
</control>
|
||||
<control type="group">
|
||||
<posx>300</posx>
|
||||
<posx>350</posx>
|
||||
<posy>150</posy>
|
||||
<visible>Control.IsVisible(59)</visible>
|
||||
<control type="image">
|
||||
@ -851,7 +851,7 @@
|
||||
<control type="label">
|
||||
<description>Formed txt</description>
|
||||
<posx>150</posx>
|
||||
<posy>75</posy>
|
||||
<posy>100</posy>
|
||||
<width>140</width>
|
||||
<height>25</height>
|
||||
<label>$LOCALIZE[21894]:</label>
|
||||
@ -864,7 +864,7 @@
|
||||
<control type="label">
|
||||
<description>Formed Value</description>
|
||||
<posx>165</posx>
|
||||
<posy>75</posy>
|
||||
<posy>100</posy>
|
||||
<width>770</width>
|
||||
<height>25</height>
|
||||
<label fallback="416">$INFO[listitem.Property(Artist_Formed)]</label>
|
||||
@ -977,9 +977,9 @@
|
||||
<include name="ThumbnailView">
|
||||
<control type="panel" id="53">
|
||||
<visible>!Container.Content(TVShows) + !Container.Content(Movies) + !Container.Content(Songs)</visible>
|
||||
<posx>300</posx>
|
||||
<posx>350</posx>
|
||||
<posy>130</posy>
|
||||
<width>950</width>
|
||||
<width>900</width>
|
||||
<height>510</height>
|
||||
<onleft>9000</onleft>
|
||||
<onright>60</onright>
|
||||
@ -989,7 +989,7 @@
|
||||
<pagecontrol>60</pagecontrol>
|
||||
<scrolltime>200</scrolltime>
|
||||
<preloaditems>2</preloaditems>
|
||||
<itemlayout height="170" width="190">
|
||||
<itemlayout height="180" width="200">
|
||||
<control type="image">
|
||||
<posx>1</posx>
|
||||
<posy>1</posy>
|
||||
@ -1006,7 +1006,7 @@
|
||||
<texture background="true">$INFO[Listitem.Icon]</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>94</posx>
|
||||
<posx>0</posx>
|
||||
<posy>141</posy>
|
||||
<width>178</width>
|
||||
<height>25</height>
|
||||
@ -1026,7 +1026,7 @@
|
||||
<texture>$INFO[ListItem.Overlay]</texture>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout height="170" width="190">
|
||||
<focusedlayout height="180" width="200">
|
||||
<control type="image">
|
||||
<posx>1</posx>
|
||||
<posy>1</posy>
|
||||
@ -1043,7 +1043,7 @@
|
||||
<texture background="true">$INFO[Listitem.Icon]</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>94</posx>
|
||||
<posx>0</posx>
|
||||
<posy>141</posy>
|
||||
<width>178</width>
|
||||
<height>25</height>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<include name="AlbumSongsFanartView">
|
||||
<control type="list" id="55">
|
||||
<visible>Container.Content(Albums)</visible>
|
||||
<posx>300</posx>
|
||||
<posx>350</posx>
|
||||
<posy>130</posy>
|
||||
<width>400</width>
|
||||
<height>510</height>
|
||||
@ -112,9 +112,9 @@
|
||||
<include name="ArtistFanartView">
|
||||
<control type="list" id="56">
|
||||
<visible>Container.Content(Artists)</visible>
|
||||
<posx>300</posx>
|
||||
<posx>350</posx>
|
||||
<posy>130</posy>
|
||||
<width>400</width>
|
||||
<width>350</width>
|
||||
<height>510</height>
|
||||
<onleft>9000</onleft>
|
||||
<onright>60</onright>
|
||||
@ -141,7 +141,7 @@
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>390</width>
|
||||
<width>340</width>
|
||||
<height>30</height>
|
||||
<texture border="7">list-focus.png</texture>
|
||||
<visible>Control.HasFocus(56)</visible>
|
||||
|
Loading…
x
Reference in New Issue
Block a user