diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
commit | c04dcc2e7d834218ef2d4194331e383402495ae1 (patch) | |
tree | 7333e38d10d75386e60f336b80c2443c1166031d /addons/skin.estuary/xml/View_503_NowPlaying.xml | |
parent | Initial commit. (diff) | |
download | kodi-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/View_503_NowPlaying.xml')
-rw-r--r-- | addons/skin.estuary/xml/View_503_NowPlaying.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/View_503_NowPlaying.xml b/addons/skin.estuary/xml/View_503_NowPlaying.xml new file mode 100644 index 0000000..b157774 --- /dev/null +++ b/addons/skin.estuary/xml/View_503_NowPlaying.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<includes> + <include name="View_503_NowPlaying"> + <control type="group"> + <include>OpenClose_Right</include> + <left>596</left> + <visible>Control.IsVisible(503)</visible> + <include>Visible_Right</include> + <include content="ListContainer"> + <param name="list_id" value="503" /> + <param name="right" value="594" /> + <param name="viewtype_label" value="$LOCALIZE[31000]" /> + </include> + <control type="group"> + <depth>DepthContentPanel</depth> + <control type="group"> + <right>-20</right> + <width>634</width> + <include content="ContentPanel"> + <param name="left" value="0" /> + <param name="top" value="-20" /> + <param name="width" value="656" /> + <param name="flipx" value="true" /> + </include> + <include content="RightListPanel"> + <param name="list_id" value="503" /> + </include> + <control type="scrollbar" id="503600"> + <left>20</left> + <top>list_top_offset</top> + <width>12</width> + <bottom>list_bottom_offset</bottom> + <onleft>503</onleft> + <onright>503</onright> + <orientation>vertical</orientation> + <animation effect="zoom" end="50,100" time="300" tween="sine" center="20,0" easing="inout" condition="!Control.HasFocus(503600)">conditional</animation> + </control> + </control> + </control> + </control> + </include> +</includes> |