diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/skin.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/skin.xml b/data/skin.xml index 7dafd68f..4209f281 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -183,6 +183,13 @@ <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Arial;21" /> <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Arial;21" /> </screen> + <screen name="SimpleChannelSelection" position="90,98" size="560,417" title="Channel Selection"> + <widget name="list" position="10,45" size="540,364" /> + <widget name="key_red" position="0,0" size="140,40" backgroundColor="red" font="Arial;21" /> + <widget name="key_green" position="140,0" size="140,40" backgroundColor="green" font="Arial;21" /> + <widget name="key_yellow" position="280,0" size="140,40" backgroundColor="yellow" font="Arial;21" /> + <widget name="key_blue" position="420,0" size="140,40" backgroundColor="blue" font="Arial;21" /> + </screen> <screen name="EPGSelection" position="90,100" size="560,415" title="EPG Selection"> <widget name="list" position="10,5" size="550,400" /> </screen> |
