[Genlist] Fix genlist sweep padding correctly.
[platform/core/uifw/efl-theme-tizen.git] / themes / widgets / entry.edc
index eb0faf5..ff1c53b 100644 (file)
@@ -1783,144 +1783,6 @@ group { name: "elm/entry/base-password/popup";
                }
        }
 
-       group { name: "elm/entry/selection/block_handle";
-       data.item: "position" "BOTH";
-               images {
-                 image: "reader_handler_up.png" COMP;
-               }
-               parts {
-                       part { name: "bg";
-                               type: RECT;
-                               scale: 1;
-                               mouse_events: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       fixed: 1 1;
-                                       align: 0.5 0.25;
-                                       min: 50 80;
-                                       color: 0 0 0 0;
-                               }
-                               description { state: "show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "handle";
-                               mouse_events: 1;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                       fixed: 1 1;
-                                       align: 0.5 0.0;
-                                       min: 48 66;
-                                       rel1 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 0;
-                                       }
-                                       rel2 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 0;
-                                       }
-                                       image {
-                                               normal: "reader_handler_up.png";
-                                               border: 0 0 0 0;
-                                       }
-                                       image.middle: SOLID;
-                                       fill.smooth: 0;
-                               }
-                               description { state: "show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }
-                       }
-               }
-               programs {
-                       program { name: "focused";
-                               signal: "elm,action,focus";
-                               source: "elm";
-                               action: STATE_SET "show" 0.0;
-                               target: "handle";
-                               target: "bg";
-                       }
-                       program { name: "unfocused";
-                               signal: "elm,action,unfocus";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "handle";
-                               target: "bg";
-                       }
-               }
-       }
-
-       group { name: "elm/entry/selection/block_handle_top";
-       data.item: "position" "BOTH";
-               images {
-                 image: "reader_handler_down.png" COMP;
-               }
-               parts {
-                       part { name: "bg";
-                               type: RECT;
-                               scale: 1;
-                               mouse_events: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       fixed: 1 1;
-                                       align: 0.5 0.75;
-                                       min: 50 80;
-                                       color: 0 0 0 0;
-                               }
-                               description { state: "show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "handle";
-                               mouse_events: 1;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                       fixed: 1 1;
-                                       align: 0.5 1.0;
-                                       min: 48 66;
-                                       rel1 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 0;
-                                       }
-                                       rel2 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 0;
-                                       }
-                                       image {
-                                               normal: "reader_handler_down.png";
-                                               border: 0 0 0 0;
-                                       }
-                                       image.middle: SOLID;
-                                       fill.smooth: 0;
-                               }
-                               description { state: "show" 0.0;
-                                       inherit: "default" 0.0;
-                                       visible: 1;
-                               }
-                       }
-               }
-               programs {
-                       program { name: "focused";
-                               signal: "elm,action,focus";
-                               source: "elm";
-                               action: STATE_SET "show" 0.0;
-                               target: "handle";
-                               target: "bg";
-                       }
-                       program { name: "unfocused";
-                               signal: "elm,action,unfocus";
-                               source: "elm";
-                               action: STATE_SET "default" 0.0;
-                               target: "handle";
-                               target: "bg";
-                       }
-               }
-       }
-
        group { name: "elm/entry/selection/block_handle_left";
                data.item: "height" "40";
                data.item: "gap" "51";
@@ -2334,32 +2196,6 @@ group { name: "elm/entry/base-password/popup";
                }
        }
 
