/* * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved * * PROPRIETARY/CONFIDENTIAL * * This software is the confidential and proprietary information of SAMSUNG * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this * software is owned by Samsung and 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 arising out * of or releated to this software. * */ group { name: "elm/standard/selectioninfo/default"; parts { part { name: "bg"; type: RECT; scale : 1; description { state: "default" 0.0; min: 0 SELECTION_INFO_VER_PADDING_INC; fixed: 0 1; align: 0.5 1.0; rel1.relative: 0.0 1.0; color: SELECTION_INFO_BACKGROUND_COLOR_INC; } } part { name: "padding_left"; scale: 1; description { state: "default" 0.0; min: SELECTION_INFO_LEFT_PADDING_INC 0; align: 0.0 0.5; rel1.to: "bg"; rel2 { to: "bg"; relative: 0.0 1.0; } fixed: 1 0; visible: 0; } } part { name: "elm.text"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; rel1 { to: "padding_left"; relative: 1.0 0.0; } rel2.to: "bg"; color: SELECTION_INFO_TEXT_COLOR_INC; text { font: "SLP"; size: SELECTION_INFO_TEXT_FONT_SIZE_INC; text: ""; align: 0.0 0.5; text_class: "slp"; } } } } programs { program { name: "clicked"; signal: "mouse,clicked,1"; source: "bg"; action: SIGNAL_EMIT "elm,action,click" ""; } } } group { name: "elm/standard/selectioninfo/vertical/bottom_12"; parts { part { name: "bg"; type: RECT; scale : 1; description { state: "default" 0.0; min: SELECTION_INFO_MIN_VER_W_INC SELECTION_INFO_VER_PADDING_INC; fixed: 1 1; align: 0.5 1.0; rel1.relative: 0.5 1.0; rel2.relative: 0.5 1.0; color: SELECTION_INFO_BACKGROUND_COLOR_INC; } } part { name: "elm.text"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; align: 0.5 0.0; rel1 { to: "bg"; } rel2 { to: "bg"; } color: SELECTION_INFO_TEXT_COLOR_INC; text { font: "SLP"; size: SELECTION_INFO_TEXT_FONT_SIZE_INC; text: ""; text_class: "slp"; } } } } programs { program { name: "clicked"; signal: "mouse,clicked,1"; source: "base"; action: SIGNAL_EMIT "elm,action,click" ""; } } } group { name: "elm/standard/selectioninfo/vertical/bottom_64"; parts { part { name: "bg"; type: RECT; mouse_events: 1; repeat_events: 1; scale : 1; description { state: "default" 0.0; min: SELECTION_INFO_MIN_VER_W_INC SELECTION_INFO_MIN_VER_BOTTOM_64_H_INC; fixed: 1 1; align: 0.5 1.0; rel1.relative: 0.5 1.0; rel2.relative: 0.5 1.0; color: 0 0 0 0; } } part { name: "base"; type: RECT; mouse_events: 1; scale : 1; description { state: "default" 0.0; min: 0 SELECTION_INFO_VER_PADDING_INC; fixed: 0 1; align: 0.5 0.0; rel1 { relative: 0.0 0.0; to: "bg"; } rel2 { relative: 1.0 0.32; to: "bg"; } color: SELECTION_INFO_BACKGROUND_COLOR_INC; } } part { name: "elm.text"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; align: 0.5 0.0; rel1 { to: "base"; } rel2 { to: "base"; } color: SELECTION_INFO_TEXT_COLOR_INC; text { font: "SLP"; size: SELECTION_INFO_TEXT_FONT_SIZE_INC; text: ""; text_class: "slp"; } } } } programs { program { name: "clicked"; signal: "mouse,clicked,1"; source: "base"; action: SIGNAL_EMIT "elm,action,click" ""; } } } group { name: "elm/standard/selectioninfo/vertical/bottom_86"; parts { part { name: "bg"; type: RECT; mouse_events: 1; repeat_events: 1; scale : 1; description { state: "default" 0.0; min: SELECTION_INFO_MIN_VER_W_INC SELECTION_INFO_MIN_VER_BOTTOM_86_H_INC; fixed: 1 1; align: 0.5 1.0; rel1.relative: 0.5 1.0; rel2.relative: 0.5 1.0; color: 0 0 0 0; } } part { name: "base"; type: RECT; mouse_events: 1; scale : 1; description { state: "default" 0.0; min: 0 SELECTION_INFO_VER_PADDING_INC; fixed: 0 1; align: 0.5 0.0; rel1 { relative: 0.0 0.0; to: "bg"; } rel2 { relative: 1.0 0.258; to: "bg"; } color: SELECTION_INFO_BACKGROUND_COLOR_INC; } } part { name: "elm.text"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; align: 0.5 0.0; rel1 { to: "base"; } rel2 { to: "base"; } color: SELECTION_INFO_TEXT_COLOR_INC; text { font: "SLP"; size: SELECTION_INFO_TEXT_FONT_SIZE_INC; text: ""; text_class: "slp"; } } } } programs { program { name: "clicked"; signal: "mouse,clicked,1"; source: "base"; action: SIGNAL_EMIT "elm,action,click" ""; } } } group { name: "elm/standard/selectioninfo/horizontal/bottom_12"; parts { part { name: "bg"; type: RECT; mouse_events: 1; repeat_events: 1; scale : 1; description { state: "default" 0.0; min: SELECTION_INFO_MIN_HORZ_W_INC SELECTION_INFO_VER_PADDING_INC; fixed: 1 1; align: 0.5 1.0; rel1.relative: 0.5 1.0; rel2.relative: 0.5 1.0; color: SELECTION_INFO_BACKGROUND_COLOR_INC; } } part { name: "elm.text"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; align: 0.5 0.0; rel1 { to: "bg"; } rel2 { to: "bg"; } color: SELECTION_INFO_TEXT_COLOR_INC; text { font: "SLP"; size: SELECTION_INFO_TEXT_FONT_SIZE_INC; text: ""; text_class: "slp"; } } } } programs { program { name: "clicked"; signal: "mouse,clicked,1"; source: "base"; action: SIGNAL_EMIT "elm,action,click" ""; } } } group { name: "elm/standard/selectioninfo/horizontal/bottom_64"; parts { part { name: "bg"; type: RECT; mouse_events: 1; repeat_events: 1; scale : 1; description { state: "default" 0.0; min: SELECTION_INFO_MIN_HORZ_W_INC SELECTION_INFO_MIN_VER_BOTTOM_64_H_INC; fixed: 1 1; align: 0.5 1.0; rel1.relative: 0.5 1.0; rel2.relative: 0.5 1.0; color: 0 0 0 0; } } part { name: "base"; type: RECT; mouse_events: 1; scale : 1; description { state: "default" 0.0; min: 0 SELECTION_INFO_VER_PADDING_INC; fixed: 0 1; align: 0.5 0.0; rel1 { relative: 0.0 0.0; to: "bg"; } rel2 { relative: 1.0 0.32; to: "bg"; } color: SELECTION_INFO_BACKGROUND_COLOR_INC; } } part { name: "elm.text"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; align: 0.5 0.0; rel1 { to: "base"; } rel2 { to: "base"; } color: SELECTION_INFO_TEXT_COLOR_INC; text { font: "SLP"; size: SELECTION_INFO_TEXT_FONT_SIZE_INC; text: ""; text_class: "slp"; } } } } programs { program { name: "clicked"; signal: "mouse,clicked,1"; source: "base"; action: SIGNAL_EMIT "elm,action,click" ""; } } } group { name: "elm/standard/selectioninfo/horizontal/bottom_86"; parts { part { name: "bg"; type: RECT; mouse_events: 1; repeat_events: 1; scale : 1; description { state: "default" 0.0; min: SELECTION_INFO_MIN_HORZ_W_INC SELECTION_INFO_MIN_VER_BOTTOM_86_H_INC; fixed: 1 1; align: 0.5 1.0; rel1.relative: 0.5 1.0; rel2.relative: 0.5 1.0; color: 0 0 0 0; } } part { name: "base"; type: RECT; mouse_events: 1; scale : 1; description { state: "default" 0.0; min: 0 SELECTION_INFO_VER_PADDING_INC; fixed: 0 1; align: 0.5 0.0; rel1 { relative: 0.0 0.0; to: "bg"; } rel2 { relative: 1.0 0.258; to: "bg"; } color: SELECTION_INFO_BACKGROUND_COLOR_INC; } } part { name: "elm.text"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; align: 0.5 0.0; rel1 { to: "base"; } rel2 { to: "base"; } color: SELECTION_INFO_TEXT_COLOR_INC; text { font: "SLP"; size: SELECTION_INFO_TEXT_FONT_SIZE_INC; text: ""; text_class: "slp"; } } } } programs { program { name: "clicked"; signal: "mouse,clicked,1"; source: "base"; action: SIGNAL_EMIT "elm,action,click" ""; } } }