diff options
author | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-09 12:12:16 +0900 |
---|---|---|
committer | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-09 12:12:16 +0900 |
commit | 9702ab0622390dc37e7802f25e62524ac397acb4 (patch) | |
tree | a6e93c23ab04ee8b76138f7cb3ae45b7fe66aede /edc/gl_title.edc | |
parent | 66dd755e143f411119e62efba5e0f095861fe570 (diff) | |
download | contacts-9702ab0622390dc37e7802f25e62524ac397acb4.tar.gz contacts-9702ab0622390dc37e7802f25e62524ac397acb4.tar.bz2 contacts-9702ab0622390dc37e7802f25e62524ac397acb4.zip |
Tizen release 1.0
Diffstat (limited to 'edc/gl_title.edc')
-rw-r--r-- | edc/gl_title.edc | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/edc/gl_title.edc b/edc/gl_title.edc new file mode 100644 index 0000000..8f73780 --- /dev/null +++ b/edc/gl_title.edc @@ -0,0 +1,64 @@ +/* + * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved + * + * This file is part of ug-contacts-efl + * + * Written by Youngjae Shin <yj99.shin@samsung.com> + * Donghee Ye <donghee.ye@samsung.com> + * Sunggoo Kim <sung.goo.kim@samsung.com> + * + * PROPRIETARY/CONFIDENTIAL + * + * This software is the confidential and proprietary information of + * SAMSUNG ELECTRONICS ("Confidential Information"). 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 as a result of using, modifying or + * distributing this software or its derivatives. + * + */ + +collections +{ + group { + name: "gl_title"; + parts { + part { + name: "bg"; + type: RECT; + description { + state: "default" 0.0; + color: 0 0 0 128; + visible: 1; + } + } + + part { + name: "title.text"; + type: TEXT; + scale: 1; + mouse_events: 0; + description { + state: "default" 0.0; + color: 255 255 255 255; + rel1.to: "bg"; + rel2.to: "bg"; + min: 102 0; + fixed: 1 0; + text { + font: "SLP:style=Medium"; + size: 32; + min: 0 1; + align: 0.0 0.5; + ellipsis: 0.0; + } + } + } + } + } +} |