Indent modification
authorWooHyun Jung <wh0705.jung@samsung.com>
Mon, 11 Apr 2011 13:50:49 +0000 (22:50 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 11 Apr 2011 13:50:49 +0000 (22:50 +0900)
themes/groups/editfield.edc

index 86a6c7d..95f53d3 100644 (file)
@@ -3,15 +3,15 @@
  *
  * Copyright (c) 2000 - 2010 Samsung Electronics Co., Ltd.
  *
- * Contact: Seokjae Jeong <seok.j.jeong@samsung.com>, Myoungwoon Roy Kim <Myoungwoon.kim@samsung.com>, Jeonghyun Yun <jh0506.yun@samsung.com>, Jaehwan Kim <jae.hwan.kim@samsung.com>, 
- *             Chuneon Park <chuneon.park@samsung.com>, Juyung Seo <juyung.seo@samsung.com>, Woohyun Jung <wh0705.jung@samsung.com>, Myungjae Lee <mjae.lee@samsung.com>, Hyoyoung Chang <hyoyoung.chang@samsung.com>, 
- *             Hyunsil Park <hyunsil.park@samsung.com>, Sohyun Kim <anna1014.kim@samsung.com>, Seunggyun Kim <sgyun.kim@samsung.com>
- * 
+ * Contact: Seokjae Jeong <seok.j.jeong@samsung.com>, Myoungwoon Roy Kim <Myoungwoon.kim@samsung.com>, Jeonghyun Yun <jh0506.yun@samsung.com>, Jaehwan Kim <jae.hwan.kim@samsung.com>,
+ *             Chuneon Park <chuneon.park@samsung.com>, Juyung Seo <juyung.seo@samsung.com>, Woohyun Jung <wh0705.jung@samsung.com>, Myungjae Lee <mjae.lee@samsung.com>, Hyoyoung Chang <hyoyoung.chang@samsung.com>,
+ *             Hyunsil Park <hyunsil.park@samsung.com>, Sohyun Kim <anna1014.kim@samsung.com>, Seunggyun Kim <sgyun.kim@samsung.com
+ *
  * This library is free software; you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the
  * Free Software Foundation; either version 2.1 of the License, or (at your option)
  * any later version.
- * 
+ *
  * This library is distributed in the hope that it will be useful, but WITHOUT ANY
  * WARRANTY; without even the implied warranty of MERCHANTABILITY or
  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
  *
  */
 
-       group { name: "elm/editfield/base/default";
-               images {
-                       image: "00_field_btn_delete.png" COMP;
-               }
-               parts {
-                       part { name: "base";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       min: 0 80;
-                                       color: 0 0 0 0;
-                               }
-                       }
-                       part { name: "top1";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 20;
-                                       fixed: 1 1;
-                                       rel1.relative: 0.0 0.0;
-                                       rel2.relative: 1.0 0.0;
-                                       align: 0.5 0;
-                               }
-                               description {
-                                       state: "elm.text.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 0 35;
-                               }
-                       }
-                       part { name: "top2";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 6;
-                                       fixed: 1 1;
-                                       rel1.relative: 0.0 0.0;
-                                       rel2.relative: 1.0 0.0;
-                                       align: 0.5 0;
-                               }
-                               description {
-                                       state: "edit" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 0 3;
-                               }
-                       }
-                       part { name: "left1";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 15 0;
-                                       fixed: 1 1;
-                                       align: 0 0;
-                                       rel1.relative : 0.0 0.0;
-                                       rel2.relative : 0.0 1.0;
-                               }
-                       }
-                       part { name: "left2";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 15 0;
-                                       fixed: 1 1;
-                                       align: 0 0;
-                                       rel1.relative : 0.0 0.0;
-                                       rel2.relative : 0.0 1.0;
-                               }
-                       }
-                       part { name: "right1";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 15 0;
-                                       fixed: 1 1;
-                                       align: 1 0;
-                                       rel1.relative : 1.0 0.0;
-                                       rel2.relative : 1.0 1.0;
-                               }
-                               description {
-                                       state: "elm.eraser.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 55 0;
-                               }
-                       }
-                       part { name: "right2";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 5 0;
-                                       fixed: 1 1;
-                                       align: 1 0;
-                                       rel1.relative : 1.0 0.0;
-                                       rel2.relative : 1.0 1.0;
-                               }
-                       }
-                       part { name: "bottom1";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 20;
-                                       fixed: 1 1;
-                                       align: 0 1;
-                                       rel1.relative: 0.0 1.0;
-                               }
-                               description {
-                                       state: "elm.text.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 0 5;
-                               }
-                       }
-                       part { name: "bottom2";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 25;
-                                       fixed: 0 1;
-                                       rel1.relative: 0.0 1.0;
-                                       align: 0 1;
-                               }
-                               description {
-                                       state: "elm.text.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 0 8;
-                               }
-                       }
-                       part { name: "bottom3";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 70;
-                                       fixed: 0 1;
-                                       rel1.relative: 0.0 1.0;
-                                       align: 0 1;
-                               }
-                               description {
-                                       state: "elm.text.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 0 60;
-                               }
-                       }
-                       part { name: "elm.text";
-                               type: TEXT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       align: 0.0 0.0;
-                                       min: 0 34;
-                                       fixed: 1 1;
-                                       rel1 {
-                                               relative: 1.0 1.0;
-                                               to_x: "left2";
-                                               to_y: "top2";                                           
-                                       }
-                                       rel2 {
-                                               relative: 1.0 1.0;
-                                               to_x: "left2";
-                                               to_y: "top2";
-                                       }
-                                       color: EDITFIELD_TITLE_COLOR_INC;
-                                       text {
-                                               font: "SLP:style=Medium";
-                                               size: 24;
-                                               min: 1 1;
-                                               align: 0.0 0.0;
-                                       }
-                               }
-                               description {
-                                       state: "elm.text.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "elm.guidetext";
-                               type: TEXT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description { state: "default" 0.0;
-                                       align: 0.0 0.0;
-                                       fixed: 1 1;
-                                       rel1.to: "elm.swallow.content";                         
-                                       rel2.to: "elm.swallow.content";
-                                       color: 163 157 138 255;
-                                       text {
-                                               font: "SLP:style=Roman";
-                                               size: 32;
-                                               min: 0 0;
-                                               align: 0.0 0.5;
-                                       }
-                               }
-                               description {
-                                       state: "hidden" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 0;
-                               }
-                       }
-                       part { name: "elm.swallow.content";
-                               type: SWALLOW;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description { state: "default" 0.0;
-                                       min: 0 40;
-                                       rel1 {
-                                               relative : 1.0 1.0;
-                                               to_x: "left1";
-                                               to_y: "top1";
-                                       }
-                                       rel2 {
-                                               relative : 0.0 0.0;
-                                               to_x: "right1";
-                                               to_y: "bottom1";
-                                       }
-                                       align: 0.0 0.5;
-                               }
-                       }
-                       part { name: "over";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description { state: "default" 0.0;
-                                       rel1.to: "base"; 
-                                       rel2.to: "base"; 
-                                       color: 0 0 0 0;
-                               }
-                               description {
-                                       state: "edit" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 0;
-                               }
-                       }
-                       part { name: "eraser_image";
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                               min: 30 30;
-                                       fixed: 1 1;
-                                       align: 1 1;
-                                               rel1 { 
-                                               relative: 0.0 0.0;
-                                               to_x : "right2";
-                                               to_y : "bottom2";
-                                               }
-                                               rel2 {
-                                               relative: 0.0 0.0;
-                                               to_x : "right2";
-                                               to_y : "bottom2";
-                                               }
-                                               image.normal: "00_field_btn_delete.png";
-                                       image.border: 10 10 10 10;
-                                       image.border_scale: 1;
-                               }
-                               description {
-                                       state: "elm.eraser.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }                               
-                       }
-                       part { name: "eraser";
-                               mouse_events: 1;
-                                       ignore_flags: ON_HOLD;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       color: 0 0 0 0;
-                                               rel1 { 
-                                               relative: 0.0 0.0;
-                                               to_x : "eraser_image";
-                                               to_y : "bottom3";
-                                               }
-                               }
-                               description {
-                                       state: "elm.eraser.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }                               
-                       }
-               }
-               programs {
-                       program { name: "guidetext_show";
-                               signal: "elm,state,guidetext,visible";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "elm.guidetext";
-                       }
-                       program { name: "guidetext_hide";
-                               signal: "elm,state,guidetext,hidden";
-                               source: "elm";
-                               action: STATE_SET "hidden" 0.0;
-                               target: "elm.guidetext";
-                       }
-                       program { name: "eraser_show";
-                               signal: "elm,state,eraser,show";
-                               source: "elm";
-                               action: STATE_SET "elm.eraser.show" 0.0;
-                               target: "right1";
-                               target: "eraser_image";
-                               target: "eraser";
-                       }
-                       program { name: "eraser_hide";
-                               signal: "elm,state,eraser,hidden";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "right1";
-                               target: "eraser_image";
-                               target: "eraser";
-                       }
-                       program { name: "editing";
-                               signal: "elm,state,over,hide";
-                               source: "elm";
-                               action: STATE_SET "edit" 0.0;
-                               target: "over";
-                               target: "top2";
-                       }
-                       program { name: "no_editing";
-                               signal: "elm,state,over,show";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "over";
-                               target: "top2";
-                       }
-                       program { name: "label_show";
-                               signal: "elm,state,text,visible";
-                               source: "elm";
-                               action: STATE_SET "elm.text.show" 0.0;
-                               target: "elm.text";
-                               target: "top1";
-                               target: "bottom1";
-                               target: "bottom2";
-                               target: "bottom3";
-                       }
-                       program { name: "label_hide";
-                               signal: "elm,state,text,hidden";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "elm.text";
-                               target: "top1";
-                               target: "bottom1";
-                               target: "bottom2";
-                               target: "bottom3";
-                       }
-               }
-       }
-
-group { name: "elm/editfield/base/searchbar";
-   alias: "elm/editfield/base/searchbar/default";
-               images {
-                       image: "00_field_btn_delete.png" COMP;
-               }
-               parts {
-                       part { name: "base";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       min: 0 30;
-                                       color: 0 0 0 0;
-                               }
-                       }
-                       part { name: "top1";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 6;
-                                       fixed: 1 1;
-                                       rel1.relative: 0.0 0.0;
-                                       rel2.relative: 1.0 0.0;
-                                       align: 0.5 0;
-                               }
-                               description {
-                                       state: "elm.text.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 0 10.5;
-                               }
-                       }
-                       part { name: "top2";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 10;
-                                       fixed: 1 1;
-                                       rel1.relative: 0.0 0.0;
-                                       rel2.relative: 1.0 0.0;
-                                       align: 0.5 0;
-                               }
-                               description {
-                                       state: "edit" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 0 3;
-                               }
-                       }
-                       part { name: "top3";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 6;
-                                       fixed: 0 1;
-                                       rel1.relative: 0.0 0.0;
-                                       rel2.relative: 1.0 0.0;
-                                       align: 0.5 0;
-                               }
-                               description {
-                                       state: "elm.text.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 0 10.5;
-                               }
-                       }
-                       part { name: "top4";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 50;
-                                       fixed: 1 1;
-                                       rel1.relative: 0.0 0.0;
-                                       rel2.relative: 1.0 0.0;
-                                       align: 0.5 0;
-                               }
-                       }
-
-                       part { name: "left1";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 15 0;
-                                       fixed: 1 1;
-                                       align: 0 0;
-                                       rel1.relative : 0.0 0.0;
-                                       rel2.relative : 0.0 1.0;
-                               }
-                       }
-                       part { name: "left2";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 15 0;
-                                       fixed: 1 1;
-                                       align: 0 0;
-                                       rel1.relative : 0.0 0.0;
-                                       rel2.relative : 0.0 1.0;
-                               }
-                       }
-                       part { name: "right1";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 15 0;
-                                       fixed: 1 1;
-                                       align: 1 0;
-                                       rel1.relative : 1.0 0.0;
-                                       rel2.relative : 1.0 1.0;
-                               }
-                               description {
-                                       state: "elm.eraser.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 55 0;
-                               }
-                       }
-                       part { name: "right2";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 5 0;
-                                       fixed: 1 1;
-                                       align: 1 0;
-                                       rel1.relative : 1.0 0.0;
-                                       rel2.relative : 1.0 1.0;
-                               }
-                       }
-                       part { name: "bottom1";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 8;
-                                       fixed: 1 1;
-                                       align: 0 1;
-                                       rel1.relative: 0.0 1.0;
-                               }
-                               description {
-                                       state: "elm.text.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 0 2;
-                               }
-                       }
-                       part { name: "bottom2";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 11;
-                                       fixed: 0 1;
-                                       rel1.relative: 0.0 1.0;
-                                       align: 0 1;
-                               }
-                               description {
-                                       state: "elm.text.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 0 2;
-                               }
-                       }
-                       part { name: "bottom3";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       min: 0 60;
-                                       fixed: 0 1;
-                                       rel1.relative: 0.0 1.0;
-                                       align: 0 1;
-                               }
-                               description {
-                                       state: "elm.text.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       min: 0 50;
-                               }
-                       }
-                       part { name: "elm.text";
-                               type: TEXT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       align: 0.0 0.0;
-                                       min: 0 30;
-                                       fixed: 1 1;
-                                       rel1 {
-                                               relative: 1.0 1.0;
-                                               to_x: "left2";
-                                               to_y: "top2";                                           
-                                       }
-                                       rel2 {
-                                               relative: 1.0 1.0;
-                                               to_x: "left2";
-                                               to_y: "top2";
-                                       }
-                                       color: EDITFIELD_TITLE_COLOR_INC;
-                                       text {
-                                               font: "SLP:style=Medium";
-                                               size: 24;
-                                               min: 1 1;
-                                               align: 0.0 0.0;
-                                       }
-                               }
-                               description {
-                                       state: "elm.text.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "elm.guidetext";
-                               type: TEXT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description { state: "default" 0.0;
-                                       align: 0.0 0.0;
-                                       fixed: 1 1;
-                                       rel1.to: "elm.swallow.content";                         
-                                       rel2.to: "elm.swallow.content";
-                                       color: 163 157 138 255;
-                                       text {
-                                               font: "SLP:style=Roman";
-                                               size: 32;
-                                               min: 0 0;
-                                               align: 0.0 0.5;
-                                       }
-                               }
-                               description {
-                                       state: "hidden" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 0;
-                               }
-                       }
-                       part { name: "elm.swallow.content";
-                               type: SWALLOW;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description { state: "default" 0.0;
-                                       min: 0 40;
-                                       rel1 {
-                                               relative : 1.0 1.0;
-                                               to_x: "left1";
-                                               to_y: "top1";
-                                       }
-                                       rel2 {
-                                               relative : 0.0 0.0;
-                                               to_x: "right1";
-                                               to_y: "bottom1";
-                                       }
-                                       align: 0.0 0.5;
-                               }
-                       }
-                       part { name: "over";
-                               type: RECT;
-                               scale: 1;
-                                       ignore_flags: ON_HOLD;
-                               description { state: "default" 0.0;
-                                       rel1.to: "base"; 
-                                       rel2.to: "base"; 
-                                       color: 0 0 0 0;
-                               }
-                               description {
-                                       state: "edit" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 0;
-                               }
-                       }
-                       part { name: "eraser_image";
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                               min: 30 30;
-                                       fixed: 1 1;
-                                       align: 1 1;
-                                               rel1 { 
-                                               relative: 0.0 0.0;
-                                               to_x : "right2";
-                                               to_y : "bottom2";
-                                               }
-                                               rel2 {
-                                               relative: 0.0 0.0;
-                                               to_x : "right2";
-                                               to_y : "bottom2";
-                                               }
-                                               image.normal: "00_field_btn_delete.png";
-                                       image.border: 10 10 10 10;
-                                       image.border_scale: 1;
-                               }
-                               description {
-                                       state: "elm.eraser.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }                               
-                       }
-                       part { name: "eraser";
-                               mouse_events: 1;
-                                       ignore_flags: ON_HOLD;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       color: 0 0 0 0;
-                                               rel1 { 
-                                               relative: 0.0 0.0;
-                                               to_x : "eraser_image";
-                                               to_y : "bottom3";
-                                               }
-                               }
-                               description {
-                                       state: "elm.eraser.show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }                               
-                       }
-               }
-               programs {
-                       program { name: "guidetext_show";
-                               signal: "elm,state,guidetext,visible";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "elm.guidetext";
-                       }
-                       program { name: "guidetext_hide";
-                               signal: "elm,state,guidetext,hidden";
-                               source: "elm";
-                               action: STATE_SET "hidden" 0.0;
-                               target: "elm.guidetext";
-                       }
-                       program { name: "eraser_show";
-                               signal: "elm,state,eraser,show";
-                               source: "elm";
-                               action: STATE_SET "elm.eraser.show" 0.0;
-                               target: "right1";
-                               target: "eraser_image";
-                               target: "eraser";
-                       }
-                       program { name: "eraser_hide";
-                               signal: "elm,state,eraser,hidden";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "right1";
-                               target: "eraser_image";
-                               target: "eraser";
-                       }
-                       program { name: "editing";
-                               signal: "elm,state,over,hide";
-                               source: "elm";
-                               action: STATE_SET "edit" 0.0;
-                               target: "over";
-                               target: "top2";
-                       }
-                       program { name: "no_editing";
-                               signal: "elm,state,over,show";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "over";
-                               target: "top2";
-                       }
-                       program { name: "label_show";
-                               signal: "elm,state,text,visible";
-                               source: "elm";
-                               action: STATE_SET "elm.text.show" 0.0;
-                               target: "elm.text";
-                               target: "bottom1";
-                               target: "bottom2";
-                               target: "bottom3";
-                       }
-                       program { name: "label_hide";
-                               signal: "elm,state,text,hidden";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "elm.text";
-                               target: "bottom1";
-                               target: "bottom2";
-                               target: "bottom3";
-                       }
-               }
-       }
+group { name: "elm/editfield/base/default";
+   images {
+      image: "00_field_btn_delete.png" COMP;
+   }
+   parts {
+      part {
+         name: "base";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            min: 0 80;
+            color: 0 0 0 0;
+         }
+      }
+      part {
+         name: "top1";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 20;
+            fixed: 1 1;
+            rel1.relative: 0.0 0.0;
+            rel2.relative: 1.0 0.0;
+            align: 0.5 0;
+         }
+         description {
+            state: "elm.text.show" 0.0;
+            inherit: "default" 0.0;
+            min: 0 35;
+         }
+      }
+      part {
+         name: "top2";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 6;
+            fixed: 1 1;
+            rel1.relative: 0.0 0.0;
+            rel2.relative: 1.0 0.0;
+            align: 0.5 0;
+         }
+         description {
+            state: "edit" 0.0;
+            inherit: "default" 0.0;
+            min: 0 3;
+         }
+      }
+      part {
+         name: "left1";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 15 0;
+            fixed: 1 1;
+            align: 0 0;
+            rel1.relative : 0.0 0.0;
+            rel2.relative : 0.0 1.0;
+         }
+      }
+      part {
+         name: "left2";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 15 0;
+            fixed: 1 1;
+            align: 0 0;
+            rel1.relative : 0.0 0.0;
+            rel2.relative : 0.0 1.0;
+         }
+      }
+      part {
+         name: "right1";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 15 0;
+            fixed: 1 1;
+            align: 1 0;
+            rel1.relative : 1.0 0.0;
+            rel2.relative : 1.0 1.0;
+         }
+         description {
+            state: "elm.eraser.show" 0.0;
+            inherit: "default" 0.0;
+            min: 55 0;
+         }
+      }
+      part {
+         name: "right2";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 5 0;
+            fixed: 1 1;
+            align: 1 0;
+            rel1.relative : 1.0 0.0;
+            rel2.relative : 1.0 1.0;
+         }
+      }
+      part {
+         name: "bottom1";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 20;
+            fixed: 1 1;
+            align: 0 1;
+            rel1.relative: 0.0 1.0;
+         }
+         description {
+            state: "elm.text.show" 0.0;
+            inherit: "default" 0.0;
+            min: 0 5;
+         }
+      }
+      part {
+         name: "bottom2";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 25;
+            fixed: 0 1;
+            rel1.relative: 0.0 1.0;
+            align: 0 1;
+         }
+         description {
+            state: "elm.text.show" 0.0;
+            inherit: "default" 0.0;
+            min: 0 8;
+         }
+      }
+      part {
+         name: "bottom3";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 70;
+            fixed: 0 1;
+            rel1.relative: 0.0 1.0;
+            align: 0 1;
+         }
+         description {
+            state: "elm.text.show" 0.0;
+            inherit: "default" 0.0;
+            min: 0 60;
+         }
+      }
+      part {
+         name: "elm.text";
+         type: TEXT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            align: 0.0 0.0;
+            min: 0 34;
+            fixed: 1 1;
+            rel1 {
+               relative: 1.0 1.0;
+               to_x: "left2";
+               to_y: "top2";
+            }
+            rel2 {
+               relative: 1.0 1.0;
+               to_x: "left2";
+               to_y: "top2";
+            }
+            color: EDITFIELD_TITLE_COLOR_INC;
+            text {
+               font: "SLP:style=Medium";
+               size: 24;
+               min: 1 1;
+               align: 0.0 0.0;
+            }
+         }
+         description {
+            state: "elm.text.show" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+      part {
+         name: "elm.guidetext";
+         type: TEXT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            align: 0.0 0.0;
+            fixed: 1 1;
+            rel1.to: "elm.swallow.content";
+            rel2.to: "elm.swallow.content";
+            color: 163 157 138 255;
+            text {
+               font: "SLP:style=Roman";
+               size: 32;
+               min: 0 0;
+               align: 0.0 0.5;
+            }
+         }
+         description {
+            state: "hidden" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
+      }
+      part {
+         name: "elm.swallow.content";
+         type: SWALLOW;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            min: 0 40;
+            rel1 {
+               relative : 1.0 1.0;
+               to_x: "left1";
+               to_y: "top1";
+            }
+            rel2 {
+               relative : 0.0 0.0;
+               to_x: "right1";
+               to_y: "bottom1";
+            }
+            align: 0.0 0.5;
+         }
+      }
+      part {
+         name: "over";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            rel1.to: "base";
+            rel2.to: "base";
+            color: 0 0 0 0;
+         }
+         description {
+            state: "edit" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
+      }
+      part {
+         name: "eraser_image";
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 30 30;
+            fixed: 1 1;
+            align: 1 1;
+            rel1 {
+               relative: 0.0 0.0;
+               to_x : "right2";
+               to_y : "bottom2";
+            }
+            rel2 {
+               relative: 0.0 0.0;
+               to_x : "right2";
+               to_y : "bottom2";
+            }
+            image {
+               normal: "00_field_btn_delete.png";
+               border: 10 10 10 10;
+               border_scale: 1;
+            }
+         }
+         description {
+            state: "elm.eraser.show" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+      part {
+         name: "eraser";
+         mouse_events: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            color: 0 0 0 0;
+            rel1 {
+               relative: 0.0 0.0;
+               to_x : "eraser_image";
+               to_y : "bottom3";
+            }
+         }
+         description {
+            state: "elm.eraser.show" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+   }
+   programs {
+      program {
+         name: "guidetext_show";
+         signal: "elm,state,guidetext,visible";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.guidetext";
+      }
+      program {
+         name: "guidetext_hide";
+         signal: "elm,state,guidetext,hidden";
+         source: "elm";
+         action: STATE_SET "hidden" 0.0;
+         target: "elm.guidetext";
+      }
+      program {
+         name: "eraser_show";
+         signal: "elm,state,eraser,show";
+         source: "elm";
+         action: STATE_SET "elm.eraser.show" 0.0;
+         target: "right1";
+         target: "eraser_image";
+         target: "eraser";
+      }
+      program {
+         name: "eraser_hide";
+         signal: "elm,state,eraser,hidden";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "right1";
+         target: "eraser_image";
+         target: "eraser";
+      }
+      program {
+         name: "editing";
+         signal: "elm,state,over,hide";
+         source: "elm";
+         action: STATE_SET "edit" 0.0;
+         target: "over";
+         target: "top2";
+      }
+      program {
+         name: "no_editing";
+         signal: "elm,state,over,show";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "over";
+         target: "top2";
+      }
+      program {
+         name: "label_show";
+         signal: "elm,state,text,visible";
+         source: "elm";
+         action: STATE_SET "elm.text.show" 0.0;
+         target: "elm.text";
+         target: "top1";
+         target: "bottom1";
+         target: "bottom2";
+         target: "bottom3";
+      }
+      program {
+         name: "label_hide";
+         signal: "elm,state,text,hidden";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
+         target: "top1";
+         target: "bottom1";
+         target: "bottom2";
+         target: "bottom3";
+      }
+   }
+}
+
+group { name: "elm/editfield/base/searchbar";
+   alias: "elm/editfield/base/searchbar/default";
+   images {
+      image: "00_field_btn_delete.png" COMP;
+   }
+   parts {
+      part {
+         name: "base";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            min: 0 30;
+            color: 0 0 0 0;
+         }
+      }
+      part {
+         name: "top1";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 6;
+            fixed: 1 1;
+            rel1.relative: 0.0 0.0;
+            rel2.relative: 1.0 0.0;
+            align: 0.5 0;
+         }
+         description {
+            state: "elm.text.show" 0.0;
+            inherit: "default" 0.0;
+            min: 0 10.5;
+         }
+      }
+      part {
+         name: "top2";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 10;
+            fixed: 1 1;
+            rel1.relative: 0.0 0.0;
+            rel2.relative: 1.0 0.0;
+            align: 0.5 0;
+         }
+         description {
+            state: "edit" 0.0;
+            inherit: "default" 0.0;
+            min: 0 3;
+         }
+      }
+      part {
+         name: "top3";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 6;
+            fixed: 0 1;
+            rel1.relative: 0.0 0.0;
+            rel2.relative: 1.0 0.0;
+            align: 0.5 0;
+         }
+         description {
+            state: "elm.text.show" 0.0;
+            inherit: "default" 0.0;
+            min: 0 10.5;
+         }
+      }
+      part {
+         name: "top4";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 50;
+            fixed: 1 1;
+            rel1.relative: 0.0 0.0;
+            rel2.relative: 1.0 0.0;
+            align: 0.5 0;
+         }
+      }
+      part {
+         name: "left1";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 15 0;
+            fixed: 1 1;
+            align: 0 0;
+            rel1.relative : 0.0 0.0;
+            rel2.relative : 0.0 1.0;
+         }
+      }
+      part {
+         name: "left2";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 15 0;
+            fixed: 1 1;
+            align: 0 0;
+            rel1.relative : 0.0 0.0;
+            rel2.relative : 0.0 1.0;
+         }
+      }
+      part {
+         name: "right1";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+             state: "default" 0.0;
+             visible: 0;
+             min: 15 0;
+             fixed: 1 1;
+             align: 1 0;
+             rel1.relative : 1.0 0.0;
+             rel2.relative : 1.0 1.0;
+         }
+         description {
+             state: "elm.eraser.show" 0.0;
+             inherit: "default" 0.0;
+             min: 55 0;
+         }
+      }
+      part {
+         name: "right2";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 5 0;
+            fixed: 1 1;
+            align: 1 0;
+            rel1.relative : 1.0 0.0;
+            rel2.relative : 1.0 1.0;
+         }
+      }
+      part {
+         name: "bottom1";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 8;
+            fixed: 1 1;
+            align: 0 1;
+            rel1.relative: 0.0 1.0;
+         }
+         description {
+            state: "elm.text.show" 0.0;
+            inherit: "default" 0.0;
+            min: 0 2;
+         }
+      }
+      part {
+         name: "bottom2";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 11;
+            fixed: 0 1;
+            rel1.relative: 0.0 1.0;
+            align: 0 1;
+         }
+         description {
+            state: "elm.text.show" 0.0;
+            inherit: "default" 0.0;
+            min: 0 2;
+         }
+      }
+      part {
+         name: "bottom3";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 0 60;
+            fixed: 0 1;
+            rel1.relative: 0.0 1.0;
+            align: 0 1;
+         }
+         description {
+            state: "elm.text.show" 0.0;
+            inherit: "default" 0.0;
+            min: 0 50;
+         }
+      }
+      part {
+         name: "elm.text";
+         type: TEXT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            align: 0.0 0.0;
+            min: 0 30;
+            fixed: 1 1;
+            rel1 {
+               relative: 1.0 1.0;
+               to_x: "left2";
+               to_y: "top2";
+            }
+            rel2 {
+               relative: 1.0 1.0;
+               to_x: "left2";
+               to_y: "top2";
+            }
+            color: EDITFIELD_TITLE_COLOR_INC;
+            text {
+               font: "SLP:style=Medium";
+               size: 24;
+               min: 1 1;
+               align: 0.0 0.0;
+            }
+         }
+         description {
+            state: "elm.text.show" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+      part {
+         name: "elm.guidetext";
+         type: TEXT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            align: 0.0 0.0;
+            fixed: 1 1;
+            rel1.to: "elm.swallow.content";
+            rel2.to: "elm.swallow.content";
+            color: 163 157 138 255;
+            text {
+               font: "SLP:style=Roman";
+               size: 32;
+               min: 0 0;
+               align: 0.0 0.5;
+            }
+         }
+         description {
+            state: "hidden" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
+      }
+      part {
+         name: "elm.swallow.content";
+         type: SWALLOW;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            min: 0 40;
+            rel1 {
+               relative : 1.0 1.0;
+               to_x: "left1";
+               to_y: "top1";
+            }
+            rel2 {
+               relative : 0.0 0.0;
+               to_x: "right1";
+               to_y: "bottom1";
+            }
+            align: 0.0 0.5;
+         }
+      }
+      part {
+         name: "over";
+         type: RECT;
+         scale: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            rel1.to: "base";
+            rel2.to: "base";
+            color: 0 0 0 0;
+         }
+         description {
+            state: "edit" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
+      }
+      part {
+         name: "eraser_image";
+         scale: 1;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            min: 30 30;
+            fixed: 1 1;
+            align: 1 1;
+            rel1 {
+               relative: 0.0 0.0;
+               to_x : "right2";
+               to_y : "bottom2";
+            }
+            rel2 {
+               relative: 0.0 0.0;
+               to_x : "right2";
+               to_y : "bottom2";
+            }
+            image {
+                normal: "00_field_btn_delete.png";
+                border: 10 10 10 10;
+                border_scale: 1;
+            }
+            description {
+               state: "elm.eraser.show" 0.0;
+               inherit: "default" 0.0;
+               visible: 1;
+            }
+         }
+      part {
+         name: "eraser";
+         mouse_events: 1;
+         ignore_flags: ON_HOLD;
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            color: 0 0 0 0;
+            rel1 {
+               relative: 0.0 0.0;
+               to_x : "eraser_image";
+               to_y : "bottom3";
+            }
+         }
+         description {
+            state: "elm.eraser.show" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+   }
+   programs {
+      program {
+         name: "guidetext_show";
+         signal: "elm,state,guidetext,visible";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.guidetext";
+      }
+      program {
+         name: "guidetext_hide";
+         signal: "elm,state,guidetext,hidden";
+         source: "elm";
+         action: STATE_SET "hidden" 0.0;
+         target: "elm.guidetext";
+      }
+      program {
+         name: "eraser_show";
+         signal: "elm,state,eraser,show";
+         source: "elm";
+         action: STATE_SET "elm.eraser.show" 0.0;
+         target: "right1";
+         target: "eraser_image";
+         target: "eraser";
+      }
+      program {
+         name: "eraser_hide";
+         signal: "elm,state,eraser,hidden";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "right1";
+         target: "eraser_image";
+         target: "eraser";
+      }
+      program {
+         name: "editing";
+         signal: "elm,state,over,hide";
+         source: "elm";
+         action: STATE_SET "edit" 0.0;
+         target: "over";
+         target: "top2";
+      }
+      program {
+         name: "no_editing";
+         signal: "elm,state,over,show";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "over";
+         target: "top2";
+      }
+      program {
+         name: "label_show";
+         signal: "elm,state,text,visible";
+         source: "elm";
+         action: STATE_SET "elm.text.show" 0.0;
+         target: "elm.text";
+         target: "bottom1";
+         target: "bottom2";
+         target: "bottom3";
+      }
+      program {
+         name: "label_hide";
+         signal: "elm,state,text,hidden";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "elm.text";
+         target: "bottom1";
+         target: "bottom2";
+         target: "bottom3";
+      }
+   }
+}
 
 group { name: "elm/editfield/base/genlist_rename";
    images {