-
-/////////////////////////////////////////////////////////////////////////
-
-       group { name: "elm/entry/selection/block_bar";
-               images {
-                 image: "reader_longtap_blue.png" COMP;
-               }
-               parts {
-                       part { name: "bar_bg";
-                               scale: 1;
-                               mouse_events: 0;
-                               description { state: "default" 0.0;
-                                       visible: 0;
-                                       image {
-                                               normal: "reader_longtap_blue.png";
-                                               border: 0 0 0 0;
-                                       }
-                                       image.middle: SOLID;
-                                       fill.smooth: 0;
-                               }
-                       }
-               }
-       }
-
-
-
        group { name: "elm/entry/anchor/default";
                parts {
                        part { name: "bg";
@@ -2468,6 +2304,32 @@ group { name: "elm/entry/base-password/popup";
                                        color: 0 0 0 0;
                                }
                        }
+                       part { name: "bg_middle_left";
+                               mouse_events: 0;
+                               scale: 1;
+                               type: RECT;
+                               description { state: "default" 0.0;
+                                       min: 20 134;
+                                       max: 20 -1;
+                                       align: 1.0 0.0;
+                                       rel2 { relative: 0.5 1.0; to: "bg"; }
+                                       visible: 1;
+                                       color: 0 0 0 0;
+                               }
+                       }
+                       part { name: "bg_middle_right";
+                               mouse_events: 0;
+                               scale: 1;
+                               type: RECT;
+                               description { state: "default" 0.0;
+                                       min: 20 134;
+                                       max: 20 -1;
+                                       align: 0.0 0.0;
+                                       rel1 { relative: 0.5 0.0; to: "bg"; }
+                                       visible: 1;
+                                       color: 0 0 0 0;
+                               }
+                       }
                        part { name: "bg_left";
                                mouse_events: 0;
                                scale: 1;
@@ -2476,7 +2338,7 @@ group { name: "elm/entry/base-password/popup";
                                        min: 136 134;
                                        align: 0.0 0.0;
                                        rel1 { relative: 0.0 0.0; to: "bg"; }
-                                       rel2 { relative: 0.5 1.0; to: "bg"; offset: -20 -1;}
+                                       rel2 { relative: 0.0 1.0; to: "bg_middle_left"; }
                                        image {
                                                normal: "copy&paste_Magnifier_left.png";
                                                border: 21 1 20 44;
@@ -2489,15 +2351,12 @@ group { name: "elm/entry/base-password/popup";
                                mouse_events: 0;
                                scale: 1;
                                description { state: "default" 0.0;
-                                       fixed: 1 1;
-                                       min: 40 134;
-                                       max: 40 999999;
                                        align: 0.0 0.0;
-                                       rel1 { relative: 1.0 0.0; to: "bg_left"; }
-                                       rel2 { relative: 0.0 1.0; to: "bg_right"; }
+                                       rel1 { relative: 0.0 0.0; to: "bg_middle_left"; }
+                                       rel2 { relative: 1.0 1.0; to: "bg_middle_right"; }
                                        image {
                                                normal: "copy&paste_Magnifier_middle.png";
-                                               border: 0 40 20 44;
+                                               border: 1 38 20 44;
                                        }
                                        image.middle: 1;
                                        fill.smooth: 0;
@@ -2509,7 +2368,7 @@ group { name: "elm/entry/base-password/popup";
                                description { state: "default" 0.0;
                                        fixed: 1 1;
                                        min: 136 134;
-                                       rel1 { relative: 0.5 0.0; to: "bg"; offset: 21 0;}
+                                       rel1 { relative: 1.0 0.0; to: "bg_middle_right"; }
                                        rel2.to: "bg";
                                        image {
                                                normal: "copy&paste_Magnifier_right.png";
@@ -2519,72 +2378,6 @@ group { name: "elm/entry/base-password/popup";
                                        fill.smooth: 0;
                                }
                        }
-                       part { name: "content_bg";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 255 255 255;
-                                       rel1.to: "swallow";
-                                       rel2.to: "swallow";
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "content_bg_right";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 0 0 100;
-                                       rel1.to: "bg_right";
-                                       rel2.to: "bg_right";
-                                       visible: 0;
-                               }
-                       }
-                       part { name: "fining_left"; //temporary to reduce rounded corner effect
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 255 255 255;
-                                       rel1 { relative: 0.0 0.0; to: "swallow"; offset: -4 5;}
-                                       rel2 { relative: 0.0 1.0; to: "swallow"; offset: -1 -5;}
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "fining_right";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 255 255 255;
-                                       rel1 { relative: 1.0 0.0; to: "swallow"; offset: 0 5;}
-                                       rel2 { relative: 1.0 1.0; to: "swallow"; offset: 2 -5;}
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "fining_top";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 255 255 255;
-                                       rel1 { relative: 0.0 0.0; to: "swallow"; offset: 5 -1;}
-                                       rel2 { relative: 1.0 0.0; to: "swallow"; offset: -5 -1;}
-                                       visible: 1;
-                               }
-                       }
-                       part { name: "fining_bottom";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       color: 255 255 255 255;
-                                       rel1 { relative: 0.0 1.0; to: "swallow"; offset: 5 0;}
-                                       rel2 { relative: 1.0 1.0; to: "swallow"; offset: -5 1;}
-                                       visible: 1;
-                               }
-                       }
                        part { name: "swallow";
                                type: SWALLOW;
                                mouse_events: 0;
@@ -2605,44 +2398,6 @@ group { name: "elm/entry/base-password/popup";
                }
        }
 
-       group { name: "elm/copypaste/notify/default";
-               parts {
-                       part { name: "base";
-                               type: RECT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description { state: "default" 0.0;
-                                       min: 0 110;
-                                       color: 50 50 50 255;
-                                       rel1 {
-                                               relative: 0.0 0.0;
-                                               offset: 0 50;
-                                       }
-                                       rel2 {
-                                               relative: 1.0 1.0;
-                                       }
-                               }
-                       }
-                       part { name: "elm.text";
-                               type: TEXT;
-                               mouse_events: 0;
-                               scale: 1;
-                               description {
-                                       state: "default" 0.0;
-                                       align: 0 0;
-                                       rel1 {relative: 0.0 0.0; to: "base";}
-                                       rel2 {relative: 1.0 1.0; to: "base";}
-                                       color: 255 255 255 255;
-                                       text {
-                                               font: "Tizen:style=Roman";
-                                               size: 40;
-                                               text_class: "tizen";
-                                       }
-                               }
-                       }
-               }
-       }
-
        group { name: "elm/entry/matchlist/default";
                data.item: "max_height" "230";
                parts {
@@ -2791,7 +2546,7 @@ styles {
               state: "default" 0.0;
               rel2.to_x: "elm.rect.right.pad";
               image {
-                 normal: "00_MessageBubble_BG_receive.png";
+                 normal: "00_messagebubble_bg_receive.png";
                  border: 1 20 13 20;
                  border_scale: 1;
               }
@@ -3006,7 +2761,7 @@ styles {
               state: "default" 0.0;
               rel2.to_x: "elm.rect.right.pad";
               image {
-                 normal: "00_MessageBubble_BG_receive.png";
+                 normal: "00_messagebubble_bg_receive.png";
                  border: ENTRY_BUBBLE_RECEV_BG_BORDER_INC;
                  border_scale: 1;
               }
@@ -3466,7 +3221,7 @@ styles {
               state: "default" 0.0;
               rel2.to_x: "elm.rect.right.pad";
               image {
-                 normal: "00_MessageBubble_BG_receive.png";
+                 normal: "00_messagebubble_bg_receive.png";
                  border: 1 20 13 20;
                  border_scale: 1;
               }
@@ -3599,7 +3354,7 @@ styles {
               state: "default" 0.0;
                rel1.to_x: "elm.rect.left.pad";
               image {
-                 normal: "00_MessageBubble_BG_send.png";
+                 normal: "00_messagebubble_bg_sent.png";
                  border: 20 1 13 20;
                  border_scale: 1;
               }
@@ -3813,7 +3568,7 @@ styles {
               state: "default" 0.0;
            rel1.to_x: "elm.rect.left.pad";
               image {
-                     normal: "00_MessageBubble_BG_send.png";
+                     normal: "00_messagebubble_bg_sent.png";
                      border: ENTRY_BUBBLE_SENT_BG_BORDER_INC;
                      border_scale: 1;
               }
@@ -4289,7 +4044,7 @@ styles {
               state: "default" 0.0;
                rel1.to_x: "elm.rect.left.pad";
               image {
-                 normal: "00_MessageBubble_BG_send.png";
+                 normal: "00_messagebubble_bg_sent.png";
                  border: 20 1 13 20;
                  border_scale: 1;
               }