mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added new default skin estuary4vdr
This commit is contained in:
24
skins/estuary4vdr/xmlfiles/displaymessage.xml
Normal file
24
skins/estuary4vdr/xmlfiles/displaymessage.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE displaymessage SYSTEM "../../../dtd/displaymessage.dtd">
|
||||
|
||||
<displaymessage x="0" y="90%" width="100%" height="10%" fadetime="{fadetime}" shifttime="{shifttime}" shiftmode="slowed" shifttype="bottom">
|
||||
|
||||
<background>
|
||||
<area x="0" y="0" width="100%" height="100%" layer="1">
|
||||
<drawimage imagetype="skinpart" path="background_displaychannel" x="0" y="0" width="100%" height="100%" />
|
||||
</area>
|
||||
</background>
|
||||
|
||||
<message>
|
||||
<area x="0" y="0" width="100%" height="100%" layer="2">
|
||||
<drawimage condition="{status}" imagetype="icon" path="info" width="{areaheight}*0.8" height="80%" x="5%" valign="center" />
|
||||
<drawimage condition="{info}" imagetype="icon" path="info" width="{areaheight}*0.8" height="80%" x="5%" valign="center" />
|
||||
<drawimage condition="{warning}" imagetype="icon" path="warning" width="{areaheight}*0.8" height="80%" x="5%" valign="center" />
|
||||
<drawimage condition="{error}" imagetype="icon" path="error" width="{areaheight}*0.8" height="80%" x="5%" valign="center" />
|
||||
</area>
|
||||
<area x="11%" y="0" width="88%" height="100%" layer="3">
|
||||
<drawtext align="center" valign="center" width="100%" fontsize="60%" font="{regular}" color="{fontdefault}" text="{text}" />
|
||||
</area>
|
||||
</message>
|
||||
|
||||
</displaymessage>
|
||||
Reference in New Issue
Block a user