diff options
Diffstat (limited to 'edc/accept_reject.edc')
-rw-r--r-- | edc/accept_reject.edc | 39 |
1 files changed, 13 insertions, 26 deletions
diff --git a/edc/accept_reject.edc b/edc/accept_reject.edc index 6938525..5b1d360 100644 --- a/edc/accept_reject.edc +++ b/edc/accept_reject.edc @@ -73,7 +73,6 @@ group { "elm/layout/callui/event_accept_reject"; rect { "bg"; scale; mouse; - repeat; desc { "default"; min: CU_ACCEPT_REJECT_ICON_BG_SIZE; fixed: 1 1; @@ -162,20 +161,8 @@ group { "elm/layout/callui/accept_reject_main"; // Control parts - swallow { "swl.accept.finger.event"; - scale; - mouse; - desc { "default"; - min: CU_ACCEPT_REJECT_ICON_BG_SIZE; - fixed: 1 1; - rel1 { relative: CU_ACCEPT_COMPONENT_REL; to: "bg"; } - rel2 { relative: CU_ACCEPT_COMPONENT_REL; to: "bg"; } - } - } swallow { "swl.accept.finger.guide.bg"; scale; - mouse; - repeat; desc { "default"; min: CU_ACCEPT_REJECT_ICON_BG_SIZE; fixed: 1 1; @@ -185,8 +172,6 @@ group { "elm/layout/callui/accept_reject_main"; } swallow { "swl.accept.finger.tracer"; scale; - mouse; - repeat; desc { "default"; min: CU_ACCEPT_REJECT_FINGER_TRACER_BG_SIZE; fixed: 1 1; @@ -196,8 +181,6 @@ group { "elm/layout/callui/accept_reject_main"; } swallow { "swl.accept.icon"; scale; - mouse; - repeat; desc { "default"; min: CU_ACCEPT_REJECT_ICON_SIZE; fixed: 1 1; @@ -205,20 +188,18 @@ group { "elm/layout/callui/accept_reject_main"; rel2 { relative: CU_ACCEPT_COMPONENT_REL; to: "bg"; } } } - swallow { "swl.reject.finger.event"; + swallow { "swl.accept.finger.event"; scale; mouse; desc { "default"; min: CU_ACCEPT_REJECT_ICON_BG_SIZE; fixed: 1 1; - rel1 { relative: CU_REJECT_COMPONENT_REL; to: "bg"; } - rel2 { relative: CU_REJECT_COMPONENT_REL; to: "bg"; } + rel1 { relative: CU_ACCEPT_COMPONENT_REL; to: "bg"; } + rel2 { relative: CU_ACCEPT_COMPONENT_REL; to: "bg"; } } } swallow { "swl.reject.finger.guide.bg"; scale; - mouse; - repeat; desc { "default"; min: CU_ACCEPT_REJECT_ICON_BG_SIZE; fixed: 1 1; @@ -228,8 +209,6 @@ group { "elm/layout/callui/accept_reject_main"; } swallow { "swl.reject.finger.tracer"; scale; - mouse; - repeat; desc { "default"; min: CU_ACCEPT_REJECT_FINGER_TRACER_BG_SIZE; fixed: 1 1; @@ -239,8 +218,6 @@ group { "elm/layout/callui/accept_reject_main"; } swallow { "swl.reject.icon"; scale; - mouse; - repeat; desc { "default"; min: CU_ACCEPT_REJECT_ICON_SIZE; fixed: 1 1; @@ -248,5 +225,15 @@ group { "elm/layout/callui/accept_reject_main"; rel2 { relative: CU_REJECT_COMPONENT_REL; to: "bg"; } } } + swallow { "swl.reject.finger.event"; + scale; + mouse; + desc { "default"; + min: CU_ACCEPT_REJECT_ICON_BG_SIZE; + fixed: 1 1; + rel1 { relative: CU_REJECT_COMPONENT_REL; to: "bg"; } + rel2 { relative: CU_REJECT_COMPONENT_REL; to: "bg"; } + } + } } } |