mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
16 lines
644 B
XML
16 lines
644 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE displayplugin SYSTEM "../../../dtd/displayplugin.dtd">
|
||
|
|
||
|
<displayplugin x="0" y="0" width="100%" height="100%" fadetime="0" scaletvx="55%" scaletvy="30%" scaletvwidth="40%" scaletvheight="40%">
|
||
|
|
||
|
<viewelement name="background">
|
||
|
<area x="0" y="0" width="100%" height="30%" layer="1">
|
||
|
<fill color="{clrRed}" />
|
||
|
</area>
|
||
|
<area x="0" y="0" width="100%" height="30%" layer="2">
|
||
|
<drawtext align="center" valign="center" font="{regular}" fontsize="20%" color="{clrWhite}" text="{backtext} {zahl}" />
|
||
|
</area>
|
||
|
</viewelement>
|
||
|
|
||
|
</displayplugin>
|