diff options
author | Shinwoo Kim <cinoo.kim@samsung.com> | 2012-01-25 11:40:11 +0900 |
---|---|---|
committer | Shinwoo Kim <cinoo.kim@samsung.com> | 2012-01-25 20:49:03 +0900 |
commit | 5866b87a6ea3330a06b77081bdb1d69f111625e3 (patch) | |
tree | 63e559ac26af62aa93a5ce906fc196fb99d5f7ab | |
parent | e3d433f8ca64d7fc0f2d0cee205548c8eaacc3b7 (diff) | |
download | efl-theme-tizen-5866b87a6ea3330a06b77081bdb1d69f111625e3.tar.gz efl-theme-tizen-5866b87a6ea3330a06b77081bdb1d69f111625e3.tar.bz2 efl-theme-tizen-5866b87a6ea3330a06b77081bdb1d69f111625e3.zip |
[access] add initial version
Change-Id: Iae8a2bb42f3ca896329f63ce6cab3fa39fb9307b
-rw-r--r-- | themes/images/tizen-black-hd/access_glow.png | bin | 0 -> 595 bytes | |||
-rw-r--r-- | themes/images/tizen-black/access_glow.png | bin | 0 -> 595 bytes | |||
-rw-r--r-- | themes/images/tizen-hd/access_glow.png | bin | 0 -> 595 bytes | |||
-rw-r--r-- | themes/images/tizen/access_glow.png | bin | 0 -> 595 bytes | |||
-rw-r--r-- | themes/tizen.edc | 1 | ||||
-rw-r--r-- | themes/widgets/access.edc | 38 |
6 files changed, 39 insertions, 0 deletions
diff --git a/themes/images/tizen-black-hd/access_glow.png b/themes/images/tizen-black-hd/access_glow.png Binary files differnew file mode 100644 index 00000000..8aad3b14 --- /dev/null +++ b/themes/images/tizen-black-hd/access_glow.png diff --git a/themes/images/tizen-black/access_glow.png b/themes/images/tizen-black/access_glow.png Binary files differnew file mode 100644 index 00000000..8aad3b14 --- /dev/null +++ b/themes/images/tizen-black/access_glow.png diff --git a/themes/images/tizen-hd/access_glow.png b/themes/images/tizen-hd/access_glow.png Binary files differnew file mode 100644 index 00000000..8aad3b14 --- /dev/null +++ b/themes/images/tizen-hd/access_glow.png diff --git a/themes/images/tizen/access_glow.png b/themes/images/tizen/access_glow.png Binary files differnew file mode 100644 index 00000000..8aad3b14 --- /dev/null +++ b/themes/images/tizen/access_glow.png diff --git a/themes/tizen.edc b/themes/tizen.edc index d109116d..201bf6f2 100644 --- a/themes/tizen.edc +++ b/themes/tizen.edc @@ -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 index 00000000..54183056 --- /dev/null +++ b/themes/widgets/access.edc @@ -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; + } + } + } + } |