minor fixes

This commit is contained in:
Chris Bevan 2016-12-19 21:58:50 +00:00
parent fcf05909d1
commit 92fe2e31ca
2 changed files with 13 additions and 30 deletions

View File

@ -31,12 +31,12 @@
</control> </control>
<!--Date / time and weather--> <!--Date / time and weather-->
<control type="group"> <control type="group">
<posx>col-9-begin</posx> <posx>col-1-begin</posx>
<posy>row-23-begin</posy> <posy>row-23-begin</posy>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>-24</posy> <posy>-24</posy>
<width>8-col</width> <width>24-col</width>
<height>4-row</height> <height>4-row</height>
<align>center</align> <align>center</align>
<font>veryLarge</font> <font>veryLarge</font>
@ -46,7 +46,7 @@
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>8-col</width> <width>24-col</width>
<height>4-row</height> <height>4-row</height>
<font>regular</font> <font>regular</font>
<align>center</align> <align>center</align>

View File

@ -57,9 +57,9 @@
<effect type="fade" start="100" end="0" time="200"/> <effect type="fade" start="100" end="0" time="200"/>
</animation> </animation>
<posx>0</posx> <posx>0</posx>
<posy>-72</posy> <posy>0</posy>
<width>fullscreenWidth</width> <width>fullscreenWidth</width>
<height>2-row</height> <height>3</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
@ -518,20 +518,11 @@
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>
<control type="image">
<posx>61</posx>
<posy>630</posy>
<width>1</width>
<height>72</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>33FFFFFF</colordiffuse>
</control>
<control type="list" id="9123"> <control type="list" id="9123">
<animation type="conditional" condition="control.hasfocus(9001)"> <animation type="conditional" condition="control.hasfocus(9001)">
<effect type="fade" start="100" end="0" time="200"/> <effect type="fade" start="100" end="0" time="200"/>
</animation> </animation>
<posx>61</posx> <posx>col-1-begin</posx>
<posy>630</posy> <posy>630</posy>
<width>24-col</width> <width>24-col</width>
<height>72</height> <height>72</height>
@ -539,11 +530,11 @@
<ondown>9998</ondown> <ondown>9998</ondown>
<onback>9000</onback> <onback>9000</onback>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="204" height="72"> <itemlayout width="3-col" height="72">
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>204</width> <width>3-col</width>
<height>72</height> <height>72</height>
<font>smallStrong</font> <font>smallStrong</font>
<align>center</align> <align>center</align>
@ -552,34 +543,26 @@
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label> <label>$INFO[ListItem.property(textTitle)]</label>
</control> </control>
<control type="image">
<posx>204</posx>
<posy>0</posy>
<width>1</width>
<height>72</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>33FFFFFF</colordiffuse>
</control>
</itemlayout> </itemlayout>
<focusedlayout width="204" height="72"> <focusedlayout width="3-col" height="72">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>204</width> <width>3-col</width>
<height>72</height> <height>72</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>204</width> <width>3-col</width>
<height>72</height> <height>72</height>
<font>smallStrong</font> <font>smallStrong</font>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>highlight</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label> <label>$INFO[ListItem.property(textTitle)]</label>
</control> </control>