music: remove status icon of now playing item 84/44384/1
authorJehun Lim <jehun.lim@samsung.com>
Tue, 21 Jul 2015 09:36:09 +0000 (18:36 +0900)
committerJehun Lim <jehun.lim@samsung.com>
Tue, 21 Jul 2015 09:38:15 +0000 (18:38 +0900)
Change-Id: Ic62cea52e9bd5480d355bb899b0ac69032fcce95
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
res/edc/widgets/button.edc

index 9725e95..7cc3fe1 100644 (file)
@@ -1708,34 +1708,6 @@ group {
                        }
                }
                part {
-                       name: "default_image";
-                       type: IMAGE;
-                       scale: 1;
-                       description {
-                               state: "default" 0.0;
-                               rel1 {
-                                       to: PART_PLAYING_CONTENT_THUMBNAIL;
-                                       relative: 0.5 0.5;
-                               }
-                               rel2 {
-                                       to: PART_PLAYING_CONTENT_THUMBNAIL;
-                                       relative: 0.5 0.5;
-                               }
-                               image.normal: IMAGE_PREVIEW_PLAY;
-                               min: 120 120;
-                               fixed: 1 1;
-                               map {
-                                       perspective_on: 1;
-                                       perspective: "map";
-                               }
-                       }
-                       description {
-                               state: "selected" 0.0;
-                               inherit: "default" 0.0;
-                               map.on: 1;
-                       }
-               }
-               part {
                        name: "part_focus1";
                        type: RECT;
                        mouse_events: 0;
@@ -2187,7 +2159,6 @@ group {
                        name: "focus,in,anim";
                        action: STATE_SET "selected" 0.0;
                        target: PART_PLAYING_CONTENT_THUMBNAIL;
-                       target: "default_image";
                        target: "part_focus1";
                        target: "part_focus2";
                        target: "part_focus3";
@@ -2228,7 +2199,6 @@ group {
                        name: "focus,out,anim,2";
                        action: STATE_SET "default" 0.0;
                        target: PART_PLAYING_CONTENT_THUMBNAIL;
-                       target: "default_image";
                        target: "part_focus1";
                        target: "part_focus2";
                        target: "part_focus3";