2011-08-09, 06:09 PM
This also works but it doesn't have that cool sliding action between video files.
Code:
<VideosPlus type="Icon" name="Movie Details View"/>
<Element name="IconView" location="0,0" size="1,1" alpha="255" rows="1" columns="1"/>
<Element name="IconItem" location="0,0" size="100,100" alpha="255" alphaFade="true">
<Image source="@previewImage" location="0,0" size="38.3,100" fixedAspectRatio="true" />
<Rect location="38.3,0" size="61.7,100" fillColor="DimGray"/>
<RoundedRect location="38.3,10" size="61.7,20" fillColor="Transparent" borderColor="White" radius="0.1" borderWidth="2px"/>
<Text text="MetaData Here blah blah" location="38.3,10" size="61.7,20" font="DefaultSmall" wrap="true"/>
<RoundedRect location="38.3,30" size="61.7,30" fillColor="Transparent" borderColor="White" radius="0.1" borderWidth="2px"/>
<Text text="MetaData Here Again blah blah" location="38.3,30" size="61.7,30" font="DefaultSmall" wrap="true"/>
<RoundedRect location="38.3,60" size="61.7,40" fillColor="Transparent" borderColor="White" radius="0.1" borderWidth="2px"/>
<Text text="More MetaData Here blah blah" location="38.3,60" size="61.7,40" font="DefaultSmall" wrap="true"/>
</Element>
<Element name="IconSelectionMetaData" location="0,87.44" size="100,4.64" alpha="255" alphaFade="true">
<Rect location="-2,0" size="104,100" fillColor="BaseColor2"/>
<Text text="@name" location="0,0" size="100,100" font="Title1" align="Center" valign="Center"/>
<Text text="File:" location="85.36,0" size="10,100" font="Title2Small" align="Left" valign="Center"/>
<Text text="@positionInfo" location="0,0" size="95.36,100" font="Title3Minimum" align="Right" valign="Center"/>
</Element>