(2016-02-15, 00:17)Reynald Wrote:
Copy CustomList1.xml and, change in your skin folder 19x9,or/ and you can also use template (images available for block)
Bloc Background : Bloc Background 50%.png
Bloc 2 : Fond Dark.png
Bloc 3; Fond Black background.png
https://www.dropbox.com/s/sc4h2e6dfrvdluy/Wall.rar?dl=0
Thanks very much Reynald, this list and view is perfect for displaying kid's cartoons.
I've made some changes that i figured i'd share them :
- added a fluid and centered zoom in/out animation for the selected item
- selected item a bit bigger
- unselected items less faded (easier to make out what you're looking for)
- speedup window open/close animation
- added a white border on selected item
- dimensions and coordinates of items
- fanart not displayed in the background (enhance readability) <-- this one is not in the custom list, you need to change the bloc background to color instead of image
Here is what it looks like :
Here is the
Designer_CustomList1.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!-- Custom List 1 -->
<!-- DO NOT MODIFY FROM HERE -->
<control type="group">
</control>
<include name="Custom1">
<!-- TO HERE -->
<animation type="WindowOpen">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="zoom" start="200" end="100" center="auto" time="300"/>
</animation>
<animation type="WindowClose">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="zoom" start="100" end="200" center="auto" time="300"/>
</animation>
<itemlayout width="127" height="178">
<control type="image">
<left>2</left>
<top>2</top>
<width>123</width>
<height>174</height>
<aspectratio>stretch</aspectratio>
<texture colordiffuse="aaFFFFFF">$VAR[ThumbPortrait]</texture>
<animation condition="true" effect="Fade" start="60" end="60" time="0">Conditional</animation>
</control>
</itemlayout>
<focusedlayout width="127" height="178">
<control type="image">
<left>2</left>
<top>2</top>
<width>123</width>
<height>174</height>
<aspectratio>stretch</aspectratio>
<texture colordiffuse="FFFFFFFF">$VAR[ThumbPortrait]</texture>
<bordertexture>common/white.png</bordertexture>
<bordersize>2</bordersize>
<animation type="Focus">
<effect type="fade" start="60" end="100" time="250" tween="sine" easing="out" />
<effect type="zoom" tween="Quadratic" start="100" end="160" center="auto" easing="Out" time="250"/>
</animation>
<animation type="UnFocus">
<effect type="fade" start="100" end="60" time="125" tween="sine" easing="out" />
<effect type="zoom" tween="Quadratic" start="160" end="100" center="auto" easing="Out" time="125" />
</animation>
<visible>!stringcompare(ListItem.Label,..)</visible>
</control>
</focusedlayout>
<!-- DO NOT MODIFY FROM HERE -->
</include>
</includes>
<!-- TO HERE -->