home screen tweaks

This commit is contained in:
Chris Bevan 2017-07-24 20:36:57 +01:00
parent 32fc45e462
commit b5266d1198
2 changed files with 11 additions and 8 deletions

View File

@ -6,7 +6,9 @@
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<control type="group"> <control type="group">
<include>modalDialogContentShift</include> <animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<effect type="slide" end="100" time="200" delay="200" center="auto" tween="linear" easing="out"/>
</animation>
<control type="multiimage"> <control type="multiimage">
<animation effect="fade" start="0" end="100" time="1000">WindowOpen</animation> <animation effect="fade" start="0" end="100" time="1000">WindowOpen</animation>
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
@ -29,27 +31,27 @@
<!--Date / time and weather--> <!--Date / time and weather-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-22-begin</posy> <posy>row-14-begin</posy>
<animation type="conditional" condition="player.hasaudio + !skin.hassetting(weatherdisplay)"> <animation type="conditional" condition="player.hasaudio + !skin.hassetting(weatherdisplay)">
<effect type="slide" start="0,0" end="0,-72" tween="cubic" easing="out" time="0"/> <effect type="slide" start="0,0" end="0,-72" tween="cubic" easing="out" time="0"/>
</animation> </animation>
<control type="label"> <control type="label">
<posx>0</posx> <posx>24-col</posx>
<posy>-24</posy> <posy>-24</posy>
<width>24-col</width> <width>24-col</width>
<height>4-row</height> <height>4-row</height>
<align>center</align> <align>right</align>
<font>veryLarge</font> <font>veryLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[System.Time]</label> <label>$INFO[System.Time]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>24-col</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>24-col</width> <width>24-col</width>
<height>4-row</height> <height>4-row</height>
<font>regular</font> <font>regular</font>
<align>center</align> <align>right</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label> <label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
</control> </control>
@ -69,12 +71,12 @@
<control type="group"> <control type="group">
<visible>player.hasaudio</visible> <visible>player.hasaudio</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-26-begin</posy> <posy>row-17-begin</posy>
<control type="grouplist"> <control type="grouplist">
<posx>0</posx> <posx>0</posx>
<posy>18</posy> <posy>18</posy>
<width>24-col</width> <width>24-col</width>
<align>center</align> <align>right</align>
<itemgap>18</itemgap> <itemgap>18</itemgap>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<control type="image"> <control type="image">

View File

@ -5,6 +5,7 @@
- [UPDATED] Norwegian language file - [UPDATED] Norwegian language file
**TO DO** **TO DO**
New Home screen
Channel group Channel group
Check onback for video when small player is active Check onback for video when small player is active
Music playlist view issue (see Github) Music playlist view issue (see Github)