diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-06 15:24:27 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-06 15:24:27 +0000 |
| commit | a1067c78ff03cdc9854f34c5c513ed776d7a2834 (patch) | |
| tree | 21bf9df69e5688b5de18aa29c75e28019e655e3a /data | |
| parent | 465830af28a14427c286dc9e6d73d656e5867449 (diff) | |
| download | enigma2-a1067c78ff03cdc9854f34c5c513ed776d7a2834.tar.gz enigma2-a1067c78ff03cdc9854f34c5c513ed776d7a2834.zip | |
nicer radio player
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/data/skin.xml b/data/skin.xml index 9ce0bb7c..aa8874e5 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -234,12 +234,20 @@ <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Regular;21" /> <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Regular;21" /> </screen> - <screen name="ChannelSelectionRadio" position="90,98" size="560,417" title="Channel Selection"> - <widget name="list" position="00,45" size="560,304" scrollbarMode="showOnDemand" /> + <screen name="ChannelSelectionRadio" position="90,98" size="560,307" title="Channel Selection"> <widget name="key_red" position="0,0" size="140,40" backgroundColor="red" font="Regular;21" /> <widget name="key_green" position="140,0" size="140,40" backgroundColor="green" font="Regular;21" /> <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Regular;21" /> <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Regular;21" /> + <widget name="list" position="0,45" size="560,252" scrollbarMode="showOnDemand" /> + </screen> + <screen name="ServiceInfoWindow" position="90,420" size="560,65"> + <widget name="Event_Now_StartTime" position="0,0" size="60,22" font="Regular;20" backgroundColor="dark" /> + <widget name="Event_Next_StartTime" position="0,30" size="60,22" font="Regular;20" backgroundColor="dark" /> + <widget name="Event_Now" position="80,0" size="380,22" font="Regular;20" backgroundColor="dark" /> + <widget name="Event_Next" position="80,30" size="380,22" font="Regular;20" backgroundColor="dark" /> + <widget name="Event_Now_Duration" position="470,0" size="150,26" font="Regular;22" backgroundColor="dark" /> + <widget name="Event_Next_Duration" position="470,30" size="150,26" font="Regular;22" backgroundColor="dark" /> </screen> <screen name="SimpleChannelSelection" position="90,98" size="560,417" title="Channel Selection"> <widget name="list" position="00,45" size="560,364" scrollbarMode="showOnDemand" /> |
