aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/managers/maemo/theme/theme.xml
blob: f7523976a72afa9d17caf4f895afef3f30f521b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<theme name="Mockup Maemo theme" author="Tomas Frydrych, tf@o-hand.com"
       desc="" version="1.0" engine-version="2" engine-type="png" shaped="yes">
<img src="background.png" />
<client type="app">
 <decor type="north" show-title="yes"
        clr-fg="#ffffff" clr-frame="#000000"
        x="0" y="0" width="720" height="60"
        font-family="Sans" font-size="20">
  <button type="close"    width="26" height="26"  x="680" y="17"
          active-x="680"  active-y="64"/>
  <button type="minimize" width="26" height="26"  x="650" y="17"
          active-x="650"  active-y="64"/>
  <button type="menu"     width="20" height="20"  x="9"   y="17"
          active-x="628"  active-y="64"
          press-activated="yes"/>

 </decor>
</client>

<client type="dialog" shaped="yes">
 <decor type="north" show-title="yes"
        x="4"  y="66"  width="207" height="43"  />
 <decor type="south" x="4"  y="119" width="207" height="5"   />
 <decor type="west"  x="4"  y="109" width="6"   height="9" />
 <decor type="east"  x="205" y="109" width="6"  height="9" />
</client>

<client type="notification" shaped="yes">
 <decor type="north"
        x="215"  y="104"  width="207" height="5"  />
 <decor type="south" x="215" y="119" width="207" height="5"   />
 <decor type="west"  x="215" y="109" width="6"   height="9" />
 <decor type="east"  x="416" y="109" width="6"  height="9" />
</client>

</theme>