Release candidate 2
|
@ -184,7 +184,7 @@
|
|||
</default>
|
||||
<default type="scrollbar">
|
||||
<width>12</width>
|
||||
<texturesliderbar>colors/inactive.png</texturesliderbar>
|
||||
<texturesliderbar>-</texturesliderbar>
|
||||
<texturesliderbackground colordiffuse="overlay">colors/black.png</texturesliderbackground>
|
||||
<texturesliderbarfocus colordiffuse="highlight">colors/white.png</texturesliderbarfocus>
|
||||
<showonepage>false</showonepage>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
<control type="progress" id="20">
|
||||
<visible>false</visible>
|
||||
<description>Progressbar</description>
|
||||
<posx>0</posx>
|
||||
<posy>-72</posy>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<animation type="windowClose">
|
||||
<effect type="fade" start="100" end="0" time="400" delay="400"/>
|
||||
</animation>
|
||||
<onload condition="container.content(songs)">action(back)</onload>
|
||||
<controls>
|
||||
<!--fanart / coverart if available-->
|
||||
<control type="group">
|
||||
|
@ -410,6 +409,220 @@
|
|||
</content>
|
||||
</control>
|
||||
</control>
|
||||
<!--content is a song-->
|
||||
<control type="group">
|
||||
<visible>container.content(songs)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<!--content-->
|
||||
<control type="group">
|
||||
<posx>col-7-begin</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<include>modalDialogInOut</include>
|
||||
<!--titles-->
|
||||
<control type="label">
|
||||
<description>Song title</description>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>12-col-gutter</width>
|
||||
<height>3-row</height>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>largeLight</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.title]</label>
|
||||
<wrapmultiline>true</wrapmultiline>
|
||||
</control>
|
||||
<!--col 1-->
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>4-row</posy>
|
||||
<width>6-col-gutter</width>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>[COLOR highlight]$LOCALIZE[31129][/COLOR] $INFO[ListItem.artist]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>5-row</posy>
|
||||
<width>6-col-gutter</width>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>[COLOR highlight]$LOCALIZE[31130][/COLOR] $INFO[ListItem.year]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>6-row</posy>
|
||||
<width>6-col-gutter</width>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>[COLOR highlight]$LOCALIZE[31193][/COLOR] $INFO[ListItem.duration]</label>
|
||||
</control>
|
||||
<!--col 2-->
|
||||
<control type="label">
|
||||
<posx>6-col</posx>
|
||||
<posy>4-row</posy>
|
||||
<width>6-col-gutter</width>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>[COLOR highlight]$LOCALIZE[31166][/COLOR] $INFO[ListItem.album]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>6-col</posx>
|
||||
<posy>5-row</posy>
|
||||
<width>6-col-gutter</width>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>[COLOR highlight]$LOCALIZE[31167][/COLOR] $INFO[ListItem.genre]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>6-col</posx>
|
||||
<posy>6-row</posy>
|
||||
<width>6-col-gutter</width>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>[COLOR highlight]$LOCALIZE[31168][/COLOR] $INFO[ListItem.UserRating]</label>
|
||||
</control>
|
||||
<!--synopsis-->
|
||||
<control type="textbox">
|
||||
<posx>0</posx>
|
||||
<posy>8-row</posy>
|
||||
<font>textbox</font>
|
||||
<width>12-col</width>
|
||||
<align>left</align>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<height>200</height>
|
||||
<label>$INFO[ListItem.Property(Album_Description)]</label>
|
||||
<autoscroll delay="10000" time="1000" repeat="10000"/>
|
||||
</control>
|
||||
<!--dialog controls-->
|
||||
<control type="list" id="8000">
|
||||
<posx>0</posx>
|
||||
<posy>16-row</posy>
|
||||
<width>12-col</width>
|
||||
<height>2-row</height>
|
||||
<orientation>horizontal</orientation>
|
||||
<itemlayout width="4-col" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>center</align>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>3-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="4-col" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<include>spinFocusIcon</include>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>3-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>center</align>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>3-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="1">
|
||||
<label>31075</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>dialog.close(all,true)</onclick>
|
||||
<onclick>action(select)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<label>31169</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(2003,7)</onclick>
|
||||
</item>
|
||||
<item id="3">
|
||||
<label>13511</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(2003,10)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
</control>
|
||||
<!--dialog controls-->
|
||||
<control type="group">
|
||||
<visible>false</visible>
|
||||
|
@ -417,6 +630,9 @@
|
|||
<description>Refresh button</description>
|
||||
<label>184</label>
|
||||
</control>
|
||||
<control type="button" id="7">
|
||||
<description>Set rating</description>
|
||||
</control>
|
||||
<control type="button" id="10">
|
||||
<description>Get Thumb</description>
|
||||
<label>13405</label>
|
||||
|
|
|
@ -211,7 +211,6 @@
|
|||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
|
@ -308,7 +307,7 @@
|
|||
<visible>false</visible>
|
||||
</item>
|
||||
<item>
|
||||
<label>38023</label>
|
||||
<label>31169</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(2003,7)</onclick>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window id="0">
|
||||
<defaultcontrol always="true">9999</defaultcontrol>
|
||||
<onload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onload>
|
||||
<onload condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onload>
|
||||
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
|
||||
<animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
|
||||
<animation effect="fade" start="0" end="100" time="500" reversible="true">WindowOpen</animation>
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
<include file="Includes_hubOptions.xml"/>
|
||||
<include file="Includes_hubOptionsItems.xml"/>
|
||||
<include file="View_LiveTVChannels.xml"/>
|
||||
<include file="View_VideoRecentItems.xml"/>
|
||||
<include file="View_MusicRecentItems.xml"/>
|
||||
<include file="View_Seasons.xml"/>
|
||||
<include file="View_Episodes.xml"/>
|
||||
<include file="View_Movies.xml"/>
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<width>6-col</width>
|
||||
<label>31041</label>
|
||||
<onclick>RunScript(script.skinshortcuts,type=manage&group=mainmenu)</onclick>
|
||||
<onclick condition="!System.HasAddon(script.skinshortcuts)">InstallAddon(script.skinshortcuts)</onclick>
|
||||
<onclick condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=manage&group=mainmenu)</onclick>
|
||||
</control>
|
||||
</include>
|
||||
<!--video submenu items-->
|
||||
|
@ -45,7 +46,8 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<width>6-col</width>
|
||||
<label>31041</label>
|
||||
<onclick>RunScript(script.skinshortcuts,type=manage&group=videos)</onclick>
|
||||
<onclick condition="!System.HasAddon(script.skinshortcuts)">InstallAddon(script.skinshortcuts)</onclick>
|
||||
<onclick condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=manage&group=videos)</onclick>
|
||||
</control>
|
||||
<control type="button" id="508">
|
||||
<visible>PVR.HasTVChannels</visible>
|
||||
|
@ -132,7 +134,8 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
||||
<label>31041</label>
|
||||
<onclick>RunScript(script.skinshortcuts,type=manage&group=music)</onclick>
|
||||
<onclick condition="!System.HasAddon(script.skinshortcuts)">InstallAddon(script.skinshortcuts)</onclick>
|
||||
<onclick condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=manage&group=music)</onclick>
|
||||
</control>
|
||||
<control type="button" id="504">
|
||||
<width>6-col</width>
|
||||
|
@ -167,7 +170,8 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
||||
<label>31041</label>
|
||||
<onclick>RunScript(script.skinshortcuts,type=manage&group=pictures)</onclick>
|
||||
<onclick condition="!System.HasAddon(script.skinshortcuts)">InstallAddon(script.skinshortcuts)</onclick>
|
||||
<onclick condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=manage&group=pictures)</onclick>
|
||||
</control>
|
||||
</include>
|
||||
</includes>
|
|
@ -64,12 +64,17 @@
|
|||
</variable>
|
||||
<!--Star rating for music tracks-->
|
||||
<variable name="starRating">
|
||||
<value condition="SubString(MusicPlayer.Rating,1)"></value>
|
||||
<value condition="SubString(MusicPlayer.Rating,2)"></value>
|
||||
<value condition="SubString(MusicPlayer.Rating,3)"></value>
|
||||
<value condition="SubString(MusicPlayer.Rating,4)"></value>
|
||||
<value condition="SubString(MusicPlayer.Rating,5)"></value>
|
||||
<value></value>
|
||||
<value condition="stringcompare(MusicPlayer.UserRating,1)"></value>
|
||||
<value condition="stringcompare(MusicPlayer.UserRating,2)"></value>
|
||||
<value condition="stringcompare(MusicPlayer.UserRating,3)"></value>
|
||||
<value condition="stringcompare(MusicPlayer.UserRating,4)"></value>
|
||||
<value condition="stringcompare(MusicPlayer.UserRating,5)"></value>
|
||||
<value condition="stringcompare(MusicPlayer.UserRating,6)"></value>
|
||||
<value condition="stringcompare(MusicPlayer.UserRating,7)"></value>
|
||||
<value condition="stringcompare(MusicPlayer.UserRating,8)"></value>
|
||||
<value condition="stringcompare(MusicPlayer.UserRating,9)"></value>
|
||||
<value condition="stringcompare(MusicPlayer.UserRating,10)"></value>
|
||||
<value></value>
|
||||
</variable>
|
||||
<!--home background location-->
|
||||
<variable name="homeBackgroundLocation">
|
||||
|
|
|
@ -1,330 +1,296 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol allways="true">50</defaultcontrol>
|
||||
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
<control type="group">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>row-2-begin</posy>
|
||||
<!--animations-->
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<control type="image">
|
||||
<posx>-96</posx>
|
||||
<posy>44</posy>
|
||||
<width>fullscreenWidth</width>
|
||||
<height>1-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>-3</posx>
|
||||
<posy>44</posy>
|
||||
<width>3</width>
|
||||
<height>1-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>12</posx>
|
||||
<posy>44</posy>
|
||||
<width>16-col</width>
|
||||
<font>dialogTitle</font>
|
||||
<label>31057</label>
|
||||
<textcolor>black</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<!--left panel (from) -->
|
||||
<!--page title-->
|
||||
<control type="group">
|
||||
<description>Left panel</description>
|
||||
<posy>2-row</posy>
|
||||
<control type="label">
|
||||
<posx>col-2-begin</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col</width>
|
||||
<font>itemSubTitle</font>
|
||||
<label>31022</label>
|
||||
<width>22-col</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="panel" id="50">
|
||||
<!--title-->
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>22-col</width>
|
||||
<height>2-row</height>
|
||||
<font>dialogTitle</font>
|
||||
<label>31057</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>1-row</posy>
|
||||
<width>10-col</width>
|
||||
<height>12-row</height>
|
||||
<posy>2-row</posy>
|
||||
<width>22-col</width>
|
||||
<height>660</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>18-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>660</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
</control>
|
||||
<!--left panel-->
|
||||
<control type="group">
|
||||
<posx>col-2-begin</posx>
|
||||
<posy>row-7-begin</posy>
|
||||
<control type="label">
|
||||
<description>Header Label</description>
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<height>2-row</height>
|
||||
<width>8-col-gutter</width>
|
||||
<label>31022</label>
|
||||
<font>settingsCategoryTitle</font>
|
||||
<textcolor>highlight</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<!--left file list-->
|
||||
<control type="list" id="50">
|
||||
<posx>12</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>9-col</width>
|
||||
<height>15-row</height>
|
||||
<onright>100</onright>
|
||||
<scrolltime>200</scrolltime>
|
||||
<itemlayout height="1-row" width="10-col">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2</posy>
|
||||
<width>10-col-gutter</width>
|
||||
<height>53</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture border="24,0,24,0">UIControls/listitemNF.png</texture>
|
||||
<bordersize>0</bordersize>
|
||||
<colordiffuse>99FFFFFF</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>4</posx>
|
||||
<posy>4</posy>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
<aspectratio scalediffuse="false">scale</aspectratio>
|
||||
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||
<itemlayout height="2-row" width="9-col">
|
||||
<control type="label">
|
||||
<posx>12</posx>
|
||||
<width>9-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<info>ListItem.Label</info>
|
||||
<font>itemTitle</font>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col</width>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>48r</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-col-gutter</width>
|
||||
<font>itemTitle</font>
|
||||
<posx>12r</posx>
|
||||
<width>3-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<info>ListItem.Label2</info>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>highlight</textcolor>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout height="1-row" width="10-col">
|
||||
<focusedlayout height="2-row" width="9-col">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2</posy>
|
||||
<width>10-col-gutter</width>
|
||||
<height>53</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture border="24,0,24,0">UIControls/listitemFO.png</texture>
|
||||
<bordersize>0</bordersize>
|
||||
<colordiffuse>ffFFFFFF</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>4</posx>
|
||||
<posy>4</posy>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
<aspectratio scalediffuse="false">scale</aspectratio>
|
||||
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||
<width>9-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<animation effect="fade" start="100" end="50" condition="!Control.HasFocus(50)">Conditional</animation>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col</width>
|
||||
<posx>12</posx>
|
||||
<width>9-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<info>ListItem.Label</info>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>48r</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-col-gutter</width>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<posx>12r</posx>
|
||||
<width>3-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<info>ListItem.Label2</info>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
</control>
|
||||
<!--right panel (to)-->
|
||||
<!--right panel-->
|
||||
<control type="group">
|
||||
<posx>10-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<posx>col-11-begin</posx>
|
||||
<posy>row-7-begin</posy>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<description>Header Label</description>
|
||||
<posx>12</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<font>itemSubTitle</font>
|
||||
<width>9-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<label>31029</label>
|
||||
<font>settingsCategoryTitle</font>
|
||||
<textcolor>highlight</textcolor>
|
||||
</control>
|
||||
<control type="panel" id="100">
|
||||
<control type="list" id="100">
|
||||
<posx>0</posx>
|
||||
<posy>1-row</posy>
|
||||
<width>10-col</width>
|
||||
<height>12-row</height>
|
||||
<posy>2-row</posy>
|
||||
<width>636</width>
|
||||
<height>15-row</height>
|
||||
<onleft>50</onleft>
|
||||
<onright>9000</onright>
|
||||
<scrolltime>200</scrolltime>
|
||||
<itemlayout height="1-row" width="10-col">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2</posy>
|
||||
<width>10-col-gutter</width>
|
||||
<height>53</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture border="24,0,24,0">UIControls/listitemNF.png</texture>
|
||||
<bordersize>0</bordersize>
|
||||
<colordiffuse>99FFFFFF</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>4</posx>
|
||||
<posy>4</posy>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
<aspectratio scalediffuse="false">scale</aspectratio>
|
||||
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||
<itemlayout height="2-row" width="636">
|
||||
<control type="label">
|
||||
<posx>12</posx>
|
||||
<width>636</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<info>ListItem.Label</info>
|
||||
<font>itemTitle</font>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col</width>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>48r</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-col-gutter</width>
|
||||
<font>itemTitle</font>
|
||||
<posx>12r</posx>
|
||||
<width>3-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<info>ListItem.Label2</info>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>highlight</textcolor>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout height="1-row" width="10-col">
|
||||
<focusedlayout height="2-row" width="636">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2</posy>
|
||||
<width>10-col-gutter</width>
|
||||
<height>53</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture border="24,0,24,0">UIControls/listitemFO.png</texture>
|
||||
<bordersize>0</bordersize>
|
||||
<colordiffuse>ffFFFFFF</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>4</posx>
|
||||
<posy>4</posy>
|
||||
<width>48</width>
|
||||
<height>48</height>
|
||||
<aspectratio scalediffuse="false">scale</aspectratio>
|
||||
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||
<width>636</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<animation effect="fade" start="100" end="50" condition="!Control.HasFocus(100)">Conditional</animation>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col</width>
|
||||
<posx>12</posx>
|
||||
<width>636</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<info>ListItem.Label</info>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>48r</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-col-gutter</width>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<posx>12r</posx>
|
||||
<width>3-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<info>ListItem.Label2</info>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
</control>
|
||||
<!--dialog controls-->
|
||||
<control type="group">
|
||||
<posx>20-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<control type="panel" id="9000">
|
||||
<posx>0</posx>
|
||||
<posy>10</posy>
|
||||
<width>6-col</width>
|
||||
<height>5-row</height>
|
||||
<itemgap>3</itemgap>
|
||||
<orientation>vertical</orientation>
|
||||
<onleft>100</onleft>
|
||||
<itemlayout width="6-col" height="1-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2</posy>
|
||||
<width>6-col</width>
|
||||
<height>53</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col</posx>
|
||||
<posy>2</posy>
|
||||
<width>6-col</width>
|
||||
<font>menuTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="6-col" height="1-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2</posy>
|
||||
<width>6-col</width>
|
||||
<height>53</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col</posx>
|
||||
<posy>2</posy>
|
||||
<width>6-col</width>
|
||||
<font>menuTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="1">
|
||||
<description>Open</description>
|
||||
<label>31019</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(503,6)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<description>Save</description>
|
||||
<label>31020</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(503,7)</onclick>
|
||||
<onclick>Notification($LOCALIZE[31020],$LOCALIZE[31153])</onclick>
|
||||
</item>
|
||||
<item id="3">
|
||||
<description>Clear</description>
|
||||
<label>31021</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(503,8)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
<!--dialog controls-->
|
||||
<control type="group">
|
||||
<posx>9-col</posx>
|
||||
<posy>0</posy>
|
||||
<control type="panel" id="9000">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col</width>
|
||||
<height>6-row</height>
|
||||
<orientation>vertical</orientation>
|
||||
<onleft>100</onleft>
|
||||
<itemlayout width="6-col" height="2-row">
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>3-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="6-col" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<include>spinFocusIcon</include>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>3-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>5-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="1">
|
||||
<description>Open</description>
|
||||
<label>31019</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(503,6)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<description>Save</description>
|
||||
<label>31020</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(503,7)</onclick>
|
||||
<onclick>Notification($LOCALIZE[31020],$LOCALIZE[31153])</onclick>
|
||||
</item>
|
||||
<item id="3">
|
||||
<description>Clear</description>
|
||||
<label>31021</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(503,8)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
<posy>row-1-begin</posy>
|
||||
<!--source title-->
|
||||
<control type="label">
|
||||
<visible>IntegerGreaterThan(container.Numitems,0)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>14-col</width>
|
||||
|
|
|
@ -248,15 +248,16 @@
|
|||
</content>
|
||||
</control>
|
||||
<!--privacy policy-->
|
||||
<control type="textbox" id="30">
|
||||
<control type="textbox">
|
||||
<visible>container(95).hasfocus(2)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<posy>-36</posy>
|
||||
<font>textbox</font>
|
||||
<width>24-col</width>
|
||||
<textcolor>textActive</textcolor>
|
||||
<height>23-row</height>
|
||||
<autoscroll delay="10000" time="5000" repeat="10000"/>
|
||||
<label>$INFO[System.PrivacyPolicy]</label>
|
||||
<autoscroll delay="5000" repeat="7500" time="5000">true</autoscroll>
|
||||
</control>
|
||||
</control>
|
||||
<!--debugging-->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">8000</defaultcontrol>
|
||||
<onunload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9000)</onunload>
|
||||
<onunload condition="System.HasAddon(script.skinshortcuts)">RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9000)</onunload>
|
||||
<controls>
|
||||
<!--background-->
|
||||
<include>globalBackground</include>
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<colordiffuse>textboxInactive</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>ListItem.IsParentFolder</visible>
|
||||
<visible>ListItem.IsParentFolder</visible>
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>11-col-gutter</width>
|
||||
|
@ -165,7 +165,7 @@
|
|||
<shadowcolor>-</shadowcolor>
|
||||
<label>..</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>11-col-gutter</width>
|
||||
|
@ -177,17 +177,17 @@
|
|||
<label>$INFO[ListItem.Title]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!ListItem.IsParentFolder</visible>
|
||||
<visible>!ListItem.IsParentFolder</visible>
|
||||
<posx>12-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-gutter</width>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label fallback="•••">$INFO[ListItem.Rating,,*]</label>
|
||||
<label fallback="•••">$INFO[ListItem.UserRating,,*]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>13-col-indent</posx>
|
||||
|
@ -271,8 +271,8 @@
|
|||
<bordersize>0</bordersize>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>ListItem.IsParentFolder</visible>
|
||||
<control type="label">
|
||||
<visible>ListItem.IsParentFolder</visible>
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>0</posy>
|
||||
<width>11-col-gutter</width>
|
||||
|
@ -295,17 +295,17 @@
|
|||
<label>$INFO[ListItem.Title]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!ListItem.IsParentFolder</visible>
|
||||
<visible>!ListItem.IsParentFolder</visible>
|
||||
<posx>12-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-gutter</width>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label fallback="•••">$INFO[ListItem.Rating,,*]</label>
|
||||
<label fallback="•••">$INFO[ListItem.UserRating,,*]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>13-col-indent</posx>
|
||||
|
|
|
@ -81,14 +81,14 @@
|
|||
<label>$INFO[MusicPlayer.Title]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>8-col-indent</posx>
|
||||
<posx>8-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>612</width>
|
||||
<height>2-row</height>
|
||||
<font>regularStrong</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<scroll>true</scroll>
|
||||
<label>[B]$INFO[MusicPlayer.rating,,*][/B]</label>
|
||||
<label>[B]$INFO[MusicPlayer.userrating,,*][/B]</label>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Pellucid
|
||||
===================
|
||||
|
||||
Pellucid is a skin for Kodi Krypton by theDeadMan.
|
||||
Pellucid is a skin for Kodi Krypton created by theDeadMan. With love from Bristol, United Kingdom, Europe.
|
||||
|
||||
|
||||
|
|
11
addon.xml
|
@ -2,7 +2,6 @@
|
|||
<addon id="skin.pellucid" version="1.0.0" name="Pellucid" provider-name="theDeadman">
|
||||
<requires>
|
||||
<import addon="xbmc.gui" version="5.12.0"/>
|
||||
<import addon="script.skinshortcuts" version="1.0.0"/>
|
||||
<import addon="resource.images.weathericons.outline" version="0.0.5"/>
|
||||
<import addon="resource.images.weatherfanart.single" version="0.0.6"/>
|
||||
</requires>
|
||||
|
@ -11,18 +10,18 @@
|
|||
</extension>
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<summary lang="en">A skin for Kodi by theDeadMan</summary>
|
||||
<description lang="en">Built for the living room, Pellucid is a clean and simple kodi experience designed for maximum usability and minimum fuss.</description>
|
||||
<description lang="en">Built for the living room, Pellucid is a clean and simple kodi experience designed for maximum usability and minimum fuss. Skin Shortcuts addon support is available for full menu customisation.</description>
|
||||
<platform>all</platform>
|
||||
<license></license>
|
||||
<license>Creative Commons Attribution-Noncommercial-Share Alike 3.0</license>
|
||||
<forum></forum>
|
||||
<source>https://github.com/chrisbevan/skin.pellucid</source>
|
||||
<assets>
|
||||
<icon>resources/icon.png</icon>
|
||||
<fanart>resources/fanart.jpg</fanart>
|
||||
<screenshot>resources/screenshot-01.jpg</screenshot>
|
||||
<screenshot>resources/screenshot-02.jpg</screenshot>
|
||||
<screenshot>resources/screenshot-03.jpg</screenshot>
|
||||
<screenshot>resources/screenshot-04.jpg</screenshot>
|
||||
<screenshot>resources/screenshot-02.jpg</screenshot>
|
||||
<screenshot>resources/screenshot-03.jpg</screenshot>
|
||||
<screenshot>resources/screenshot-04.jpg</screenshot>
|
||||
</assets>
|
||||
</extension>
|
||||
</addon>
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
**Changelog**
|
||||
|
||||
V1.0.0
|
||||
- Initial release
|
||||
- [UPDATED] MyMusicPlaylistEditor.xml
|
||||
- [REMOVED] Unused images
|
||||
- Minor fixes and bug squashing (thanks Ronie!)
|
Before Width: | Height: | Size: 724 KiB |
Before Width: | Height: | Size: 222 KiB |
Before Width: | Height: | Size: 565 KiB |
Before Width: | Height: | Size: 465 KiB |
Before Width: | Height: | Size: 333 KiB |
Before Width: | Height: | Size: 610 KiB |
Before Width: | Height: | Size: 610 KiB |
Before Width: | Height: | Size: 286 KiB |
Before Width: | Height: | Size: 560 KiB |
Before Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 208 KiB |
Before Width: | Height: | Size: 345 KiB |
Before Width: | Height: | Size: 481 KiB |
Before Width: | Height: | Size: 485 KiB |
Before Width: | Height: | Size: 429 KiB |
Before Width: | Height: | Size: 440 KiB |
Before Width: | Height: | Size: 631 KiB |
Before Width: | Height: | Size: 334 KiB |
Before Width: | Height: | Size: 422 KiB |
Before Width: | Height: | Size: 696 KiB |
Before Width: | Height: | Size: 410 KiB |
Before Width: | Height: | Size: 468 KiB |
Before Width: | Height: | Size: 410 KiB |
Before Width: | Height: | Size: 740 KiB |
Before Width: | Height: | Size: 375 KiB |
Before Width: | Height: | Size: 547 KiB |
Before Width: | Height: | Size: 374 KiB |
Before Width: | Height: | Size: 433 KiB |
Before Width: | Height: | Size: 466 KiB |
Before Width: | Height: | Size: 544 KiB |
Before Width: | Height: | Size: 421 KiB |
Before Width: | Height: | Size: 383 KiB |
Before Width: | Height: | Size: 335 KiB |
Before Width: | Height: | Size: 467 KiB |
Before Width: | Height: | Size: 773 KiB |
Before Width: | Height: | Size: 729 KiB |
Before Width: | Height: | Size: 296 KiB |
Before Width: | Height: | Size: 856 KiB |
Before Width: | Height: | Size: 638 KiB |
Before Width: | Height: | Size: 596 KiB |
Before Width: | Height: | Size: 484 KiB |
Before Width: | Height: | Size: 381 KiB |
Before Width: | Height: | Size: 305 KiB |
Before Width: | Height: | Size: 508 KiB |
Before Width: | Height: | Size: 555 KiB |
Before Width: | Height: | Size: 600 KiB |
Before Width: | Height: | Size: 538 KiB |
Before Width: | Height: | Size: 265 KiB |
Before Width: | Height: | Size: 699 KiB |
Before Width: | Height: | Size: 656 KiB |
Before Width: | Height: | Size: 406 KiB |
Before Width: | Height: | Size: 445 KiB |
Before Width: | Height: | Size: 268 KiB |
Before Width: | Height: | Size: 299 KiB |
Before Width: | Height: | Size: 407 KiB |
Before Width: | Height: | Size: 301 KiB |
Before Width: | Height: | Size: 488 KiB |
Before Width: | Height: | Size: 452 KiB |
Before Width: | Height: | Size: 408 KiB |
Before Width: | Height: | Size: 303 KiB |
Before Width: | Height: | Size: 344 KiB |
Before Width: | Height: | Size: 372 KiB |
Before Width: | Height: | Size: 638 KiB |
Before Width: | Height: | Size: 448 KiB |
Before Width: | Height: | Size: 431 KiB |
Before Width: | Height: | Size: 246 KiB |
Before Width: | Height: | Size: 470 KiB |
Before Width: | Height: | Size: 280 KiB |
Before Width: | Height: | Size: 517 KiB |
Before Width: | Height: | Size: 346 KiB |
Before Width: | Height: | Size: 793 KiB |
Before Width: | Height: | Size: 445 KiB |
Before Width: | Height: | Size: 380 KiB |
Before Width: | Height: | Size: 817 KiB |
Before Width: | Height: | Size: 474 KiB |
Before Width: | Height: | Size: 389 KiB |
Before Width: | Height: | Size: 350 KiB |
Before Width: | Height: | Size: 597 KiB |
Before Width: | Height: | Size: 434 KiB |
Before Width: | Height: | Size: 472 KiB |
Before Width: | Height: | Size: 660 KiB |
Before Width: | Height: | Size: 430 KiB |