summaryrefslogtreecommitdiff
path: root/lib/edc/contact_button.edc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/edc/contact_button.edc')
-rwxr-xr-xlib/edc/contact_button.edc91
1 files changed, 0 insertions, 91 deletions
diff --git a/lib/edc/contact_button.edc b/lib/edc/contact_button.edc
deleted file mode 100755
index 7d7e9aa..0000000
--- a/lib/edc/contact_button.edc
+++ /dev/null
@@ -1,91 +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.
- */
-styles {
- style {
- name: "baseinfo_defaultnumber_textblock_style";
- base: "font=Tizen:style=Bold text_class=tizen color=#FFFFFF ellipsis=0.0 font_size=30 wrap=char";
- }
-}
-collections {
- group {
- name: "elm/button/base/transparency";
- parts {
- part {
- name: "bg";
- type: RECT;
- scale: 1;
- description {
- state: "default" 0.0;
- color: 0 0 0 0;
- }
- }
- part {
- name: "elm.swallow.content";
- type: SWALLOW;
- scale: 1;
- description {
- state: "default" 0.0;
- }
- }
- part {
- name: "icon";
- type: SWALLOW;
- scale: 1;
- description {
- state: "default" 0.0;
- }
- }
- }
- }
- group {
- name: "quick.munu";
- parts {
- part {
- name: "bg";
- type: RECT;
- scale: 1;
- description {
- state: "default" 0.0;
- color: 0 0 0 0;
- }
- }
- part {
- name: "icon";
- type: SWALLOW;
- scale: 1;
- description {
- state: "default" 0.0;
- align: 0.5 0.5;
- rel1 { relative: 0.0 0.0; to: "bg";}
- rel2 { relative: 1.0 0.5; to: "bg";}
- }
- }
- part {
- name: "elm.text.quick";
- type: TEXTBLOCK;
- mouse_events: 0;
- scale: 1;
- description {
- state: "default" 0.0;
- rel1 { relative: 0.0 0.5; to: "bg"; }
- rel2 { relative: 1.0 1.0; to: "bg"; }
- text { style: "baseinfo_defaultnumber_textblock_style";}
- }
- }
- }
- }
-}
-