objects/test.edc: fixed formatting.

This commit is contained in:
Daniel Juyung Seo 2013-07-06 16:35:20 +09:00
parent a0fbafb5f0
commit a58a8d144e
1 changed files with 134 additions and 166 deletions

View File

@ -1,10 +1,10 @@
collections { collections {
group { name: "layout"; group { name: "layout";
images { images {
image: "over.png" COMP; image: "over.png" COMP;
image: "under.png" COMP; image: "under.png" COMP;
image: "sky.jpg" LOSSY 80; image: "sky.jpg" LOSSY 80;
image: "clo.png" LOSSY 60; image: "clo.png" LOSSY 60;
} }
parts { parts {
part { name: "clip"; part { name: "clip";
@ -12,15 +12,15 @@ collections {
description { state: "default" 0.0; description { state: "default" 0.0;
} }
} }
part { name: "sky"; part { name: "sky";
mouse_events: 1; mouse_events: 1;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
aspect: 2.6225 2.6225; aspect: 2.6225 2.6225;
aspect_preference: NONE; aspect_preference: NONE;
image.normal: "sky.jpg"; image.normal: "sky.jpg";
} }
description { state: "drift" 0.0; description { state: "drift" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
fill { fill {
origin { origin {
@ -28,85 +28,69 @@ collections {
offset: 0 0; offset: 0 0;
} }
} }
} }
} }
part { name: "under"; part { name: "under";
mouse_events: 0; mouse_events: 0;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
align: 0.5 0.0; align: 0.5 0.0;
aspect: 1.486068111 1.486068111; aspect: 1.486068111 1.486068111;
aspect_preference: HORIZONTAL; aspect_preference: HORIZONTAL;
image.normal: "under.png"; image.normal: "under.png";
} }
} }
part { name: "text"; part { name: "text";
type: TEXT; type: TEXT;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
color: 255 255 0 255; color: 255 255 0 255;
rel1 { rel1.relative: 0.3 0.02;
relative: 0.3 0.02; rel2.relative: 0.6 0.12;
} align: 0.5 0.5;
rel2 { text {
relative: 0.6 0.12; font: "Sans:style=Bold";
} size: 14;
align: 0.5 0.5; min: 1 1;
text { text: "some edje text here";
font: "Sans:style=Bold"; }
size: 14; }
min: 1 1; }
text: "some edje text here"; part { name: "element1";
} type: SWALLOW;
}
}
part { name: "element1";
type: SWALLOW;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1 { rel1.relative: 0.2 0.2;
relative: 0.2 0.2; rel2.relative: 0.4 0.3;
} }
rel2 { }
relative: 0.4 0.3; part { name: "element2";
} type: SWALLOW;
}
}
part { name: "element2";
type: SWALLOW;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1 { rel1.relative: 0.6 0.3;
relative: 0.6 0.3; rel2.relative: 0.9 0.5;
} }
rel2 { }
relative: 0.9 0.5; part { name: "element3";
} type: SWALLOW;
}
}
part { name: "element3";
type: SWALLOW;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1 { rel1.relative: 0.1 0.7;
relative: 0.1 0.7; rel2.relative: 0.9 0.9;
} }
rel2 { }
relative: 0.9 0.9; part { name: "over";
}
}
}
part { name: "over";
mouse_events: 0; mouse_events: 0;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
align: 0.0 1.0; align: 0.0 1.0;
aspect: 2.238095238 2.238095238; aspect: 2.238095238 2.238095238;
max: 329 147; max: 329 147;
aspect_preference: HORIZONTAL; aspect_preference: HORIZONTAL;
image.normal: "over.png"; image.normal: "over.png";
} }
} }
part { name: "clo"; part { name: "clo";
mouse_events: 0; mouse_events: 0;
clip_to: "clip"; clip_to: "clip";
@ -170,10 +154,10 @@ collections {
} }
group { name: "layout2"; group { name: "layout2";
images { images {
image: "over.png" COMP; image: "over.png" COMP;
image: "under.png" COMP; image: "under.png" COMP;
image: "sky.jpg" LOSSY 80; image: "sky.jpg" LOSSY 80;
image: "clo.png" LOSSY 60; image: "clo.png" LOSSY 60;
} }
parts { parts {
part { name: "clip"; part { name: "clip";
@ -181,15 +165,15 @@ collections {
description { state: "default" 0.0; description { state: "default" 0.0;
} }
} }
part { name: "sky"; part { name: "sky";
mouse_events: 0; mouse_events: 0;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
aspect: 2.6225 2.6225; aspect: 2.6225 2.6225;
aspect_preference: NONE; aspect_preference: NONE;
image.normal: "sky.jpg"; image.normal: "sky.jpg";
} }
description { state: "drift" 0.0; description { state: "drift" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
fill { fill {
origin { origin {
@ -197,85 +181,69 @@ collections {
offset: 0 0; offset: 0 0;
} }
} }
} }
} }
part { name: "under"; part { name: "under";
mouse_events: 0; mouse_events: 0;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
align: 0.5 0.0; align: 0.5 0.0;
aspect: 1.486068111 1.486068111; aspect: 1.486068111 1.486068111;
aspect_preference: HORIZONTAL; aspect_preference: HORIZONTAL;
image.normal: "under.png"; image.normal: "under.png";
} }
} }
part { name: "text"; part { name: "text";
type: TEXT; type: TEXT;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
color: 255 255 0 255; color: 255 255 0 255;
rel1 { rel1.relative: 0.3 0.02;
relative: 0.3 0.02; rel2.relative: 0.6 0.12;
} align: 0.5 0.5;
rel2 { text {
relative: 0.6 0.12; font: "Sans:style=Bold";
} size: 14;
align: 0.5 0.5; min: 1 1;
text { text: "some edje text here";
font: "Sans:style=Bold"; }
size: 14; }
min: 1 1; }
text: "some edje text here"; part { name: "element1";
} type: SWALLOW;
}
}
part { name: "element1";
type: SWALLOW;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1 { rel1.relative: 0.2 0.2;
relative: 0.2 0.2; rel2.relative: 0.4 0.3;
} }
rel2 { }
relative: 0.4 0.3; part { name: "element2";
} type: SWALLOW;
}
}
part { name: "element2";
type: SWALLOW;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1 { rel1.relative: 0.6 0.3;
relative: 0.6 0.3; rel2.relative: 0.9 0.5;
} }
rel2 { }
relative: 0.9 0.5; part { name: "element3";
} type: SWALLOW;
}
}
part { name: "element3";
type: SWALLOW;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1 { rel1.relative: 0.1 0.7;
relative: 0.1 0.7; rel2.relative: 0.9 0.9;
} }
rel2 { }
relative: 0.9 0.9; part { name: "over";
}
}
}
part { name: "over";
mouse_events: 0; mouse_events: 0;
clip_to: "clip"; clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
align: 0.0 1.0; align: 0.0 1.0;
aspect: 2.238095238 2.238095238; aspect: 2.238095238 2.238095238;
max: 329 147; max: 329 147;
aspect_preference: HORIZONTAL; aspect_preference: HORIZONTAL;
image.normal: "over.png"; image.normal: "over.png";
} }
} }
part { name: "clo"; part { name: "clo";
mouse_events: 0; mouse_events: 0;
clip_to: "clip"; clip_to: "clip";
@ -576,7 +544,7 @@ collections {
group { name: "bg_overlay"; group { name: "bg_overlay";
images { images {
image: "clo.png" LOSSY 60; image: "clo.png" LOSSY 60;
} }
parts { parts {
part { name: "clip"; part { name: "clip";
@ -738,7 +706,7 @@ collections {
rel2.to: "slot"; rel2.to: "slot";
color: 0 0 0 0; color: 0 0 0 0;
} }
} }
} }
} }
group { name: "access_color_page"; group { name: "access_color_page";