[access] add initial version
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 25 Jan 2012 02:40:11 +0000 (11:40 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 25 Jan 2012 11:49:03 +0000 (20:49 +0900)
Change-Id: Iae8a2bb42f3ca896329f63ce6cab3fa39fb9307b

themes/images/tizen-black-hd/access_glow.png [new file with mode: 0644]
themes/images/tizen-black/access_glow.png [new file with mode: 0644]
themes/images/tizen-hd/access_glow.png [new file with mode: 0644]
themes/images/tizen/access_glow.png [new file with mode: 0644]
themes/tizen.edc
themes/widgets/access.edc [new file with mode: 0644]

diff --git a/themes/images/tizen-black-hd/access_glow.png b/themes/images/tizen-black-hd/access_glow.png
new file mode 100644 (file)
index 0000000..8aad3b1
Binary files /dev/null and b/themes/images/tizen-black-hd/access_glow.png differ
diff --git a/themes/images/tizen-black/access_glow.png b/themes/images/tizen-black/access_glow.png
new file mode 100644 (file)
index 0000000..8aad3b1
Binary files /dev/null and b/themes/images/tizen-black/access_glow.png differ
diff --git a/themes/images/tizen-hd/access_glow.png b/themes/images/tizen-hd/access_glow.png
new file mode 100644 (file)
index 0000000..8aad3b1
Binary files /dev/null and b/themes/images/tizen-hd/access_glow.png differ
diff --git a/themes/images/tizen/access_glow.png b/themes/images/tizen/access_glow.png
new file mode 100644 (file)
index 0000000..8aad3b1
Binary files /dev/null and b/themes/images/tizen/access_glow.png differ
index d109116..201bf6f 100644 (file)
@@ -48,6 +48,7 @@ externals {
 }
 
 collections {
+#include "widgets/access.edc"
 #include "widgets/actionslider.edc"
 #include "widgets/badge.edc"
 #include "widgets/bg.edc"
diff --git a/themes/widgets/access.edc b/themes/widgets/access.edc
new file mode 100644 (file)
index 0000000..5418305
--- /dev/null
@@ -0,0 +1,38 @@
+/*
+ * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ *
+ * This software is the confidential and proprietary information of SAMSUNG
+ * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
+ * software is owned by Samsung and you shall not disclose such Confidential
+ * Information and shall use it only in accordance with the terms of the license
+ * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
+ * representations or warranties about the suitability of the software, either
+ * express or implied, including but not limited to the implied warranties of
+ * merchantability, fitness for a particular purpose, or non-infringement.
+ * SAMSUNG shall not be liable for any damages suffered by licensee arising out
+ * of or releated to this software.
+ *
+ */
+
+///////////////////////////////////////////////////////////////////////////////////////
+//
+// access
+//
+///////////////////////////////////////////////////////////////////////////////////////
+   group { name: "elm/access/base/default";
+      images {
+         image: "access_glow.png" LOSSY 85;
+      }
+      parts {
+         part { name: "base";
+            mouse_events:  0;
+            description { state: "default" 0.0;
+               image.normal: "access_glow.png";
+               image.border: 5 5 5 5;
+               fill.smooth: 0;
+            }
+         }
+      }
+   }