From 17a89e9d9a2557ef7a18bd8bfa2200af8c3c3f59 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Mon, 10 Oct 2011 20:16:03 +0900 Subject: [PATCH] [*][ctxpopup] compress item Change-Id: Id03840f9b94c62e5662f6f995fb932326ce3a16e --- themes/groups/ctxpopup.edc | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/themes/groups/ctxpopup.edc b/themes/groups/ctxpopup.edc index 429cc1e..2844c80 100644 --- a/themes/groups/ctxpopup.edc +++ b/themes/groups/ctxpopup.edc @@ -1097,6 +1097,14 @@ } } description { + state: "compress" 0.0; + inherit: "default" 0.0; + max: -1 -1; + text { + min: 0 1; + } + } + description { state: "clicked" 0.0; inherit: "default" 0.0; color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; @@ -1176,6 +1184,13 @@ } } program { + name: "compress"; + signal: "elm,state,compress"; + source: "elm"; + action: STATE_SET "compress" 0.0; + target: "elm.text"; + } + program { name: "vertical"; signal: "elm,state,vertical"; source: "elm"; @@ -1205,7 +1220,7 @@ signal: "mouse,up,1"; source: "over2"; script { - set_state(PART:"elm.text", "default", 0.0); + set_state(PART:"elm.text", "compress", 0.0); set_state(PART:"bg", "default", 0.0); } } @@ -1518,6 +1533,14 @@ } } description { + state: "compress" 0.0; + inherit: "default" 0.0; + max: -1 -1; + text { + min: 0 1; + } + } + description { state: "clicked" 0.0; inherit: "default" 0.0; color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; @@ -1598,6 +1621,13 @@ } } program { + name: "compress"; + signal: "elm,state,compress"; + source: "elm"; + action: STATE_SET "compress" 0.0; + target: "elm.text"; + } + program { name: "vertical"; signal: "elm,state,vertical"; source: "elm"; @@ -1627,7 +1657,7 @@ signal: "mouse,up,1"; source: "over2"; script { - set_state(PART:"elm.text", "default", 0.0); + set_state(PART:"elm.text", "compress", 0.0); set_state(PART:"bg", "default", 0.0); } } -- 2.7.4