diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-19 08:34:32 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-19 08:34:32 +0000 |
| commit | 23ffc5c03cb0947521448055aad21843708cabdd (patch) | |
| tree | 3080725ef7131eda9c7501e5e0840185ec2b6f02 /data/skin.xml | |
| parent | a6f6be0de74fa22eae94594ab6701e0aa50feb56 (diff) | |
| download | enigma2-23ffc5c03cb0947521448055aad21843708cabdd.tar.gz enigma2-23ffc5c03cb0947521448055aad21843708cabdd.zip | |
add support for four tuners..
Diffstat (limited to 'data/skin.xml')
| -rw-r--r-- | data/skin.xml | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/data/skin.xml b/data/skin.xml index 472994d3..96d7067b 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -108,21 +108,41 @@ <convert type="ValueRange">0,0</convert> <convert type="ConditionalShowHide" /> </widget> - <widget source="session.FrontendInfo" render="Pixmap" position="142,20" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on"> + <widget source="session.FrontendInfo" render="Pixmap" position="142,19" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on"> <convert type="FrontendInfo">NUMBER</convert> <convert type="ValueRange">1,1</convert> <convert type="ConditionalShowHide" /> </widget> - <widget source="session.TunerInfo" render="FixedLabel" text="A" position="129,4" size="15,15" font="Regular;14" backgroundColor="#4e5a74" transparent="1"> + <widget source="session.FrontendInfo" render="Pixmap" position="142,32" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on"> + <convert type="FrontendInfo">NUMBER</convert> + <convert type="ValueRange">2,2</convert> + <convert type="ConditionalShowHide" /> + </widget> + <widget source="session.FrontendInfo" render="Pixmap" position="142,45" size="8,9" pixmap="skin_default/nim_active.png" alphatest="on"> + <convert type="FrontendInfo">NUMBER</convert> + <convert type="ValueRange">3,3</convert> + <convert type="ConditionalShowHide" /> + </widget> + <widget source="session.TunerInfo" render="FixedLabel" text="A" position="129,4" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1"> <convert type="TunerInfo">TunerUseMask</convert> <convert type="ValueBitTest">1</convert> <convert type="ConditionalShowHide" /> </widget> - <widget source="session.TunerInfo" render="FixedLabel" text="B" position="129,19" size="15,15" font="Regular;14" backgroundColor="#4e5a74" transparent="1"> + <widget source="session.TunerInfo" render="FixedLabel" text="B" position="129,17" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1"> <convert type="TunerInfo">TunerUseMask</convert> <convert type="ValueBitTest">2</convert> <convert type="ConditionalShowHide" /> </widget> + <widget source="session.TunerInfo" render="FixedLabel" text="C" position="129,30" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1"> + <convert type="TunerInfo">TunerUseMask</convert> + <convert type="ValueBitTest">4</convert> + <convert type="ConditionalShowHide" /> + </widget> + <widget source="session.TunerInfo" render="FixedLabel" text="D" position="129,43" size="15,13" font="Regular;14" backgroundColor="#4e5a74" transparent="1"> + <convert type="TunerInfo">TunerUseMask</convert> + <convert type="ValueBitTest">8</convert> + <convert type="ConditionalShowHide" /> + </widget> <!-- Crypt icon (encrypted service?) --> <ePixmap position="563,48" zPosition="0" size="107,15" pixmap="skin_default/icons/icons_off.png" /> <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icons/icon_crypt.png" position="563,48" zPosition="1" size="12,16" alphatest="on"> |
