minor fixes
This commit is contained in:
parent
fcf05909d1
commit
92fe2e31ca
|
@ -31,12 +31,12 @@
|
|||
</control>
|
||||
<!--Date / time and weather-->
|
||||
<control type="group">
|
||||
<posx>col-9-begin</posx>
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>row-23-begin</posy>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>-24</posy>
|
||||
<width>8-col</width>
|
||||
<width>24-col</width>
|
||||
<height>4-row</height>
|
||||
<align>center</align>
|
||||
<font>veryLarge</font>
|
||||
|
@ -46,7 +46,7 @@
|
|||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>8-col</width>
|
||||
<width>24-col</width>
|
||||
<height>4-row</height>
|
||||
<font>regular</font>
|
||||
<align>center</align>
|
||||
|
|
|
@ -57,9 +57,9 @@
|
|||
<effect type="fade" start="100" end="0" time="200"/>
|
||||
</animation>
|
||||
<posx>0</posx>
|
||||
<posy>-72</posy>
|
||||
<posy>0</posy>
|
||||
<width>fullscreenWidth</width>
|
||||
<height>2-row</height>
|
||||
<height>3</height>
|
||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||
<texture border="0">colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
|
@ -518,20 +518,11 @@
|
|||
</control>
|
||||
</focusedlayout>
|
||||
</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">
|
||||
<animation type="conditional" condition="control.hasfocus(9001)">
|
||||
<effect type="fade" start="100" end="0" time="200"/>
|
||||
</animation>
|
||||
<posx>61</posx>
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>630</posy>
|
||||
<width>24-col</width>
|
||||
<height>72</height>
|
||||
|
@ -539,11 +530,11 @@
|
|||
<ondown>9998</ondown>
|
||||
<onback>9000</onback>
|
||||
<orientation>horizontal</orientation>
|
||||
<itemlayout width="204" height="72">
|
||||
<itemlayout width="3-col" height="72">
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>204</width>
|
||||
<width>3-col</width>
|
||||
<height>72</height>
|
||||
<font>smallStrong</font>
|
||||
<align>center</align>
|
||||
|
@ -552,34 +543,26 @@
|
|||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.property(textTitle)]</label>
|
||||
</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>
|
||||
<focusedlayout width="204" height="72">
|
||||
<focusedlayout width="3-col" height="72">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>204</width>
|
||||
<width>3-col</width>
|
||||
<height>72</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>204</width>
|
||||
<width>3-col</width>
|
||||
<height>72</height>
|
||||
<font>smallStrong</font>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>highlight</textcolor>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.property(textTitle)]</label>
|
||||
</control>
|
||||
|
|
Loading…
Reference in New Issue