[controlbar] add dragable part again, fixed setting/sound problem.
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 19 Jul 2011 06:33:04 +0000 (15:33 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 19 Jul 2011 06:33:04 +0000 (15:33 +0900)
themes/groups/controlbar.edc

index eb8efc7..0a76b99 100644 (file)
                                        rel2 {relative: 1.0 1.0; offset: -1 -1;}
                                }
                        }
+                       part {
+                               name: "elm.dragable.box";
+                               type: GROUP;
+                               source: "elm/controlbar/item_bg_move/default";
+                               mouse_events: 0;
+                               scale: 1;
+                               dragable {
+                                       x: 1 1 0;
+                                       y: 1 1 0;
+                                       confine: "bg_image";
+                               }
+                               description {
+                                       state: "default" 0.0;
+                                       rel1 {
+                                               relative: 0.0 0.0;
+                                               to: "bg_image";
+                                       }
+                                       rel2 {
+                                               relative: 0.0 1.0;
+                                               to: "bg_image";
+                                       }
+                                       color: 0 0 0 0;
+                               }
+                       }
                        part{
                                name: "elm.swallow.items";
                                type: SWALLOW;
                                        rel2 {relative: 1.0 1.0; offset: -1 -1;}
                                }
                        }
+                       part {
+                               name: "elm.dragable.box";
+                               type: GROUP;
+                               source: "elm/controlbar/item_bg_move/default";
+                               mouse_events: 0;
+                               scale: 1;
+                               dragable {
+                                       x: 1 1 0;
+                                       y: 1 1 0;
+                                       confine: "bg_image";
+                               }
+                               description {
+                                       state: "default" 0.0;
+                                       rel1 {
+                                               relative: 0.0 0.0;
+                                               to: "bg_image";
+                                       }
+                                       rel2 {
+                                               relative: 0.0 1.0;
+                                               to: "bg_image";
+                                       }
+                                       color: 0 0 0 0;
+                               }
+                       }
                        part{
                                name: "elm.swallow.items";
                                type: SWALLOW;