TizenRefApp-6984 Update graphic resources with HD-pictures 34/89434/1
authorDenis Dolzhenko <d.dolzhenko@samsung.com>
Fri, 23 Sep 2016 12:16:12 +0000 (15:16 +0300)
committerDenis Dolzhenko <d.dolzhenko@samsung.com>
Fri, 23 Sep 2016 12:16:12 +0000 (15:16 +0300)
Change-Id: I179504c1c1cfd3cd3d965564d688b24f053b4214
Signed-off-by: Denis Dolzhenko <d.dolzhenko@samsung.com>
edje/images/core_icon_expand_close.png [deleted file]
edje/images/core_icon_expand_open.png [deleted file]
edje/images/messages_icon_expand_close.png [new file with mode: 0644]
edje/images/messages_icon_expand_open.png [new file with mode: 0644]
res/edje/button_theme.edc

diff --git a/edje/images/core_icon_expand_close.png b/edje/images/core_icon_expand_close.png
deleted file mode 100644 (file)
index 125f436..0000000
Binary files a/edje/images/core_icon_expand_close.png and /dev/null differ
diff --git a/edje/images/core_icon_expand_open.png b/edje/images/core_icon_expand_open.png
deleted file mode 100644 (file)
index 6742e6f..0000000
Binary files a/edje/images/core_icon_expand_open.png and /dev/null differ
diff --git a/edje/images/messages_icon_expand_close.png b/edje/images/messages_icon_expand_close.png
new file mode 100644 (file)
index 0000000..55c36ad
Binary files /dev/null and b/edje/images/messages_icon_expand_close.png differ
diff --git a/edje/images/messages_icon_expand_open.png b/edje/images/messages_icon_expand_open.png
new file mode 100644 (file)
index 0000000..d1a41a2
Binary files /dev/null and b/edje/images/messages_icon_expand_open.png differ
index 1368b903f3977ac096dda637952a063395272401..178a54cda536294cbd4e5c4d9c8e9ad222992ef9 100755 (executable)
@@ -771,8 +771,8 @@ BUTTON_BODY_STYLES("plus_button",80,80,80,80)
       data.item: "vector_ux" "no_bg";
       data.item: "corner_radius" BUTTON_NAVIFRAME_BACK_CORNER_RADIUS;
       images {
-         image: "core_icon_expand_close.png" COMP;
-         image: "core_icon_expand_open.png" COMP;
+         image: "messages_icon_expand_close.png" COMP;
+         image: "messages_icon_expand_open.png" COMP;
       }
       script {
          public mouse_down = 0;
@@ -866,12 +866,12 @@ BUTTON_BODY_STYLES("plus_button",80,80,80,80)
                min: BUTTON_NAVIFRAME_BACK_BUTTON_SIZE_INC;
                max: BUTTON_NAVIFRAME_BACK_BUTTON_SIZE_INC;
                fixed: 1 1;
-               image.normal: "core_icon_expand_close.png";
+               image.normal: "messages_icon_expand_close.png";
             }
             description {
                state: "expanded" 0.0;
                inherit: "default" 0.0;
-               image.normal: "core_icon_expand_open.png";
+               image.normal: "messages_icon_expand_open.png";
             }
          }
          part {