mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
101 lines
No EOL
3.3 KiB
XML
101 lines
No EOL
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">155</defaultcontrol>
|
|
<controls>
|
|
<control type="group">
|
|
<control type="image">
|
|
<top>0</top>
|
|
<bottom>0</bottom>
|
|
<left>0</left>
|
|
<right>0</right>
|
|
<texture colordiffuse="CC000000">white.png</texture>
|
|
<aspectratio>stretch</aspectratio>
|
|
<animation effect="fade" end="100" time="200">WindowOpen</animation>
|
|
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
|
|
</control>
|
|
<control type="group">
|
|
<animation type="WindowOpen" reversible="false">
|
|
<effect type="zoom" start="80" end="100" center="960,540" delay="160" tween="circle" easin="out" time="240" />
|
|
<effect type="fade" delay="160" end="100" time="240" />
|
|
</animation>
|
|
<animation type="WindowClose" reversible="false">
|
|
<effect type="zoom" start="100" end="80" center="960,540" easing="in" tween="circle" easin="out" time="240" />
|
|
<effect type="fade" start="100" end="0" time="240" />
|
|
</animation>
|
|
<centerleft>50%</centerleft>
|
|
<centertop>50%</centertop>
|
|
<width>500</width>
|
|
<height>280</height>
|
|
<control type="group">
|
|
<top>-30</top>
|
|
<control type="image">
|
|
<left>20</left>
|
|
<width>100%</width>
|
|
<height>25</height>
|
|
<texture>logo-white.png</texture>
|
|
<aspectratio align="left">keep</aspectratio>
|
|
</control>
|
|
<control type="image" id="150">
|
|
<right>20</right>
|
|
<width>100%</width>
|
|
<height>25</height>
|
|
<aspectratio align="right">keep</aspectratio>
|
|
<texture diffuse="user_image.png">userflyoutdefault.png</texture>
|
|
</control>
|
|
</control>
|
|
<control type="image">
|
|
<width>100%</width>
|
|
<height>280</height>
|
|
<texture colordiffuse="ff222326" border="10">dialogs/dialog_back.png</texture>
|
|
</control>
|
|
<control type="list" id="155">
|
|
<centerleft>50%</centerleft>
|
|
<top>10</top>
|
|
<width>490</width>
|
|
<height>260</height>
|
|
<onup>noop</onup>
|
|
<onleft>close</onleft>
|
|
<onright>close</onright>
|
|
<ondown>noop</ondown>
|
|
<itemlayout width="490" height="65">
|
|
<control type="label">
|
|
<width>100%</width>
|
|
<height>65</height>
|
|
<aligny>center</aligny>
|
|
<textoffsetx>20</textoffsetx>
|
|
<font>font13</font>
|
|
<textcolor>ffe1e1e1</textcolor>
|
|
<shadowcolor>66000000</shadowcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="490" height="65">
|
|
<control type="image">
|
|
<width>100%</width>
|
|
<height>65</height>
|
|
<texture colordiffuse="ff222326">white.png</texture>
|
|
<visible>!Control.HasFocus(155)</visible>
|
|
</control>
|
|
<control type="image">
|
|
<width>100%</width>
|
|
<height>65</height>
|
|
<texture colordiffuse="ff303034">white.png</texture>
|
|
<visible>Control.HasFocus(155)</visible>
|
|
</control>
|
|
<control type="label">
|
|
<width>100%</width>
|
|
<height>65</height>
|
|
<aligny>center</aligny>
|
|
<textoffsetx>20</textoffsetx>
|
|
<font>font13</font>
|
|
<scroll>true</scroll>
|
|
<textcolor>ffe1e1e1</textcolor>
|
|
<shadowcolor>66000000</shadowcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
</controls>
|
|
</window> |