forked from Hitcher/skin.copacetic
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bfa6b21
commit 16f5f26
Showing
38 changed files
with
502 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<includes> | ||
|
||
<include name="DetailedListView_Art"> | ||
<include content="Artwork_Transition_Fade"> | ||
<param name="target_id" value="$PARAM[target_id]" /> | ||
<param name="art_icon" value="$PARAM[art_icon]" /> | ||
<param name="kenburns" value="Skin.HasSetting(Billboard_Ken_Burns_Effect)" /> | ||
</include> | ||
</include> | ||
|
||
<include name="DetailedListView_Layout"> | ||
<param name="texture" default="$VAR[DetailedList(0)Content]" /> | ||
<param name="multiart" default="false" /> | ||
<param name="multiart_texture" default="$VAR[DetailedList_Focused(0)Content]" /> | ||
<definition> | ||
<control type="group"> | ||
<left>90</left> | ||
<width>320</width> | ||
<top>24</top> | ||
<height>196</height> | ||
<include content="Music_Rating" condition="Window.Is(music)"> | ||
<param name="slide" value="-175" /> | ||
</include> | ||
<include content="Simple_ListIcon"> | ||
<param name="texture" value="$PARAM[texture]" /> | ||
<param name="height" value="180" /> | ||
<param name="align" value="center" /> | ||
<param name="aligny" value="center" /> | ||
<param name="aspectratio" value="keep" /> | ||
<param name="fadetime" value="0" /> | ||
</include> | ||
<include content="Simple_ListIcon" condition="$PARAM[multiart]"> | ||
<param name="texture" value="$PARAM[multiart_texture]" /> | ||
<param name="height" value="180" /> | ||
<param name="align" value="center" /> | ||
<param name="aligny" value="center" /> | ||
<param name="aspectratio" value="keep" /> | ||
<param name="fadetime" value="360" /> | ||
<include content="Multiart_Focus_Fade_Animation" /> | ||
</include> | ||
<include content="Now_Playing_Icon"> | ||
<param name="visible" value="String.IsEqual(VideoPlayer.ChannelName,ListItem.Label)" /> | ||
<param name="color" value="$VAR[Light_Color]" /> | ||
<animation effect="slide" end="0,5" time="0" condition="Player.Paused">Conditional</animation> | ||
</include> | ||
<include name="Progress"> | ||
<param name="id" value="500 " /> | ||
<param name="bottom" value="0" /> | ||
</include> | ||
</control> | ||
<control type="group"> | ||
<animation effect="slide" end="0,52" time="0" condition="String.IsEmpty(Control.GetLabel(6003))">Conditional</animation> | ||
<top>30</top> | ||
<bottom>30</bottom> | ||
<left>440</left> | ||
<right>30</right> | ||
<control type="label"> | ||
<height>40</height> | ||
<width>100%</width> | ||
<label>$VAR[Title_Label]</label> | ||
<font>Grid_Title_Medium</font> | ||
<textcolor>$VAR[Light_Color]</textcolor> | ||
<selectedcolor>$VAR[Light_Color]</selectedcolor> | ||
<scroll>false</scroll> | ||
</control> | ||
<control type="label"> | ||
<top>45</top> | ||
<height>30</height> | ||
<width>100%</width> | ||
<label>$VAR[Info_Label] - $INFO[ListItem.]</label> | ||
<font>PVR_Info</font> | ||
<textcolor>$VAR[Light_Color]</textcolor> | ||
<selectedcolor>$VAR[Light_Color]</selectedcolor> | ||
</control> | ||
<control type="textbox"> | ||
<visible>!String.IsEmpty(Control.GetLabel(6003))</visible> | ||
<bottom>10</bottom> | ||
<height>85</height> | ||
<width>100%</width> | ||
<label>$VAR[Plot_Label]</label> | ||
<aligny>top</aligny> | ||
<font>PVR_Description</font> | ||
<autoscroll>false</autoscroll> | ||
<textcolor>$VAR[Light_Color]</textcolor> | ||
<selectedcolor>$VAR[Light_Color]</selectedcolor> | ||
</control> | ||
</control> | ||
<control type="group"> | ||
<top>15</top> | ||
<right>30</right> | ||
<width>210</width> | ||
<include content="Flag_Icon"> | ||
<param name="visible" value="true" /> | ||
<param name="texture" value="$VAR[Studio_Flag]" /> | ||
<param name="width" value="90" /> | ||
<param name="icon_width" value="75" /> | ||
<param name="icon_height" value="50" /> | ||
</include> | ||
<include content="Flag_Icon"> | ||
<param name="visible" value="true" /> | ||
<param name="texture" value="$VAR[MPAA_Flag]" /> | ||
<param name="width" value="90" /> | ||
<param name="icon_width" value="75" /> | ||
<param name="icon_height" value="50" /> | ||
<animation effect="slide" end="120" time="0" condition="true">Conditional</animation> | ||
</include> | ||
</control> | ||
</definition> | ||
</include> | ||
|
||
</includes> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.