Fixed TSAM-10448 Music Widget Display Abnormal 60/101960/1
authorbhutani.92 <bhutani.92@samsung.com>
Fri, 2 Dec 2016 13:21:03 +0000 (18:51 +0530)
committerbhutani.92 <bhutani.92@samsung.com>
Fri, 2 Dec 2016 13:21:03 +0000 (18:51 +0530)
Change-Id: I89fe81c26e62086e8ccee38c988f921347842a61
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
widget/res/music_widget.edc

index 731ceb4..a816843 100644 (file)
@@ -47,6 +47,11 @@ collections {
                                        rel2.relative: 1.0 1.0;
                                        color: 0 0 0 0;
                                }
+                               description {
+                                       state: "no_music";
+                                       inherit: "default" 0.0;
+                                       color: 0 0 0 50;
+                               }
                        }//end bg
 
                        part {
@@ -487,6 +492,7 @@ collections {
                                signal : "no_music";
                                source : "elm";
                                action : STATE_SET "no_music" 0.0;
+                               target : "bg";
                                target : "track_image";
                                target : "track_title";
                                target : "track_artist_title";
@@ -502,6 +508,7 @@ collections {
                                signal : "music_present";
                                source : "elm";
                                action : STATE_SET "default" 0.0;
+                               target : "bg";
                                target : "track_image";
                                target : "track_title";
                                target : "track_artist_title";