/* * 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: "popup"; parts{ part { name: "pad_t"; type: RECT; scale: 1; description { state: "default" 0.0; min: 0 90; fixed: 0 1; visible: 0; color: 19 222 249 255; align: 0.0 0.0; rel1 { relative: 1.0 0.0; to_x: "pad_l"; } rel2 { relative: 0.0 0.0; to_x: "pad_r"; } } } part { name: "pad_l"; type: RECT; scale: 1; description { state: "default" 0.0; min: 10 300; fixed: 1 0; visible: 0; color: 255 255 255 255; align: 0.0 0.0; rel1 { relative: 0.0 0.0; } rel2 { relative: 0.0 1.0; } } } part { name: "pad_r"; type: RECT; scale: 1; description { state: "default" 0.0; min: 10 300; fixed: 1 0; visible: 0; color: 255 255 255 255; align: 1.0 0.0; rel1 { relative: 1.0 0.0; } rel2 { relative: 1.0 1.0; } } } part { name: "elm.swallow.label"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 0.5 0.0; visible: 1; min: 10 100; fixed: 1 1; color: 19 222 249 255; rel1 { relative: 0.0 0.0; to: "pad_t"; } rel2 { relative: 1.0 1.0; to: "pad_t"; } } } part { name: "elm.swallow.separator"; type: SWALLOW; scale: 1; description { state: "default" 0.0; align: 0.5 0.5; visible: 0; min: 600 10; fixed: 1 1; color: 19 222 249 255; rel1 { relative: 0.5 1.0; to: "pad_t"; } rel2 { relative: 0.5 0.0; to: "pad_b"; } } } part { name: "elm.swallow.scroller"; type: SWALLOW; scale: 1; description { state: "default" 0.0; min: 550 160; align: 0.5 0.5; fixed: 1 1; visible: 1; color : 92 93 94 95; rel1 { relative: 0.5 1.0; to: "elm.swallow.separator"; } rel2 { relative: 0.5 1.0; to: "pad_b"; } } } part { name: "pad_b"; type: RECT; scale: 1; description { state: "default" 0.0; fixed: 1 1; visible: 0; align: 0.0 1.0; color: 250 189 18 255; min: 0 170; rel1 { relative: 1.0 1.0; to_x: "pad_l"; } rel2 { relative: 0.0 1.0; to_x: "pad_r"; } } } } } }