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:
22
skins/estuary4vdr/xmlfiles/displaymenudetailtext.xml
Normal file
22
skins/estuary4vdr/xmlfiles/displaymenudetailtext.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<menudetailedtext x="0" y="0" width="100%" height="100%" fadetime="0">
|
||||
|
||||
<background>
|
||||
<area x="0" y="0" width="100%" height="100%" layer="1">
|
||||
<drawimage imagetype="skinpart" x="0" y="0" width="100%" height="100%" path="background_menu" />
|
||||
</area>
|
||||
<area x="2%" y="10%" width="96%" height="80%" layer="2">
|
||||
<fill color="{menuback}" />
|
||||
</area>
|
||||
</background>
|
||||
|
||||
<scrollbar>
|
||||
<area x="97%" y="11%" width="{areawidth}*0.01" height="78%" layer="3">
|
||||
<drawrectangle x="0" y="{areaheight} * {offset} / 1000" width="100%" height="{areaheight} * {height} / 1000" color="{progressbar}" />
|
||||
</area>
|
||||
</scrollbar>
|
||||
|
||||
<tab name="text" x="3%" y="11%" width="95%" height="78%" layer="3" scrollheight="{areaheight}/4">
|
||||
<drawtextbox x="0" y="0" width="100%" font="{regular}" fontsize="5%" color="{fontdefault}" text="{text}" />
|
||||
</tab>
|
||||
|
||||
</menudetailedtext>
|
||||
Reference in New Issue
Block a user