summaryrefslogtreecommitdiff
path: root/home/res/edje/rectangle/box_layout.edc
diff options
context:
space:
mode:
Diffstat (limited to 'home/res/edje/rectangle/box_layout.edc')
-rwxr-xr-xhome/res/edje/rectangle/box_layout.edc50
1 files changed, 50 insertions, 0 deletions
diff --git a/home/res/edje/rectangle/box_layout.edc b/home/res/edje/rectangle/box_layout.edc
new file mode 100755
index 0000000..d875381
--- /dev/null
+++ b/home/res/edje/rectangle/box_layout.edc
@@ -0,0 +1,50 @@
+/*
+ * Samsung API
+ * Copyright (c) 2013 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.
+ */
+
+#include "conf.edc"
+#include "../color_classes.edc"
+
+collections {
+ group {
+ name: "box";
+ parts {
+ part {
+ name: "bg";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1.relative: 0.0 0.0;
+ rel2.relative: 1.0 1.0;
+ }
+ }
+ part {
+ name: "box";
+ type: SWALLOW;
+ scale: 1;
+ description {
+ state: "default" 0.0;
+ rel1.relative: 0.0 0.0;
+ rel1.to: "bg";
+ rel2.relative: 1.0 1.0;
+ rel2.to: "bg";
+ visible: 1;
+ }
+ }
+ }
+ }
+}