aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/managers/maemo/theme/theme.xml
blob: 83bbfb978dfcb3d2509403f8a6f665a9208fc346 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?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="template.png" />
<client type="app">
 <decor type="north" show-title="yes" color-fg="#ffffff"
        template-x="0" template-y="0"
        template-width="720" template-height="60"
        font-family="Sans" font-size="20">
  <button type="close"
          template-x="680" template-y="17"
          width="26" height="26"
          template-active-x="680" template-active-y="64"/>
  <button type="minimize"
          template-x="650" template-y="17"
          template-active-x="650" template-active-y="64"
          width="26" height="26"/>
  <button type="menu"
          template-x="9" template-y="17"
          template-active-x="628" template-active-y="64"
          width="20" height="20"
          press-activated="yes"/>
 </decor>
</client>

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

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

</theme>