aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.touched/4x3Hirez/SlideShow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.touched/4x3Hirez/SlideShow.xml')
-rw-r--r--addons/skin.touched/4x3Hirez/SlideShow.xml440
1 files changed, 220 insertions, 220 deletions
diff --git a/addons/skin.touched/4x3Hirez/SlideShow.xml b/addons/skin.touched/4x3Hirez/SlideShow.xml
index 546097cbbc..778d8735ac 100644
--- a/addons/skin.touched/4x3Hirez/SlideShow.xml
+++ b/addons/skin.touched/4x3Hirez/SlideShow.xml
@@ -1,221 +1,221 @@
-<window id="2007">
- <defaultcontrol>2</defaultcontrol>
- <onunload>Skin.Reset(SlideShowShowOSD)</onunload>
- <controls>
- <control type="button">
- <description>Hidden button to close the keyboard when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.SetBool(SlideShowShowOSD)</onclick>
- </control>
- <control type="group">
- <visible>Skin.HasSetting(SlideShowShowOSD) + !Window.IsVisible(PictureInfo)</visible>
- <include>VisibleFadeEffect</include>
- <include>CommonHeader</include>
- <control type="image">
- <posx>0</posx>
- <posy>20</posy>
- <width>1280</width>
- <height>64</height>
- <texture>header.png</texture>
- </control>
- <control type="grouplist">
- <description>Top Left bar</description>
- <posx>0</posx>
- <posy>20</posy>
- <width>200</width>
- <height>64</height>
- <align>left</align>
- <itemgap>5</itemgap>
- <orientation>horizontal</orientation>
- <visible>Player.HasAudio</visible>
- <control type="button">
- <description>Playlist Button</description>
- <width>64</width>
- <height>64</height>
- <texturenofocus>icon_playlistmusic.png</texturenofocus>
- <texturefocus>icon_playlistmusic.png</texturefocus>
- <onclick>PreviousMenu</onclick>
- <onclick>ActivateWindow(MusicPlaylist)</onclick>
- </control>
- <control type="image">
- <width>2</width>
- <height>62</height>
- <texture>header-divide.png</texture>
- </control>
- </control>
- <control type="grouplist">
- <description>Top Right bar</description>
- <posx>1080r</posx>
- <posy>25</posy>
- <width>1000</width>
- <height>64</height>
- <align>right</align>
- <itemgap>5</itemgap>
- <orientation>horizontal</orientation>
- <control type="radiobutton">
- <description>Show Audio Info Button</description>
- <width>270</width>
- <height>50</height>
- <label>$LOCALIZE[544]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <selected>Skin.HasSetting(SlideShowShowAudioInfo)</selected>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <onclick>Skin.ToggleSetting(SlideShowShowAudioInfo)</onclick>
- <visible>Player.HasAudio</visible>
- </control>
- <control type="button">
- <description>Image Info Button</description>
- <width>200</width>
- <height>50</height>
- <label>$LOCALIZE[31357]</label>
- <font>font13</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <onclick>ActivateWindow(PictureInfo)</onclick>
- </control>
- <control type="radiobutton">
- <description>Fullscreen Button</description>
- <posy>5</posy>
- <width>230</width>
- <height>50</height>
- <radiowidth>36</radiowidth>
- <radioheight>36</radioheight>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <label>31008</label>
- <onclick>back</onclick>
- <textureradiofocus flipx="true" flipy="true">GoFullscreen2.png</textureradiofocus>
- <textureradionofocus flipx="true" flipy="true">GoFullscreen2.png</textureradionofocus>
- </control>
- </control>
- <control type="group">
- <posx>65r</posx>
- <posy>20</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>2</width>
- <height>62</height>
- <texture>header-divide.png</texture>
- </control>
- <control type="button">
- <description>Close Button</description>
- <posx>5</posx>
- <posy>0</posy>
- <width>60</width>
- <height>60</height>
- <font>-</font>
- <onclick>Skin.Reset(SlideShowShowOSD)</onclick>
- <texturefocus>icon_close.png</texturefocus>
- <texturenofocus>icon_close.png</texturenofocus>
- </control>
- </control>
- <control type="group">
- <posx>-10</posx>
- <posy>440</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>90</width>
- <height>90</height>
- <colordiffuse>EEFFFFFF</colordiffuse>
- <texture border="3">PlayerControls-Background.png</texture>
- </control>
- <control type="button">
- <description>Previous Image</description>
- <posx>20</posx>
- <posy>10</posy>
- <width>55</width>
- <height>70</height>
- <hitrect x="15" y="5" w="80" h="80" />
- <label>-</label>
- <font>-</font>
- <texturefocus flipx="true">icon_arrowkey.png</texturefocus>
- <texturenofocus flipx="true">icon_arrowkey.png</texturenofocus>
- <onclick>left</onclick>
- </control>
- </control>
- <control type="group">
- <posx>80r</posx>
- <posy>440</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>90</width>
- <height>90</height>
- <colordiffuse>EEFFFFFF</colordiffuse>
- <texture border="3">PlayerControls-Background.png</texture>
- </control>
- <control type="button">
- <description>Next Image</description>
- <posx>15</posx>
- <posy>10</posy>
- <width>55</width>
- <height>70</height>
- <hitrect x="5" y="5" w="80" h="80" />
- <label>-</label>
- <font>-</font>
- <texturefocus>icon_arrowkey.png</texturefocus>
- <texturenofocus>icon_arrowkey.png</texturenofocus>
- <onclick>right</onclick>
- </control>
- </control>
- </control>
- <!-- media infos -->
- <control type="group">
- <posx>20</posx>
- <posy>160r</posy>
- <visible>Skin.HasSetting(SlideShowShowAudioInfo) + Player.HasMedia</visible>
- <include>VisibleFadeEffect</include>
- <control type="image">
- <description>cover image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>150</width>
- <height>150</height>
- <info>MusicPlayer.Cover</info>
- <aspectratio>keep</aspectratio>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- </control>
- <control type="label">
- <posx>160</posx>
- <posy>70</posy>
- <width>1000</width>
- <height>30</height>
- <font>font30_title</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[MusicPlayer.Title]</label>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <scroll>true</scroll>
- </control>
- <control type="label">
- <description>Album label</description>
- <posx>160</posx>
- <posy>105</posy>
- <width>1000</width>
- <height>25</height>
- <align>left</align>
- <font>font13</font>
- <label>$INFO[MusicPlayer.Album]</label>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- </control>
- </controls>
+<window id="2007">
+ <defaultcontrol>2</defaultcontrol>
+ <onunload>Skin.Reset(SlideShowShowOSD)</onunload>
+ <controls>
+ <control type="button">
+ <description>Hidden button to close the keyboard when its focused</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>ScreenWidth</width>
+ <height>ScreenHeight</height>
+ <texturenofocus>-</texturenofocus>
+ <texturefocus>-</texturefocus>
+ <onclick>Skin.SetBool(SlideShowShowOSD)</onclick>
+ </control>
+ <control type="group">
+ <visible>Skin.HasSetting(SlideShowShowOSD) + !Window.IsVisible(PictureInfo)</visible>
+ <include>VisibleFadeEffect</include>
+ <include>CommonHeader</include>
+ <control type="image">
+ <posx>0</posx>
+ <posy>20</posy>
+ <width>1280</width>
+ <height>64</height>
+ <texture>header.png</texture>
+ </control>
+ <control type="grouplist">
+ <description>Top Left bar</description>
+ <posx>0</posx>
+ <posy>20</posy>
+ <width>200</width>
+ <height>64</height>
+ <align>left</align>
+ <itemgap>5</itemgap>
+ <orientation>horizontal</orientation>
+ <visible>Player.HasAudio</visible>
+ <control type="button">
+ <description>Playlist Button</description>
+ <width>64</width>
+ <height>64</height>
+ <texturenofocus>icon_playlistmusic.png</texturenofocus>
+ <texturefocus>icon_playlistmusic.png</texturefocus>
+ <onclick>PreviousMenu</onclick>
+ <onclick>ActivateWindow(MusicPlaylist)</onclick>
+ </control>
+ <control type="image">
+ <width>2</width>
+ <height>62</height>
+ <texture>header-divide.png</texture>
+ </control>
+ </control>
+ <control type="grouplist">
+ <description>Top Right bar</description>
+ <posx>1080r</posx>
+ <posy>25</posy>
+ <width>1000</width>
+ <height>64</height>
+ <align>right</align>
+ <itemgap>5</itemgap>
+ <orientation>horizontal</orientation>
+ <control type="radiobutton">
+ <description>Show Audio Info Button</description>
+ <width>270</width>
+ <height>50</height>
+ <label>$LOCALIZE[544]</label>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selected>Skin.HasSetting(SlideShowShowAudioInfo)</selected>
+ <texturenofocus border="5">floor_button.png</texturenofocus>
+ <texturefocus border="5">floor_buttonFO.png</texturefocus>
+ <onclick>Skin.ToggleSetting(SlideShowShowAudioInfo)</onclick>
+ <visible>Player.HasAudio</visible>
+ </control>
+ <control type="button">
+ <description>Image Info Button</description>
+ <width>200</width>
+ <height>50</height>
+ <label>$LOCALIZE[31357]</label>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="5">floor_button.png</texturenofocus>
+ <texturefocus border="5">floor_buttonFO.png</texturefocus>
+ <onclick>ActivateWindow(PictureInfo)</onclick>
+ </control>
+ <control type="radiobutton">
+ <description>Fullscreen Button</description>
+ <posy>5</posy>
+ <width>230</width>
+ <height>50</height>
+ <radiowidth>36</radiowidth>
+ <radioheight>36</radioheight>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <texturenofocus border="5">floor_button.png</texturenofocus>
+ <texturefocus border="5">floor_buttonFO.png</texturefocus>
+ <label>31008</label>
+ <onclick>back</onclick>
+ <textureradiofocus flipx="true" flipy="true">GoFullscreen2.png</textureradiofocus>
+ <textureradionofocus flipx="true" flipy="true">GoFullscreen2.png</textureradionofocus>
+ </control>
+ </control>
+ <control type="group">
+ <posx>65r</posx>
+ <posy>20</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>2</width>
+ <height>62</height>
+ <texture>header-divide.png</texture>
+ </control>
+ <control type="button">
+ <description>Close Button</description>
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>60</width>
+ <height>60</height>
+ <font>-</font>
+ <onclick>Skin.Reset(SlideShowShowOSD)</onclick>
+ <texturefocus>icon_close.png</texturefocus>
+ <texturenofocus>icon_close.png</texturenofocus>
+ </control>
+ </control>
+ <control type="group">
+ <posx>-10</posx>
+ <posy>440</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>90</width>
+ <height>90</height>
+ <colordiffuse>EEFFFFFF</colordiffuse>
+ <texture border="3">PlayerControls-Background.png</texture>
+ </control>
+ <control type="button">
+ <description>Previous Image</description>
+ <posx>20</posx>
+ <posy>10</posy>
+ <width>55</width>
+ <height>70</height>
+ <hitrect x="15" y="5" w="80" h="80" />
+ <label>-</label>
+ <font>-</font>
+ <texturefocus flipx="true">icon_arrowkey.png</texturefocus>
+ <texturenofocus flipx="true">icon_arrowkey.png</texturenofocus>
+ <onclick>left</onclick>
+ </control>
+ </control>
+ <control type="group">
+ <posx>80r</posx>
+ <posy>440</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>90</width>
+ <height>90</height>
+ <colordiffuse>EEFFFFFF</colordiffuse>
+ <texture border="3">PlayerControls-Background.png</texture>
+ </control>
+ <control type="button">
+ <description>Next Image</description>
+ <posx>15</posx>
+ <posy>10</posy>
+ <width>55</width>
+ <height>70</height>
+ <hitrect x="5" y="5" w="80" h="80" />
+ <label>-</label>
+ <font>-</font>
+ <texturefocus>icon_arrowkey.png</texturefocus>
+ <texturenofocus>icon_arrowkey.png</texturenofocus>
+ <onclick>right</onclick>
+ </control>
+ </control>
+ </control>
+ <!-- media infos -->
+ <control type="group">
+ <posx>20</posx>
+ <posy>160r</posy>
+ <visible>Skin.HasSetting(SlideShowShowAudioInfo) + Player.HasMedia</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <description>cover image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>150</width>
+ <height>150</height>
+ <info>MusicPlayer.Cover</info>
+ <aspectratio>keep</aspectratio>
+ <bordertexture border="8">ThumbShadow.png</bordertexture>
+ <bordersize>8</bordersize>
+ </control>
+ <control type="label">
+ <posx>160</posx>
+ <posy>70</posy>
+ <width>1000</width>
+ <height>30</height>
+ <font>font30_title</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[MusicPlayer.Title]</label>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>Album label</description>
+ <posx>160</posx>
+ <posy>105</posy>
+ <width>1000</width>
+ <height>25</height>
+ <align>left</align>
+ <font>font13</font>
+ <label>$INFO[MusicPlayer.Album]</label>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ </control>
+ </controls>
</window> \ No newline at end of file