Multiple layout fixes
This commit is contained in:
parent
0a4fac2df1
commit
d5658842cc
@ -11,9 +11,9 @@
|
||||
<include>CommonListView</include> <!-- view id = 51 -->
|
||||
<include>AddonInfoView</include> <!-- view id = 550 -->
|
||||
<include>ThumbnailView</include> <!-- view id = 53 -->
|
||||
<!-- <include>AllViewCommonPageControls</include>
|
||||
<include>AllViewCommonPageControls</include>
|
||||
<include>CommonFileCount</include>
|
||||
<include>ScrollOffsetLabel</include> -->
|
||||
<include>ScrollOffsetLabel</include>
|
||||
</control>
|
||||
<control type="group">
|
||||
<include>Window_OpenClose_Left_Panel_Animation</include>
|
||||
|
@ -60,7 +60,7 @@
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font18</font>
|
||||
<label>$INFO[ListItem.Property(Addon.Name)]</label>
|
||||
<label>$INFO[ListItem.AddonName]</label>
|
||||
<textcolor>green</textcolor>
|
||||
</control>
|
||||
<control type="group">
|
||||
@ -84,7 +84,7 @@
|
||||
<posy>0</posy>
|
||||
<width>440</width>
|
||||
<height>25</height>
|
||||
<label fallback="416">$INFO[ListItem.Property(Addon.Type)]</label>
|
||||
<label fallback="416">$INFO[ListItem.AddonType]</label>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font12</font>
|
||||
@ -108,7 +108,7 @@
|
||||
<posy>30</posy>
|
||||
<width>440</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>
|
||||
@ -132,7 +132,7 @@
|
||||
<posy>60</posy>
|
||||
<width>440</width>
|
||||
<height>25</height>
|
||||
<label fallback="416">$INFO[ListItem.Property(Addon.Version)]</label>
|
||||
<label fallback="416">$INFO[ListItem.AddonVersion]</label>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font12</font>
|
||||
@ -156,7 +156,7 @@
|
||||
<posy>90</posy>
|
||||
<width>125</width>
|
||||
<height>25</height>
|
||||
<texture>$INFO[ListItem.Property(Addon.StarRating)]</texture>
|
||||
<texture>$INFO[ListItem.AddonStarRating]</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>Summary txt</description>
|
||||
@ -176,7 +176,7 @@
|
||||
<posy>120</posy>
|
||||
<width>440</width>
|
||||
<height>25</height>
|
||||
<label fallback="416">$INFO[ListItem.Property(Addon.Summary)]</label>
|
||||
<label fallback="416">$INFO[ListItem.AddonSummary]</label>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font12</font>
|
||||
@ -203,7 +203,7 @@
|
||||
<textcolor>grey2</textcolor>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>!IsEmpty(ListItem.Property(Addon.Disclaimer)) | !IsEmpty(ListItem.Property(Addon.Broken))</visible>
|
||||
<visible>!IsEmpty(ListItem.AddonDisclaimer) | !IsEmpty(ListItem.AddonBroken)</visible>
|
||||
<control type="label">
|
||||
<description>Description Page Count</description>
|
||||
<posx>520</posx>
|
||||
@ -238,11 +238,11 @@
|
||||
<font>font12</font>
|
||||
<align>justify</align>
|
||||
<textcolor>white</textcolor>
|
||||
<label>$INFO[ListItem.Property(Addon.Description)]</label>
|
||||
<label>$INFO[ListItem.AddonDescription]</label>
|
||||
<pagecontrol>60</pagecontrol>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>IsEmpty(ListItem.Property(Addon.Broken))</visible>
|
||||
<visible>IsEmpty(ListItem.AddonBroken))</visible>
|
||||
<control type="label">
|
||||
<description>Disclaimer txt</description>
|
||||
<posx>0</posx>
|
||||
@ -261,7 +261,7 @@
|
||||
<posy>445</posy>
|
||||
<width>830</width>
|
||||
<height>25</height>
|
||||
<label>$INFO[ListItem.Property(Addon.Disclaimer)]</label>
|
||||
<label>$INFO[ListItem.AddonDisclaimer]</label>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font12</font>
|
||||
@ -270,7 +270,7 @@
|
||||
</control>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>!IsEmpty(ListItem.Property(Addon.Broken))</visible>
|
||||
<visible>!IsEmpty(ListItem.Addon.Broken)</visible>
|
||||
<control type="label">
|
||||
<description>Disclaimer txt</description>
|
||||
<posx>0</posx>
|
||||
@ -289,7 +289,7 @@
|
||||
<posy>445</posy>
|
||||
<width>830</width>
|
||||
<height>25</height>
|
||||
<label>$INFO[ListItem.Property(Addon.Broken)]</label>
|
||||
<label>$INFO[ListItem.AddonBroken]</label>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<font>font12</font>
|
||||
@ -299,7 +299,7 @@
|
||||
</control>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>IsEmpty(ListItem.Property(Addon.Disclaimer)) + IsEmpty(ListItem.Property(Addon.Broken))</visible>
|
||||
<visible>IsEmpty(ListItem.AddonDisclaimer) + IsEmpty(ListItem.AddonBroken)</visible>
|
||||
<control type="label">
|
||||
<description>Description Page Count</description>
|
||||
<posx>520</posx>
|
||||
@ -334,7 +334,7 @@
|
||||
<font>font12</font>
|
||||
<align>justify</align>
|
||||
<textcolor>white</textcolor>
|
||||
<label>$INFO[ListItem.Property(Addon.Description)]</label>
|
||||
<label>$INFO[ListItem.AddonDescription]</label>
|
||||
<pagecontrol>61</pagecontrol>
|
||||
</control>
|
||||
</control>
|
||||
|
@ -21,10 +21,10 @@
|
||||
<height>30</height>
|
||||
<font>font12</font>
|
||||
<textcolor>white</textcolor>
|
||||
<selectedcolor>green</selectedcolor>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<info>ListItem.Label</info>
|
||||
<visible>true</visible>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>665</posx>
|
||||
@ -43,7 +43,7 @@
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>675</width>
|
||||
<width>620</width>
|
||||
<height>30</height>
|
||||
<texture border="7">list-focus.png</texture>
|
||||
<visible>Control.HasFocus(550)</visible>
|
||||
@ -55,8 +55,7 @@
|
||||
<width>660</width>
|
||||
<height>30</height>
|
||||
<font>font12</font>
|
||||
<textcolor>white</textcolor>
|
||||
<selectedcolor>green</selectedcolor>
|
||||
<textcolor>green</textcolor>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<info>ListItem.Label</info>
|
||||
@ -91,6 +90,7 @@
|
||||
<fadetime>IconCrossfadeTime</fadetime>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>Container.Content(Addons)</visible>
|
||||
<description>Author txt</description>
|
||||
<posx>0</posx>
|
||||
<posy>250</posy>
|
||||
@ -104,6 +104,7 @@
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>Author Value</description>
|
||||
<visible>Container.Content(Addons)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>270</posy>
|
||||
<width>270</width>
|
||||
@ -116,6 +117,7 @@
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>Version txt</description>
|
||||
<visible>Container.Content(Addons)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>300</posy>
|
||||
<width>270</width>
|
||||
|
@ -90,8 +90,8 @@
|
||||
<width>890</width>
|
||||
<height>30</height>
|
||||
<font>font12</font>
|
||||
<textcolor>white</textcolor>
|
||||
<selectedcolor>green</selectedcolor>
|
||||
<!-- textcolor>white</textcolor -->
|
||||
<textcolor>green</textcolor>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
@ -203,11 +203,10 @@
|
||||
<width>470</width>
|
||||
<height>30</height>
|
||||
<font>font12</font>
|
||||
<textcolor>white</textcolor>
|
||||
<selectedcolor>green</selectedcolor>
|
||||
<textcolor>green</textcolor>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<info>ListItem.Label</info>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>530</posx>
|
||||
|
@ -370,8 +370,7 @@
|
||||
<width>350</width>
|
||||
<height>30</height>
|
||||
<font>font12</font>
|
||||
<textcolor>white</textcolor>
|
||||
<selectedcolor>green</selectedcolor>
|
||||
<textcolor>green</textcolor>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
@ -672,11 +671,10 @@
|
||||
<width>660</width>
|
||||
<height>30</height>
|
||||
<font>font12</font>
|
||||
<textcolor>white</textcolor>
|
||||
<selectedcolor>green</selectedcolor>
|
||||
<textcolor>green</textcolor>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<info>ListItem.Label</info>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>645</posx>
|
||||
@ -688,7 +686,7 @@
|
||||
<selectedcolor>green</selectedcolor>
|
||||
<align>right</align>
|
||||
<aligny>center</aligny>
|
||||
<info>ListItem.Label2</info>
|
||||
<label>$INFO[ListItem.Label2]</label>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>645</posx>
|
||||
@ -735,7 +733,7 @@
|
||||
<control type="group">
|
||||
<visible>Container.Content(Episodes)</visible>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posx>40</posx>
|
||||
<posy>50</posy>
|
||||
<width>270</width>
|
||||
<height>200</height>
|
||||
|
Loading…
Reference in New Issue
Block a user