/* * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved * * This file is part of ug-contacts-efl * * Written by Youngjae Shin * Donghee Ye * Sunggoo Kim * * 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; } } } } } }