modify default bg color of movie item 07/53707/1
authorJehun Lim <jehun.lim@samsung.com>
Wed, 9 Dec 2015 01:18:21 +0000 (10:18 +0900)
committerJehun Lim <jehun.lim@samsung.com>
Wed, 9 Dec 2015 01:18:21 +0000 (10:18 +0900)
Change-Id: I26d9e374a76d7c3594f8ffedbfcc972617a300a5
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
res/edc/widgets/gengrid.edc

index 13166fa..72eee93 100644 (file)
@@ -58,7 +58,7 @@ group {
                                        to: PART_ELM_SWALLOW_TEXTBG;
                                        relative: 1.0 0.0;
                                }
-                               color: 0 0 0 115;
+                               color: COLOR_ITEM_DEFAULT;
                        }
                        description {
                                state: "selected" 0.0;
@@ -392,6 +392,24 @@ group {
        }
        parts {
                part {
+                       name: "defaultbg";
+                       type: RECT;
+                       scale: 1;
+                       description {
+                               state: "default" 0.0;
+                               rel1.to: "bg";
+                               rel2 {
+                                       to: PART_ELM_SWALLOW_TEXTBG;
+                                       relative: 1.0 0.0;
+                               }
+                               color: 0 0 0 255;
+                       }
+                       description {
+                               state: "selected" 0.0;
+                               inherit: "default" 0.0;
+                       }
+               }
+               part {
                        name: "default_image";
                        type: IMAGE;
                        scale: 1;