diff options
Diffstat (limited to 'addons/skin.estuary/xml/SlideShow.xml')
-rw-r--r-- | addons/skin.estuary/xml/SlideShow.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/SlideShow.xml b/addons/skin.estuary/xml/SlideShow.xml new file mode 100644 index 0000000..d002709 --- /dev/null +++ b/addons/skin.estuary/xml/SlideShow.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <controls> + <include condition="Skin.HasSetting(touchmode)">TouchBackSlideshowButton</include> + <control type="image"> + <centerleft>50%</centerleft> + <centertop>50%</centertop> + <width>256</width> + <height>256</height> + <texture>icons/settings/player.png</texture> + <visible>SlideShow.IsVideo</visible> + <visible>![Player.Playing + Player.HasVideo] | SlideShow.IsPaused</visible> + </control> + </controls> +</window> |