[Title] Change private on icon.
authorHyerim Bae <hyerim.bae@samsung.com>
Wed, 5 Sep 2012 10:51:12 +0000 (19:51 +0900)
committerHyerim Bae <hyerim.bae@samsung.com>
Wed, 5 Sep 2012 11:00:31 +0000 (20:00 +0900)
[Issue#] P120905-2447
[Problem] Private icon is not different with GUI guide.
[Cause] The private icon was not release.
[Solution] The private icon is release in the latest GUI guide.
[Team] Browser UI
[Developer] Hyerim Bae
[Request] N/A

Change-Id: I8aabc9e4390522f9060d2790e8e6dcc8a5cb8c29

edc/browser-view-url-layout.edc [changed mode: 0755->0644]
images/browser-view-images/url-layout/I01_icon_private_on.png [new file with mode: 0644]
images/browser-view-images/url-layout/I01_icon_secretmode.png [new file with mode: 0644]
images/browser-view-images/url-layout/private-badge.png [deleted file]

old mode 100755 (executable)
new mode 100644 (file)
index 04b427c..927a677
@@ -863,7 +863,7 @@ group { name: "elm/layout/browser-editfield/default";
                        image: "browser-view-images/url-layout/41_browser_search_icon_refresh.png" COMP;
                        image: "browser-view-images/url-layout/icon_stop.png" COMP;
                        image: "icon/00_close_icon.png" COMP;
-                       image: "browser-view-images/url-layout/private-badge.png" COMP;
+                       image: "browser-view-images/url-layout/I01_icon_secretmode.png" COMP;
                        image: "browser-view-images/url-layout/I01_search_icon.png" COMP;
                }
 
@@ -1049,20 +1049,20 @@ group { name: "elm/layout/browser-editfield/default";
                                description {
                                        state: "default" 0.0;
                                        visible: 0;
-                                       min: 0 45;
-                                       max: 0 45;
+                                       min: 0 42;
+                                       max: 0 42;
                                        fixed: 1 1;
                                        align: 0.0 0.5;
                                        rel1 { relative: 1.0 0.0; to: "elm.swallow.favicon"; }
                                        rel2 { relative: 1.0 1.0; to: "elm.swallow.favicon"; }
-                                       image.normal: "browser-view-images/url-layout/private-badge.png";
+                                       image.normal: "browser-view-images/url-layout/I01_icon_secretmode.png";
                                }
                                description {
                                        state: "visible" 0.0;
                                        inherit: "default" 0.0;
                                        visible: 1;
-                                       min: 45 45;
-                                       max: 45 45;
+                                       min: 42 42;
+                                       max: 42 42;
                                }
                        }
                        PADDING("padding.progress.left", 9, 0, 1, 0, 1.0, 0.5,
diff --git a/images/browser-view-images/url-layout/I01_icon_private_on.png b/images/browser-view-images/url-layout/I01_icon_private_on.png
new file mode 100644 (file)
index 0000000..65b27cf
Binary files /dev/null and b/images/browser-view-images/url-layout/I01_icon_private_on.png differ
diff --git a/images/browser-view-images/url-layout/I01_icon_secretmode.png b/images/browser-view-images/url-layout/I01_icon_secretmode.png
new file mode 100644 (file)
index 0000000..50522cc
Binary files /dev/null and b/images/browser-view-images/url-layout/I01_icon_secretmode.png differ
diff --git a/images/browser-view-images/url-layout/private-badge.png b/images/browser-view-images/url-layout/private-badge.png
deleted file mode 100755 (executable)
index bd425aa..0000000
Binary files a/images/browser-view-images/url-layout/private-badge.png and /dev/null differ