Fixed Album art disappearance [TSAM-5223] [TSAM-5157] 04/75904/3
authorbhutani.92 <bhutani.92@samsung.com>
Wed, 22 Jun 2016 06:25:53 +0000 (11:55 +0530)
committerAkhil Bhutani <bhutani.92@samsung.com>
Wed, 22 Jun 2016 06:17:25 +0000 (23:17 -0700)
Change-Id: I4ce54b0c0ec9b46265a644302d6896cc9156b510
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
res/edje/mp-player-view.edc

index cc4c544..4650b7f 100755 (executable)
@@ -936,6 +936,97 @@ group {
                        }
                }
                part {
+                       name: "options_favourite_on";
+                       type: SWALLOW;
+                       scale: 1;
+                       description {
+                               state: "default" 0.0;
+                               visible: 0;
+                               align: 1 0;
+                               fixed: 1 1;
+                               rel1 {
+                                       relative: 0.0 0.0;
+                                       //to: "album_area";
+                                       offset:26 26;
+                               }
+                               rel2 {
+                                       relative: 1.0 1.0;
+                                       //to: "album_area";
+                                       //offset:26 -26;
+                               }
+                               min: 60 60;
+                               max: 60 60;
+                               color: 0 0 0 0;
+                       }
+                       description {
+                               state: "visible" 0.0;
+                               inherit: "default";
+                               visible: 1;
+                       }
+               }
+               part {
+                       name: "options_favourite_off";
+                       type: SWALLOW;
+                       scale: 1;
+                       description {
+                               state: "default" 0.0;
+                               visible: 0;
+                               align: 1 0;
+                               rel1 {
+                                       relative: 0.0 0.0;
+                                       //to: "album_area";
+                                       offset:26 26;
+                               }
+                               rel2 {
+                                       relative: 1.0 1.0;
+                                       //to: "album_area";
+                                       //offset:26 -26;
+                               }
+                               min: 60 60;
+                               max: 60 60;
+                               color: 0 0 0 0;
+                       }
+                       description {
+                               state: "visible" 0.0;
+                               inherit: "default";
+                               visible: 1;
+                       }
+               }
+               part {
+                       name: "favourite_focus_sound";
+                       type: RECT;
+                       description {
+                               state: "default" 0.0;
+                               //align: 0 0;
+                               color: 0 0 0 0;
+                               rel1 {
+                                       relative: 0 0;
+                                       to: "options_favourite_on";
+                               }
+                               rel2 {
+                                       relative: 1 1;
+                                       to: "options_favourite_on";
+                               }
+                       }
+               }
+               part {
+                       name: "favourite_focus";
+                       type: SWALLOW;
+                       description {
+                               state: "default" 0.0;
+                               //align: 0 0;
+                               visible:1;
+                               rel1 {
+                                       relative: 0 0;
+                                       to: "favourite_focus_sound";
+                               }
+                               rel2 {
+                                       relative: 1 1;
+                                       to: "favourite_focus_sound";
+                               }
+                       }
+               }
+               part {
                        name: "bg";
                        mouse_events: 0;
                        type: RECT;
@@ -1169,97 +1260,6 @@ group {
                        }
                }
                part {
-                       name: "options_favourite_on";
-                       type: SWALLOW;
-                       scale: 1;
-                       description {
-                               state: "default" 0.0;
-                               visible: 0;
-                               align: 1 0;
-                               fixed: 1 1;
-                               rel1 {
-                                       relative: 0.0 0.0;
-                                       //to: "album_area";
-                                       offset:26 26;
-                               }
-                               rel2 {
-                                       relative: 1.0 1.0;
-                                       //to: "album_area";
-                                       //offset:26 -26;
-                               }
-                               min: 60 60;
-                               max: 60 60;
-                               color: 0 0 0 0;
-                       }
-                       description {
-                               state: "visible" 0.0;
-                               inherit: "default";
-                               visible: 1;
-                       }
-               }
-               part {
-                       name: "options_favourite_off";
-                       type: SWALLOW;
-                       scale: 1;
-                       description {
-                               state: "default" 0.0;
-                               visible: 0;
-                               align: 1 0;
-                               rel1 {
-                                       relative: 0.0 0.0;
-                                       //to: "album_area";
-                                       offset:26 26;
-                               }
-                               rel2 {
-                                       relative: 1.0 1.0;
-                                       //to: "album_area";
-                                       //offset:26 -26;
-                               }
-                               min: 60 60;
-                               max: 60 60;
-                               color: 0 0 0 0;
-                       }
-                       description {
-                               state: "visible" 0.0;
-                               inherit: "default";
-                               visible: 1;
-                       }
-               }
-               part {
-                       name: "favourite_focus_sound";
-                       type: RECT;
-                       description {
-                               state: "default" 0.0;
-                               //align: 0 0;
-                               color: 0 0 0 0;
-                               rel1 {
-                                       relative: 0 0;
-                                       to: "options_favourite_on";
-                               }
-                               rel2 {
-                                       relative: 1 1;
-                                       to: "options_favourite_on";
-                               }
-                       }
-               }
-               part {
-                       name: "favourite_focus";
-                       type: SWALLOW;
-                       description {
-                               state: "default" 0.0;
-                               //align: 0 0;
-                               visible:1;
-                               rel1 {
-                                       relative: 0 0;
-                                       to: "favourite_focus_sound";
-                               }
-                               rel2 {
-                                       relative: 1 1;
-                                       to: "favourite_focus_sound";
-                               }
-                       }
-               }
-               part {
                        name: "bottom_area_cliper";
                        type: RECT;
                        mouse_events: 1;