summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/DialogSelect.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 18:07:22 +0000
commitc04dcc2e7d834218ef2d4194331e383402495ae1 (patch)
tree7333e38d10d75386e60f336b80c2443c1166031d /addons/skin.estuary/xml/DialogSelect.xml
parentInitial commit. (diff)
downloadkodi-c04dcc2e7d834218ef2d4194331e383402495ae1.tar.xz
kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.zip
Adding upstream version 2:20.4+dfsg.upstream/2%20.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'addons/skin.estuary/xml/DialogSelect.xml')
-rw-r--r--addons/skin.estuary/xml/DialogSelect.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogSelect.xml b/addons/skin.estuary/xml/DialogSelect.xml
new file mode 100644
index 0000000..41dec16
--- /dev/null
+++ b/addons/skin.estuary/xml/DialogSelect.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <defaultcontrol always="true">3</defaultcontrol>
+ <include>Animation_DialogPopupOpenClose</include>
+ <depth>DepthOSD</depth>
+ <controls>
+ <include condition="![Window.IsActive(gamesaves) | Window.IsActive(gamestretchmode) | Window.IsActive(gamevideofilter) | Window.IsActive(gamevideorotation) | Window.IsActive(ingamesaves)]">DefaultDialogSelectLayout</include>
+ <include condition="Window.IsActive(gamesaves)">GameDialogSelectSaveLayout</include>
+ <include condition="Window.IsActive(gamevideofilter)">GameDialogSelectFilterLayout</include>
+ <include condition="Window.IsActive(gamestretchmode)">GameDialogSelectViewLayout</include>
+ <include condition="Window.IsActive(gamevideorotation)">GameDialogSelectViewLayout</include>
+ <include condition="Window.IsActive(ingamesaves)">GameDialogSelectSaveInGameLayout</include>
+ </controls>
+</window>