diff options
Diffstat (limited to 'addons/skin.pm3-hd/720p/MyScripts.xml')
-rw-r--r-- | addons/skin.pm3-hd/720p/MyScripts.xml | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/addons/skin.pm3-hd/720p/MyScripts.xml b/addons/skin.pm3-hd/720p/MyScripts.xml new file mode 100644 index 0000000000..915366657d --- /dev/null +++ b/addons/skin.pm3-hd/720p/MyScripts.xml @@ -0,0 +1,85 @@ +<window id="20">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <include>CommonRootView</include>
+ <include>CommonListView</include>
+ <include>ThumbnailView</include>
+ <include>AllViewCommonPageControls</include>
+ <include>CommonFileCount</include>
+ <include>ScrollOffsetLabel</include>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="button" id="3">
+ <description>Sort by button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>103</label>
+ <onleft>50</onleft>
+ <onright>4</onright>
+ <onup>2</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="togglebutton" id="4">
+ <description>Sort asc</description>
+ <posx>250</posx>
+ <posy>58</posy>
+ <label>-</label>
+ <onleft>3</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>3</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>90</posy>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[10020]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file |