Add action area bg in relevant views 59/60359/4
authorAgnieszka Janowicz <a.janowicz@samsung.com>
Thu, 25 Feb 2016 13:32:39 +0000 (14:32 +0100)
committerAgnieszka Janowicz <a.janowicz@samsung.com>
Thu, 25 Feb 2016 14:49:00 +0000 (15:49 +0100)
Change-Id: I3b9a1e7b772642678c1a52c10078e297191a47bf
Signed-off-by: Agnieszka Janowicz <a.janowicz@samsung.com>
res/layout/network.edc
res/view/system/clock.edc
res/view/system/location.edc
res/view/system/wakeup_timer.edc

index e3d2823..3d2ffe8 100644 (file)
@@ -1145,7 +1145,7 @@ group {
 
                part {
                        name, "part.new_network.action";
-                       type, SPACER;
+                       type, RECT;
                        scale, 1;
                        description {
                                state, "default" 0.0;
@@ -1157,6 +1157,7 @@ group {
                                rel2.to, "area";
                                align, 0.5 1.0;
                                fixed, 0 1;
+                               color, 255 255 255 255;
                        }
                }
 
index 037e679..6ab8df7 100644 (file)
@@ -253,7 +253,7 @@ group {
 
                part {
                        name, "part.bottom.bg";
-                       type, SPACER;
+                       type, RECT;
                        scale, 1;
                        description {
                                state, "default" 0.0;
@@ -262,6 +262,7 @@ group {
                                align, 0.5 1.0;
                                rel1.relative, 0.0 1.0;
                                rel2.relative, 1.0 1.0;
+                               color, 255 255 255 255;
                        }
                }
 
index 1968edf..90748cb 100644 (file)
@@ -49,7 +49,7 @@ group {
 
                part {
                        name, "bg.bottom";
-                       type, SPACER;
+                       type, RECT;
                        scale, 1;
                        description {
                                state, "default" 0.0;
@@ -60,6 +60,7 @@ group {
                                }
                                rel2.relative, 1.0 1.0;
                                fixed, 0 1;
+                               color, 255 255 255 255;
                        }
                }
 
index 677e361..e0f9eae 100644 (file)
@@ -396,7 +396,7 @@ group {
 
                part {
                        name, "part.bottom.bg";
-                       type, SPACER;
+                       type, RECT;
                        scale, 1;
                        description {
                                state, "default" 0.0;
@@ -405,6 +405,7 @@ group {
                                align, 0.5 1.0;
                                rel1.relative, 0.0 1.0;
                                rel2.relative, 1.0 1.0;
+                               color, 255 255 255 255;
                        }
                }