From: Hyerim Bae Date: Wed, 5 Sep 2012 10:51:12 +0000 (+0900) Subject: [Title] Change private on icon. X-Git-Tag: 2.0_alpha~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1481f86020b5df798d2bda743dc9276cd4a4b855;p=profile%2Fcommon%2Fapps%2Fweb%2Fbrowser.git [Title] Change private on icon. [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 --- diff --git a/edc/browser-view-url-layout.edc b/edc/browser-view-url-layout.edc old mode 100755 new mode 100644 index 04b427c4..927a6773 --- a/edc/browser-view-url-layout.edc +++ b/edc/browser-view-url-layout.edc @@ -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 index 00000000..65b27cf7 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 index 00000000..50522cc9 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 index bd425aad..00000000 Binary files a/images/browser-view-images/url-layout/private-badge.png and /dev/null differ