[Genlist] Fix incorrect color
authorTae-Hwan Kim <the81.kim@samsung.com>
Mon, 25 Mar 2013 23:51:20 +0000 (08:51 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 28 Mar 2013 03:58:03 +0000 (12:58 +0900)
Change-Id: Ibd5b4843446f8ed93cea2f1ddf4330da3487778a

themes/widgets/genlist/genlist_decorate.edc

index 1bcb71c..91b0d7b 100644 (file)
 
          GENLIST_PART_RECT("sound_left",
             description { state: "default" 0.0;
-              color: 128 0 0 128;
+              color: 0 0 0 0;
               rel2.to_x: "elm.swallow.decorate.content";
               rel2.relative: 0 1;
             }
          )
          GENLIST_PART_RECT("sound_right",
             description { state: "default" 0.0;
-              color: 128 0 0 128;
+              color: 0 0 0 0;
               rel1.to_x: "elm.swallow.decorate.content";
               rel1.relative: 1 0;
             }