View fixes movies

This commit is contained in:
DaVukovic 2019-06-03 18:34:02 +02:00
parent 27d23c136e
commit adc0ed060c
4 changed files with 28 additions and 48 deletions

View File

@ -36,9 +36,9 @@
<include>Window_OpenClose_Right_Panel_Animation</include>
<control type="group">
<animation effect="slide" start="0,0" end="970,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" start="0,0" end="560,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(56)">Conditional</animation>
<animation effect="slide" start="0,0" end="530,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(56)">Conditional</animation>
<animation effect="slide" start="0,0" end="970,0" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" start="0,0" end="560,0" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(56)">Conditional</animation>
<animation effect="slide" start="0,0" end="530,0" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(56)">Conditional</animation>
<include>ContentPanel</include>
<include>CommonRootView</include> <!-- view id = 50 -->
<include>CommonListView</include> <!-- view id = 51 -->

View File

@ -1,9 +1,9 @@
<includes>
<include name="AddonInfoView">
<control type="list" id="550">
<posx>575</posx>
<posx>625</posx>
<posy>130</posy>
<width>675</width>
<width>625</width>
<height>360</height>
<onleft>9000</onleft>
<onright>60</onright>
@ -76,7 +76,7 @@
</focusedlayout>
</control>
<control type="group">
<posx>300</posx>
<posx>350</posx>
<posy>130</posy>
<visible>Control.IsVisible(550)</visible>
<control type="image">
@ -108,7 +108,7 @@
<posy>270</posy>
<width>270</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.Property(Addon.Creator)]</label>
<label fallback="416">$INFO[ListItem.AddonCreator]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
@ -120,32 +120,12 @@
<posy>300</posy>
<width>270</width>
<height>25</height>
<label>$LOCALIZE[24051][COLOR=white] $INFO[ListItem.Property(Addon.Version)][/COLOR]</label>
<label>$LOCALIZE[24051][COLOR=white] $INFO[ListItem.AddonVersion][/COLOR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
<control type="label">
<description>Rating txt</description>
<posx>0</posx>
<posy>330</posy>
<width>90</width>
<height>25</height>
<label>$LOCALIZE[563]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
<control type="image">
<description>Rating value</description>
<posx>90</posx>
<posy>325</posy>
<width>160</width>
<height>32</height>
<texture>$INFO[ListItem.Property(Addon.StarRating)]</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>370</posy>
@ -156,14 +136,14 @@
</control>
<control type="textbox">
<description>Description Value for Addon</description>
<posx>300</posx>
<posx>350</posx>
<posy>505</posy>
<width>950</width>
<width>900</width>
<height>135</height>
<font>font11</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Property(Addon.Description)]</label>
<label>$INFO[ListItem.AddonDescription]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>Control.IsVisible(550)</visible>
</control>

View File

@ -18,7 +18,7 @@
<posy>4</posy>
<width>40</width>
<height>22</height>
<texture background="true">$VAR[PosterThumb]</texture>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<posx>50</posx>
@ -82,7 +82,7 @@
<posy>4</posy>
<width>40</width>
<height>22</height>
<texture background="true">$VAR[PosterThumb]</texture>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<posx>50</posx>
@ -136,7 +136,7 @@
<include name="CommonListView">
<control type="list" id="51">
<visible>!Container.Content(Episodes)</visible>
<posx>300</posx>
<posx>350</posx>
<posy>130</posy>
<width>540</width>
<height>510</height>
@ -151,7 +151,7 @@
<control type="label">
<posx>10</posx>
<posy>0</posy>
<width>520</width>
<width>470</width>
<height>30</height>
<font>font12</font>
<textcolor>white</textcolor>
@ -187,11 +187,11 @@
<visible>Container.Content(Seasons)</visible>
</control>
</itemlayout>
<focusedlayout height="30" width="540">
<focusedlayout height="30" width="490">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>540</width>
<width>490</width>
<height>30</height>
<texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(51)</visible>
@ -200,7 +200,7 @@
<control type="label">
<posx>10</posx>
<posy>0</posy>
<width>520</width>
<width>470</width>
<height>30</height>
<font>font12</font>
<textcolor>white</textcolor>

View File

@ -292,8 +292,8 @@
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
</control>
<control type="label">
<posx>300</posx>
<posy>580</posy>
<posx>350</posx>
<posy>570</posy>
<width>970</width>
<height>35</height>
<font>font11</font>
@ -322,9 +322,9 @@
<include name="MovieFanartView">
<control type="list" id="56">
<visible>Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes)</visible>
<posx>300</posx>
<posx>340</posx>
<posy>130</posy>
<width>390</width>
<width>370</width>
<height>510</height>
<onleft>9000</onleft>
<onright>60</onright>
@ -354,11 +354,11 @@
<texture>$INFO[ListItem.Overlay,List]</texture>
</control>
</itemlayout>
<focusedlayout height="30" width="390">
<focusedlayout height="30" width="370">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>390</width>
<width>370</width>
<height>30</height>
<texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(56)</visible>
@ -612,9 +612,9 @@
<include name="MoviesListView">
<control type="list" id="58">
<visible>Container.Content(movies) | Container.Content(Episodes)</visible>
<posx>600</posx>
<posx>620</posx>
<posy>130</posy>
<width>650</width>
<width>630</width>
<height>360</height>
<onleft>9000</onleft>
<onright>60</onright>
@ -623,7 +623,7 @@
<viewtype label="544">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30" width="675">
<itemlayout height="30" width="655">
<control type="label">
<posx>10</posx>
<posy>0</posy>
@ -656,11 +656,11 @@
<texture>$INFO[ListItem.Overlay,List]</texture>
</control>
</itemlayout>
<focusedlayout height="30" width="675">
<focusedlayout height="30" width="655">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>675</width>
<width>630</width>
<height>30</height>
<texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(58)</visible>