summaryrefslogtreecommitdiff
path: root/alarm-app/res/list/edje/add-button-style.edc
diff options
context:
space:
mode:
Diffstat (limited to 'alarm-app/res/list/edje/add-button-style.edc')
-rw-r--r--alarm-app/res/list/edje/add-button-style.edc27
1 files changed, 6 insertions, 21 deletions
diff --git a/alarm-app/res/list/edje/add-button-style.edc b/alarm-app/res/list/edje/add-button-style.edc
index d3843c5..0eefcb3 100644
--- a/alarm-app/res/list/edje/add-button-style.edc
+++ b/alarm-app/res/list/edje/add-button-style.edc
@@ -16,16 +16,17 @@
#include "ListPath.h"
-#define ICON_WH 98
+#define ICON_W 130
+#define ICON_H 110
-#define TEXT_T 8
-#define TEXT_H 74
+#define TEXT_T 28
+#define TEXT_H 37
#define TEXT_LR 60
styles {
style {
name: "no_alarms_text";
- base: "font=Tizen:style=Regular font_size=27 align=center color=#fff";
+ base: "font=Tizen:style=Regular font_size=28 align=center color=#fff";
}
}
@@ -38,16 +39,12 @@ collections {
images.image: PATH_ICON_ADD_ALARM COMP;
desc { "default";
fixed: 1 1;
- min: ICON_WH ICON_WH;
+ min: ICON_W ICON_H;
align: 0.5 0.0;
rel1.relative: 0.5 0.0;
rel2.relative: 0.5 0.0;
image.normal: PATH_ICON_ADD_ALARM;
}
- desc { "pressed";
- inherit: "default";
- color: 255 255 255 179;
- }
}
spacer { "spacer.text.top"; scale;
desc { "default";
@@ -89,18 +86,6 @@ collections {
}
programs {
program {
- signal: "mouse,down,*";
- source: "*";
- action: STATE_SET "pressed";
- target: "image";
- }
- program {
- signal: "mouse,up,*";
- source: "*";
- action: STATE_SET "default";
- target: "image";
- }
- program {
signal: "mouse,clicked,*";
source: "*";
action: SIGNAL_EMIT "elm,action,click" "";