diff options
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estouchy/addon.xml | 2 | ||||
-rw-r--r-- | addons/skin.estouchy/changelog.txt | 22 | ||||
-rw-r--r-- | addons/skin.estouchy/media/icon_button_shutdown.png | bin | 2644 -> 1778 bytes | |||
-rw-r--r-- | addons/skin.estouchy/xml/Home.xml | 18 | ||||
-rw-r--r-- | addons/skin.estouchy/xml/Includes.xml | 2 | ||||
-rw-r--r-- | addons/skin.estouchy/xml/ViewsPVR.xml | 4 |
6 files changed, 34 insertions, 14 deletions
diff --git a/addons/skin.estouchy/addon.xml b/addons/skin.estouchy/addon.xml index 08439c1589..c5048c6a2f 100644 --- a/addons/skin.estouchy/addon.xml +++ b/addons/skin.estouchy/addon.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="skin.estouchy" version="1.1.6" name="Estouchy" provider-name="Team Kodi"> +<addon id="skin.estouchy" version="1.1.7" name="Estouchy" provider-name="Team Kodi"> <requires> <import addon="xbmc.gui" version="5.12.0"/> </requires> diff --git a/addons/skin.estouchy/changelog.txt b/addons/skin.estouchy/changelog.txt index 336b2737d3..aea6d7591d 100644 --- a/addons/skin.estouchy/changelog.txt +++ b/addons/skin.estouchy/changelog.txt @@ -1,3 +1,25 @@ +V1.1.7 +- Add scrollbar to guide view +- Align shutdown button + +V1.1.6 +- Updated language files from Transifex + +V1.1.5 +- Updated language files from Transifex + +V1.1.4 +- Updated language files from Transifex + +V1.1.3 +- Updated language files from Transifex + +V1.1.2 +- Updated language files from Transifex + +V1.1.1 +- Updated language files from Transifex + V1.1.0 - Redesign diff --git a/addons/skin.estouchy/media/icon_button_shutdown.png b/addons/skin.estouchy/media/icon_button_shutdown.png Binary files differindex 75c0014f7a..0fc018cf6f 100644 --- a/addons/skin.estouchy/media/icon_button_shutdown.png +++ b/addons/skin.estouchy/media/icon_button_shutdown.png diff --git a/addons/skin.estouchy/xml/Home.xml b/addons/skin.estouchy/xml/Home.xml index dd859733e1..971f04b64d 100644 --- a/addons/skin.estouchy/xml/Home.xml +++ b/addons/skin.estouchy/xml/Home.xml @@ -153,11 +153,10 @@ <orientation>Horizontal</orientation> <itemlayout height="120" width="120"> <control type="image"> - <posx>20</posx> - <posy>20</posy> - <width>80</width> - <height>80</height> - <bordersize>12</bordersize> + <posx>32</posx> + <posy>32</posy> + <width>56</width> + <height>56</height> <texture>$INFO[ListItem.Icon]</texture> <aspectratio>keep</aspectratio> </control> @@ -171,11 +170,10 @@ <texture colordiffuse="blue">roundbutton-focus.png</texture> </control> <control type="image"> - <posx>20</posx> - <posy>20</posy> - <width>80</width> - <height>80</height> - <bordersize>12</bordersize> + <posx>32</posx> + <posy>32</posy> + <width>56</width> + <height>56</height> <texture>$INFO[ListItem.Icon]</texture> <aspectratio>keep</aspectratio> </control> diff --git a/addons/skin.estouchy/xml/Includes.xml b/addons/skin.estouchy/xml/Includes.xml index 738b765b5a..c16c20bc42 100644 --- a/addons/skin.estouchy/xml/Includes.xml +++ b/addons/skin.estouchy/xml/Includes.xml @@ -310,7 +310,7 @@ <include>Window_OpenClose_Animation</include> <posx>40r</posx> <posy>120</posy> - <visible>Control.IsVisible(60) + ![[Window.IsVisible(TVGuide) | Window.IsVisible(RadioGuide)] + Control.IsVisible(10)]</visible> + <visible>Control.IsVisible(60)</visible> <animation effect="slide" start="40,0" end="0,0" time="400">Visible</animation> <animation effect="slide" start="0,0" end="40,0" time="400">Hidden</animation> <animation effect="slide" start="0,0" end="-7,0" time="0" condition="String.IsEqual(Skin.AspectRatio,4:3)">Conditional</animation> diff --git a/addons/skin.estouchy/xml/ViewsPVR.xml b/addons/skin.estouchy/xml/ViewsPVR.xml index 7a89c279a9..d3467d7067 100644 --- a/addons/skin.estouchy/xml/ViewsPVR.xml +++ b/addons/skin.estouchy/xml/ViewsPVR.xml @@ -182,11 +182,11 @@ <width>$PARAM[panel-width]</width> <height>550</height> <onleft>2</onleft> - <onright>10</onright> + <onright>60</onright> <onup>10</onup> <ondown>10</ondown> <viewtype label="19069">list</viewtype> - <pagecontrol>10</pagecontrol> + <pagecontrol>60</pagecontrol> <scrolltime>200</scrolltime> <timeblocks>40</timeblocks> <rulerunit>6</rulerunit> |