EditAlarmView: update icons 35/140235/1
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Sun, 23 Jul 2017 08:37:13 +0000 (10:37 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Sun, 23 Jul 2017 08:37:13 +0000 (10:37 +0200)
Change-Id: I208aec6b544d6c80d38f6f88b35319e249d98d69

clock/res/edje/color_classes.edc
clock/res/edje/edit_alarm.edc
clock/res/images/00_volume_icon.png
clock/res/images/01_volume_vibration.png

index 6058163520ee27908e9521652406a14375f95b03..fb5c30054ab71080f65abda6309abc139fdaca23 100644 (file)
@@ -85,4 +85,8 @@ color_classes {
                name: "ATO040";
                color: 0 0 0 255;
        }
+       color_class {
+               name: "system_theme_blue";
+               color: 61 185 204 255;
+       }
 }
index 2ad5fc29fb72a205e654c027d7cc6e7116311b84..2b17f9a872a2de1515fccd63f7bec0c1324279d8 100644 (file)
@@ -14,6 +14,8 @@
 * limitations under the License.
 */
 
+#include "color_classes.edc"
+
 collections {
        base_scale: 2.6;
        group { name: "elm/genlist/item/alarm:editfield/default";
@@ -139,7 +141,7 @@ collections {
                        }
                        rect { "icon.clipper";
                                desc {
-                                       color: 40 120 132 255;
+                                       color_class: "system_theme_blue";
                                        rel1.to: "elm.swallow.icon";
                                        rel2.to: "elm.swallow.icon";
                                }
index c9a6acf6d4f20957ca5857c342cda8cd8c2e4424..0a1aff5f600535c5a232618e0611c14ea7ada42c 100644 (file)
Binary files a/clock/res/images/00_volume_icon.png and b/clock/res/images/00_volume_icon.png differ
index 42aa0d8cfde3a3a7025254591798f775a07e2541..494b05ef1e57837fc0055ee76975c3b60619a356 100644 (file)
Binary files a/clock/res/images/01_volume_vibration.png and b/clock/res/images/01_volume_vibration.png differ