From: bhutani.92 Date: Wed, 22 Jun 2016 06:25:53 +0000 (+0530) Subject: Fixed Album art disappearance [TSAM-5223] [TSAM-5157] X-Git-Tag: submit/tizen/20160623.045239~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20f8e8f85e88465f8d29e45c85980c56da37eab5;p=profile%2Fmobile%2Fapps%2Fnative%2Fmusic-player.git Fixed Album art disappearance [TSAM-5223] [TSAM-5157] Change-Id: I4ce54b0c0ec9b46265a644302d6896cc9156b510 Signed-off-by: bhutani.92 --- diff --git a/res/edje/mp-player-view.edc b/res/edje/mp-player-view.edc index cc4c544..4650b7f 100755 --- a/res/edje/mp-player-view.edc +++ b/res/edje/mp-player-view.edc @@ -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;