thumbnail style without frame.

SVN revision: 53221
This commit is contained in:
Gustavo Sverzut Barbieri 2010-10-08 23:18:03 +00:00
parent e7924d7fac
commit 1f12d25055
1 changed files with 66 additions and 0 deletions

View File

@ -8658,6 +8658,72 @@ collections {
}
}
group { name: "elm/thumb/base/noframe";
images {
image: "busy-1.png" COMP;
image: "busy-2.png" COMP;
image: "busy-3.png" COMP;
image: "busy-4.png" COMP;
image: "busy-5.png" COMP;
image: "busy-6.png" COMP;
image: "busy-7.png" COMP;
image: "busy-8.png" COMP;
image: "busy-9.png" COMP;
}
parts {
part { name: "elm.swallow.content";
type: SWALLOW;
description { state: "default" 0.0;
rel1.offset: 4 4;
rel2.offset: -5 -5;
}
}
part { name: "progress";
mouse_events: 0;
description { state: "default" 0.0;
min: 32 32;
max: 32 32;
visible: 0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
}
description { state: "pulse" 0.0;
inherit: "default" 0.0;
visible: 1;
image {
normal: "busy-9.png";
tween: "busy-1.png";
tween: "busy-2.png";
tween: "busy-3.png";
tween: "busy-4.png";
tween: "busy-5.png";
tween: "busy-6.png";
tween: "busy-7.png";
tween: "busy-8.png";
border: 7 7 7 7;
}
}
}
programs {
program { name: "start_pulse";
signal: "elm,state,pulse,start";
source: "elm";
action: STATE_SET "pulse" 0.0;
target: "progress";
transition: LINEAR 0.5;
after: "start_pulse";
}
program { name: "stop_pulse";
signal: "elm,state,pulse,stop";
source: "elm";
action: STATE_SET "default" 0.0;
target: "progress";
}
}
}
}
///////////////////////////////////////////////////////////////////////////////
group { name: "elm/icon/home/default"; min: 32 32;
images.image: "icon_home.png" COMP; parts { part { name: "base";