diff options
author | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-09 12:12:28 +0900 |
---|---|---|
committer | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-09 12:12:28 +0900 |
commit | d940e900bc3832bc9408a0947ff488ecfcc9a8e6 (patch) | |
tree | 20e5a09fbe71ea36026653c9af69025dc2d6a7d4 /setting-theme-efl.edc | |
parent | 2cba587e166f439be6a3e4e607d949b98475dde9 (diff) | |
download | libug-setting-theme-efl-d940e900bc3832bc9408a0947ff488ecfcc9a8e6.tar.gz libug-setting-theme-efl-d940e900bc3832bc9408a0947ff488ecfcc9a8e6.tar.bz2 libug-setting-theme-efl-d940e900bc3832bc9408a0947ff488ecfcc9a8e6.zip |
Tizen release 1.0
Diffstat (limited to 'setting-theme-efl.edc')
-rw-r--r-- | setting-theme-efl.edc | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/setting-theme-efl.edc b/setting-theme-efl.edc new file mode 100644 index 0000000..0de0b6a --- /dev/null +++ b/setting-theme-efl.edc @@ -0,0 +1,45 @@ +/* + * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +collections { + group { + name: "fake_icon"; + parts { + part { name: "icon"; + type: SWALLOW; + scale: 1; + description { + state: "default" 0.0; + fixed: 1 1; + min: 26 26; + align: 0.0 0.5; + } + } + part { name: "image"; + type: RECT; + scale: 1; + description { + state: "default" 0.0; + fixed: 1 1; + min: 100 50; + align: 0.5 0.5; + color: 0 0 0 0; + } + } + } + } +} |