diff options
Diffstat (limited to 'themes/widgets/access.edc')
-rw-r--r-- | themes/widgets/access.edc | 38 |
1 files changed, 38 insertions, 0 deletions
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; + } + } + } + } |