mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
24 lines
1.2 KiB
XML
24 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE displayvolume SYSTEM "../../../dtd/displayvolume.dtd">
|
|
|
|
<displayvolume x="20%" y="75%" width="60%" height="20%" fadetime="{fadetime}">
|
|
<background>
|
|
<area x="0" y="0" width="100%" height="100%" layer="1">
|
|
<fill color="{menuback}" />
|
|
</area>
|
|
</background>
|
|
|
|
<volume>
|
|
<area x="0" y="0" width="100%" height="50%" layer="2">
|
|
<drawtext x="10" valign="center" font="{light}" fontsize="100%" color="{fontdefault}" text="{tr(volume)}: {volpercent}%" />
|
|
<drawimage condition="not{mute}" imagetype="icon" path="ico_volume" x="{areawidth} - {areaheight} - 5" y="5" width="{areaheight}-5" height="{areaheight}-5"/>
|
|
<drawimage condition="{mute}" imagetype="icon" path="ico_mute" x="{areawidth} - {areaheight} - 5" y="5" width="{areaheight}-5" height="{areaheight}-5"/>
|
|
</area>
|
|
<area x="5%" y="60%" width="90%" height="30%" layer="2">
|
|
<fill color="{menualternate}" />
|
|
<drawrectangle x="0" y="0" width="{volume}/{maxvolume}*{areawidth}" height="100%" color="{menuheader}" />
|
|
</area>
|
|
</volume>
|
|
|
|
</displayvolume>
|