Skip to content

Commit

Permalink
Improve screen mute and unhandledkey
Browse files Browse the repository at this point in the history
  • Loading branch information
arn354 committed Mar 9, 2014
1 parent abafaf1 commit f18705b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions usr/share/enigma2/MetrixHD/skin_01_openatv.xml
Expand Up @@ -37,13 +37,15 @@
<eLabel position="2,2" size="320,70" backgroundColor="layer-a-background" zPosition="-1" transparent="0" />
<eLabel position="0,0" size="324,74" backgroundColor="layer-b-background" zPosition="-2" transparent="0" />
</screen>
<screen name="UnhandledKey" position="49,40" size="70,70" title="UnhandledKey" zPosition="100" flags="wfNoBorder" backgroundColor="transparent">
<widget name="UnhandledKeyPixmap" pixmap="MetrixHD/icons/error.png" position="3,3" size="64,64" zPosition="2" alphatest="blend" />
<eLabel name="new eLabel" position="0, 0" size="70,70" backgroundColor="layer-a-background" zPosition="1" />
</screen>
<screen name="Mute" position="49,40" size="70,70" title="Mute" zPosition="11" flags="wfNoBorder" backgroundColor="transparent">
<ePixmap position="3,3" zPosition="-1" size="70,70" pixmap="MetrixHD/icons/mute.png" borderWidth="0" borderColor="transparent" alphatest="blend" transparent="1" />
<eLabel position="0, 0" size="70,70" zPosition="-10" backgroundColor="layer-a-background" />
<screen name="UnhandledKey" position="49,40" size="72,72" title="UnhandledKey" zPosition="100" flags="wfNoBorder" backgroundColor="transparent">
<eLabel position="0,0" size="72,72" zPosition="0" backgroundColor="layer-b-background" transparent="0" />
<eLabel position="1,1" size="70,70" zPosition="1" backgroundColor="layer-a-background" />
<widget name="UnhandledKeyPixmap" position="4,4" size="64,64" zPosition="2" pixmap="MetrixHD/icons/error.png" alphatest="blend" />
</screen>
<screen name="Mute" position="49,40" size="72,72" title="Mute" zPosition="11" flags="wfNoBorder" backgroundColor="transparent">
<eLabel position="0,0" size="72,72" zPosition="0" backgroundColor="layer-b-background" transparent="0" />
<eLabel position="1,1" size="70,70" zPosition="1" backgroundColor="layer-a-background" />
<ePixmap position="4,4" size="64,64" zPosition="2" pixmap="MetrixHD/icons/mute.png" borderWidth="0" borderColor="transparent" alphatest="blend" />
</screen>
<screen name="QuickMenu" position="0,0" size="1280,720" title="Quick Launch Menu" flags="wfNoBorder" backgroundColor="transparent">
<eLabel position="-1,0" zPosition="-11" size="1282,79" backgroundColor="layer-a-background" foregroundColor="layer-a-background" />
Expand Down

0 comments on commit f18705b

Please sign in to comment.