/* * Copyright 2012 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.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.tizenopensource.org/license * * 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: "camera_ev"; parts { part { name: "elm.swallow.title"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; min: 1 58; max: 999999 36; fixed: 0 1; align: 0.5 0; text { font: "SLP:style=Helveca"; size: 30; align: 0.5 0.5; min: 1 1; text: "Shooting mode"; } } } part { name: "title_line"; type: RECT; scale: 1; mouse_events: 0; description { min: 1 1; max: 999999 1; rel1 {to:"elm.swallow.title"; relative: 0 1;} align: 0.5 0; fixed: 0 1; } } part { name: "left_top_padding"; mouse_events: 0; scale: 1; description { min: 8 8; max: 8 8; rel1 {to:"title_line"; relative: 0 1;} align: 0 0; visible: 0; } } part { name: "elm.swallow.slider"; type: SWALLOW; scale: 1; description { color:0 0 0 255; rel1 { to: "left_top_padding"; relative: 1 1;} rel2 { to: "right_bottom_padding"; relative: 0 0;} } } part { name: "right_bottom_padding"; mouse_events: 0; scale: 1; description { min: 8 8; max: 8 8; align: 1 1; visible: 0; } } } } group { name: "camera_guide_screen"; parts { part { name: "left_top_padding"; mouse_events: 0; scale: 1; description { min: 5 5; max: 5 5; align: 0 0; visible: 0; } } part { name: "elm.swallow.txt"; type: SWALLOW; scale: 1; mouse_events: 0; description { rel1 { to: "left_top_padding"; relative: 1 1;} rel2 { to: "right_bottom_padding"; relative: 0 0;} } } part { name: "right_bottom_padding"; mouse_events: 0; scale: 1; description { min: 5 5; max: 5 5; align: 1 1; visible: 0; } } } } }