Skip to content

Commit

Permalink
[display400] update Skin 9 / add MovieMenu-Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
hd75hd committed Jul 22, 2016
1 parent 2af876b commit 91c3efe
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions skins/display400/OE-A_LCDSkin_9/skin_display.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<font filename="LiberationSans-Regular.ttf" name="MyLcD" scale="100"/>
</fonts>

<!-- template MY V2.6k 28.04.2016-->
<!-- template MY V2.6l 22.07.2016-->
<screen name="SummaryClockPanel">
<widget source="global.CurrentTime" render="Label" position="center,170" size="195,75" font="MyLcD;75" halign="center" noWrap="1" transparent="1">
<convert type="ClockToText"></convert>
Expand Down Expand Up @@ -548,7 +548,6 @@
<convert type="MovieInfo">FileSize</convert>
</widget>
</screen>

<screen name="EMCMoviePlayerSummary" position="0,0" size="400,240" >
<widget source="session.CurrentService" render="Label" position="0,28" size="400,128" font="FdLcD;38" halign="center" valign="center" transparent="1" zPosition="2" >
<convert type="ServiceName">Name</convert>
Expand All @@ -567,6 +566,12 @@
<panel name="MeinRecordingPanel" />
<panel name="MeinTunerInfoPanel" />
</screen>
<screen name="MovieMenu_summary" position="0,0" size="400,240">
<widget source="parent.menu" render="Label" position="0,0," size="400,178" font="FdLcD;41" foregroundColor="#87CEFA" halign="center" valign="center">
<convert type="StringListSelection" />
</widget>
<panel name="SummaryClockPanel" />
</screen>
<!-- VMC Screen -->
<screen name="VMCBaseSummary" position="0,0" size="400,240">
<widget source="parent.Title" render="Label" position="0,0" size="400,178" font="FdLcD;38" foregroundColor="#87CEFA" halign="center" valign="center" />
Expand Down

0 comments on commit 91c3efe

Please sign in to comment.