summaryrefslogtreecommitdiff
path: root/app-assist-efl/res/edje/app-assist-efl.edc
diff options
context:
space:
mode:
Diffstat (limited to 'app-assist-efl/res/edje/app-assist-efl.edc')
-rw-r--r--app-assist-efl/res/edje/app-assist-efl.edc85
1 files changed, 85 insertions, 0 deletions
diff --git a/app-assist-efl/res/edje/app-assist-efl.edc b/app-assist-efl/res/edje/app-assist-efl.edc
new file mode 100644
index 0000000..4268954
--- /dev/null
+++ b/app-assist-efl/res/edje/app-assist-efl.edc
@@ -0,0 +1,85 @@
+/*
+ * Copyright (c) 2009-2015 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 {
+ base_scale: 2.6;
+ group {
+ name: "page";
+ parts {
+ part {
+ name: "sizer";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 {relative: 0 0; }
+ rel2 {relative: 1 1; }
+ }
+ }
+ part {
+ name: "sw";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0 0; }
+ rel2 { relative: 1 1; }
+ }
+ }
+/*
+ part {
+ name: "debug";
+ type: TEXT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0 0; }
+ rel2 { relative: 1 1; }
+ text { size: 30; font: "Tizen:style=Bold"; align: 0.5 0.5; text_class: tizen; text : "Page";}
+ color: 255 27 0 255;
+ }
+ }
+*/
+ }
+ }
+
+ group {
+ name: "default-view";
+ parts {
+ part {
+ name: "rect";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1 { relative: 0 0; }
+ rel2 { relative: 1 1; }
+ }
+ }
+ part {
+ name: "name";
+ type: TEXT;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ text { font: "Tizen:style=Bold"; text_class: tizen; size: 100; fit: 1 0; }
+ color: 255 255 255 255;
+ }
+ }
+ }
+ }
+}