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
2d78b5e
commit 6236bf2
Showing
4 changed files
with
49 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<includes> | ||
|
||
<include name="DetailedListView_Container"> | ||
<param name="visible" default="true" /> | ||
<definition> | ||
|
||
<include content="Viewtype_Details_Template"> | ||
<param name="visible" value="true" /> | ||
<param name="viewtype_label" value="DetailedList" /> | ||
<control type="fixedlist" id="500"> | ||
<viewtype label="DetailedList">list</viewtype> | ||
<left>120</left> | ||
<right>120</right> | ||
<top>240</top> | ||
<bottom>0</bottom> | ||
<focusposition>1</focusposition> | ||
<movement>1</movement> | ||
<preloaditems>2</preloaditems> | ||
<pagecontrol>60</pagecontrol> | ||
<orientation>vertical</orientation> | ||
<onleft>SetFocus(3000,0,absolute)</onleft> | ||
<onright condition="Integer.IsGreater(Container($PARAM[id]).NumItems,3)">60</onright> | ||
<include content="Default_Scrolltime" condition="!Skin.HasSetting(Quick_Transitions)" /> | ||
<include content="Quick_Scrolltime" condition="Skin.HasSetting(Quick_Transitions)" /> | ||
<itemlayout width="1680" height="240" infoupdate="5000"> | ||
<control type="label"> | ||
<label>$INFO[ListItem.Label]</label> | ||
</control> | ||
</itemlayout> | ||
<focusedlayout width="1680" height="240" infoupdate="5000"> | ||
<control type="image"> | ||
<texture border="10" colordiffuse="$VAR[PVR_DetailedListView_Focus_Color]">views/white_100_rounded10.png</texture> | ||
</control> | ||
<control type="label"> | ||
<label>$INFO[ListItem.Label]</label> | ||
</control> | ||
</focusedlayout> | ||
</control> | ||
</include> | ||
</definition> | ||
</include> | ||
|
||
</includes> |