Skip to content

Commit

Permalink
default-wide: add base definitions for horizontal and vertical scroll…
Browse files Browse the repository at this point in the history
…bars
  • Loading branch information
Paul Harrison committed Mar 28, 2013
1 parent 5fdf04e commit c43d93c
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions mythtv/themes/default-wide/base.xml
Expand Up @@ -635,6 +635,46 @@
</imagetype>
</progressbar>

<!-- Base definition of a vertical scrollbar -->
<scrollbar name="basevertscrollbar">
<area>1114,0,14,970</area>
<layout>vertical</layout>
<hidedelay>0</hidedelay>
<shape name="background">
<area>0,0,100%,100%</area>
<type>roundbox</type>
<line color="#aaaaaa" alpha="255" width="1" />
<fill style="gradient">
<gradient direction="diagonal">
<stop position="0" color="#999999" alpha="255" />
<stop position="100" color="#999999" alpha="120" />
</gradient>
</fill>
<cornerradius>12</cornerradius>
</shape>
<shape name="slider">
<area>0,0,14,40</area>
<type>roundbox</type>
<line color="#0895f8" alpha="255" width="1" />
<fill style="gradient">
<gradient direction="diagonal">
<stop position="0" color="#0767AB" alpha="255" />
<stop position="100" color="#0767AB" alpha="120" />
</gradient>
</fill>
<cornerradius>12</cornerradius>
</shape>
</scrollbar>

<!-- Base definition of a horizontal scrollbar -->
<scrollbar name="basehorizscrollbar" from="basevertscrollbar">
<area>20,1030,1880,14</area>
<layout>horizontal</layout>
<shape name="slider">
<area>0,0,40,14</area>
</shape>
</scrollbar>

<!-- Base definition of a shape used as a background on many screens -->
<shape name="basebackground">
<area>0,0,10,10</area>
Expand Down

0 comments on commit c43d93c

Please sign in to comment.