47 lines
1.5 KiB
XML
47 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
|
|
Copyright (C) 2018 Dmitry Vinogradov
|
|
https://github.com/kodi-iptv-addons
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Library General Public
|
|
License as published by the Free Software Foundation; either
|
|
version 2 of the License, or (at your option) any later version.
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Library General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
License along with this library; if not, write to the
|
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
Boston, MA 02110-1301, USA.
|
|
|
|
-->
|
|
<window>
|
|
<allowoverlay>no</allowoverlay>
|
|
<animation effect="fade" start="0" end="100" time="200">WindowOpen</animation>
|
|
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
|
|
<coordinates>
|
|
<system>1</system>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
</coordinates>
|
|
|
|
<controls>
|
|
|
|
<control type="image" id="4600">
|
|
<description>Background</description>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1280</width>
|
|
<height>720</height>
|
|
<texture>black.png</texture>
|
|
<fadetime>500</fadetime>
|
|
</control>
|
|
|
|
</controls>
|
|
</window>
|