summaryrefslogtreecommitdiff
path: root/lib/edc/nocontent_layout.edc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/edc/nocontent_layout.edc')
-rwxr-xr-xlib/edc/nocontent_layout.edc109
1 files changed, 0 insertions, 109 deletions
diff --git a/lib/edc/nocontent_layout.edc b/lib/edc/nocontent_layout.edc
deleted file mode 100755
index 22eedf7..0000000
--- a/lib/edc/nocontent_layout.edc
+++ /dev/null
@@ -1,109 +0,0 @@
-/*
-* Copyright 2012 Samsung Electronics Co., Ltd
-*
-* Licensed under the Flora License, Version 1.1 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://floralicense.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.
-*/
-
-#define IMAGE_PATH "../images/contact_images/"
-
-styles {
- style {
- name: "layout_textblock_style";
- base: "font=Tizen:style=Regular text_class=tizen_medium font_size=32 color=#ffffff align=center wrap=mixed";
- }
-}
-collections {
- group {
- images {
- image: IMAGE_PATH"00_Nocontents_picture.png" COMP;
- }
- name: "nocontent_layout";
- parts {
- part {
- name: "base";
- type: RECT;
- description {
- state: "default" 0.0;
- color: 0 0 0 0;
- }
- }
- part {
- name: "top.padding";
- type: RECT;
- scale: 1;
- description {
- state: "default" 0.0;
- visible: 0;
- fixed: 0 1;
- min: 0 215;
- align: 0.5 0.0;
- rel1 { relative: 0.0 0.0; to: "base"; }
- rel2 { relative: 1.0 0.0; to: "base"; }
- }
- }
- part {
- name: "image";
- type: IMAGE;
- description {
- state: "default" 0.0;
- fixed: 1 1;
- min: 280 280;
- rel1 { relative: 0.0 1.0; to: "top.padding"; }
- rel2 { relative: 1.0 1.0; to: "top.padding"; }
- align: 0.5 0.5;
- image {
- normal: IMAGE_PATH"00_Nocontents_picture.png";
- }
- aspect: 1.0 1.0;
- aspect_preference: BOTH;
- }
- }
- part {
- name: "middle.padding";
- type: RECT;
- scale: 1;
- description {
- state: "default" 0.0;
- visible: 0;
- fixed: 0 1;
- min: 0 38;
- align: 0.5 0.0;
- rel1 { relative: 0.0 1.0; to: "image"; }
- rel2 { relative: 1.0 1.0; to: "image"; }
- }
- }
- part {
- name: "elm.text";
- type: TEXTBLOCK;
- mouse_events: 0;
- scale: 1;
- description {
- state: "default" 0.0;
- align: 0.5 0.0;
- min: 0 165;
- fixed: 0 1;
- rel1 { relative: 0.0 1.0; to_x: "base"; to_y: "middle.padding"; }
- rel2 { relative: 1.0 1.0; to_x: "base"; to_y: "middle.padding"; }
- color: 128 128 128 255;
- text {
- min: 0 0;
- max: 0 1;
- style: "layout_textblock_style";
- align: 0.5 0.5;
- }
- }
- }
- }
- }
-}
-