Skip to content

Commit

Permalink
MythCenter: add a shape that can be used as a popup background
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Aug 8, 2013
1 parent 90245e6 commit 094eaf8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mythtv/themes/MythCenter/base.xml
Expand Up @@ -150,6 +150,17 @@
<cornerradius>12</cornerradius>
</shape>

<!-- Base definition of a shape used as a background on many popups -->
<shape name="basepopupbackground" from="basebackground">
<fill style="gradient">
<gradient direction="vertical" alpha="255">
<stop position="0" color="#111111" />
<stop position="50" color="#888888" />
<stop position="100" color="#111111" />
</gradient>
</fill>
</shape>

<!-- Base definition of a shape used as a background to many widgets -->
<shape name="basewidgetshape">
<area>0,0,100%,100%</area>
Expand Down

0 comments on commit 094eaf8

Please sign in to comment.