summaryrefslogtreecommitdiff
path: root/xml/volume.xml
diff options
context:
space:
mode:
authorThomas Oeding <thomas.oeding@gmail.com>2010-08-12 11:20:53 +0200
committerThomas Oeding <thomas.oeding@gmail.com>2010-08-12 11:21:57 +0200
commitbdb27959f0f6e2d1cf0be1f3b82401472060b078 (patch)
tree9cc37a723279ffb8e4995c188752ae7a311ad680 /xml/volume.xml
downloadskin-narrowhd-master.tar.gz
skin-narrowhd-master.tar.bz2
first ImportHEADmaster
Diffstat (limited to 'xml/volume.xml')
-rw-r--r--xml/volume.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/xml/volume.xml b/xml/volume.xml
new file mode 100644
index 0000000..0bf3d36
--- /dev/null
+++ b/xml/volume.xml
@@ -0,0 +1,25 @@
+<!--
+#------------------------------------------------------------------------------
+# volume start
+#------------------------------------------------------------------------------ -->
+
+<display id="volume" >
+
+ <!-- top window ----------------------------------------------------------- -->
+ <window x1="-360" x2="-1" y1="0" y2="70" bpp="4" />
+
+ <rectangle x1="-360" x2="-1" y1="0" y2="20" refresh="all" color="MainLight" />
+ <rectangle x1="-360" x2="-310" y1="20" y2="70" refresh="all" color="MainLight" />
+ <rectangle x1="-310" x2="-1" y1="20" y2="70" refresh="all" color="MainLight" />
+
+ <text x1="-300" x2="-20" y1="20" y2="60" refresh="all" color="FontColor" bgColor="MainLight" align="left" condition="not({IsMute})" font="VDRSymbols Sans:Book@27">Lautstärke</text>
+ <text x1="-100" x2="-20" y1="20" y2="60" refresh="all,update" color="FontColor" bgColor="MainLight" align="right" condition="not({IsMute})" font="VDRSymbols Sans:Book@27">{VolumeCurrent}</text>
+ <text x1="-100" x2="-20" y1="20" y2="60" refresh="all,update" color="FontColor" bgColor="MainLight" align="right" condition="{IsMute}" font="VDRSymbols Sans:Book@27">Stumm</text>
+
+ <!-- bottom window -------------------------------------------------------- -->
+ <window x1="0" x2="-1" y1="-40" y2="-1" bpp="4" />
+
+ <progress x1="0" x2="-1" y1="-40" y2="-1" bgColor="Bar" color="BarFill" current="{VolumeCurrent}" total="{VolumeTotal}" />
+ <rectangle x1="0" x2="-1" y1="-40" y2="-1" color="BarBlock" condition="{IsMute}" />
+
+</display>