[access] use proper resource file
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 8 Apr 2013 07:08:22 +0000 (16:08 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 10 Apr 2013 11:03:59 +0000 (20:03 +0900)
Change-Id: I42933fa69e50fe5106a7a392bee18be384b163d2

themes/images/tizen-hd/access_glow.png
themes/widgets/access.edc

index 6db08ab..64d4888 100644 (file)
Binary files a/themes/images/tizen-hd/access_glow.png and b/themes/images/tizen-hd/access_glow.png differ
index 5dc448d..ac95cd9 100644 (file)
 ///////////////////////////////////////////////////////////////////////////////////////
    group { name: "elm/access/base/default";
       images {
-         image: "access_glow.png" LOSSY 85;
+         image: "access_glow.png" COMP;
       }
       parts {
          part { name: "base";
             mouse_events:  0;
             description { state: "default" 0.0;
-               image.normal: "access_glow.png";
-               image.border: 6 6 6 6;
-               fill.smooth: 0;
+              image {
+                normal: "access_glow.png";
+                border: 5 5 5 5;
+                border_scale: 1;
+              }
             }
          }
       }