Updated changelog
[profile/ivi/lemolo.git] / data / themes / night / messages.edc
1 group {
2    name: "elm/layout/ofono-efl/messages";
3
4    min: WIDTH HEIGHT;
5
6    /*
7     * Represents the messages main layout with actions and swallows.
8     *
9     * Parts:
10     *
11     * Signals:
12     *   Emit (source is "gui"):
13     *   Listens (source is "gui"):
14     *
15     */
16
17    images {
18       image: "ico_edit.png" COMP;
19    }
20
21    parts {
22       part {
23          name: "bg";
24          type: RECT;
25          mouse_events: 0;
26          description {
27             state: "default" 0.0;
28             color: 0 0 0 255;
29          }
30       }
31
32       part {
33          name: "notification.bar";
34          type: RECT;
35          mouse_events: 0;
36          description {
37             state: "default" 0.0;
38             color: 0 0 0 255;
39             rel1.relative: 0.0 0.0;
40             rel2 {
41                relative: 1.0 0.0;
42                offset: -1 NOTIFICATION_BAR_HEIGHT;
43             }
44          }
45       }
46
47       part {
48          name: "elm.swallow.overview";
49          type: SWALLOW;
50          description {
51             state: "default" 0.0;
52             rel1 {
53                to_y: "notification.bar";
54                relative: 0.0 1.0;
55             }
56          }
57       }
58    }
59 }