mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
initial commit version 0.0.1
This commit is contained in:
18
skinskeleton/xmlfiles/displayvolume.xml
Normal file
18
skinskeleton/xmlfiles/displayvolume.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE displayvolume SYSTEM "../../dtd/displayvolume.dtd">
|
||||
|
||||
<displayvolume x="0" y="0" width="100%" height="100%" fadetime="0">
|
||||
|
||||
<background>
|
||||
</background>
|
||||
|
||||
<!-- Available Variables volume:
|
||||
{volume} current volume, range from 0 to 255
|
||||
{volumepercent} current volume in %
|
||||
{maxvolume} maximal volume
|
||||
{mute} true if volume is muted
|
||||
-->
|
||||
<volume>
|
||||
</volume>
|
||||
|
||||
</displayvolume>
|
||||
Reference in New Issue
Block a user