summaryrefslogtreecommitdiff
path: root/data/ctrlbar_layout.edc
diff options
context:
space:
mode:
authorSehong Na <sehong.na@samsung.com>2014-05-31 13:02:09 +0900
committerSehong Na <sehong.na@samsung.com>2014-05-31 13:02:09 +0900
commit9148856fd3adaaef7f2c719e8d3e97ff181e89cc (patch)
tree343609e7136cac489768722e193b2b91a61094df /data/ctrlbar_layout.edc
downloadug-myfile-efl-9148856fd3adaaef7f2c719e8d3e97ff181e89cc.tar.gz
ug-myfile-efl-9148856fd3adaaef7f2c719e8d3e97ff181e89cc.tar.bz2
ug-myfile-efl-9148856fd3adaaef7f2c719e8d3e97ff181e89cc.zip
Diffstat (limited to 'data/ctrlbar_layout.edc')
-rw-r--r--data/ctrlbar_layout.edc44
1 files changed, 44 insertions, 0 deletions
diff --git a/data/ctrlbar_layout.edc b/data/ctrlbar_layout.edc
new file mode 100644
index 0000000..8f9d94e
--- /dev/null
+++ b/data/ctrlbar_layout.edc
@@ -0,0 +1,44 @@
+group
+{
+ name: UG_GRP_CTRL_BAR;
+ parts
+ {
+ part
+ {
+ name: "base";
+ type: RECT;
+ repeat_events: 0;
+ scale: 1;
+ description
+ {
+ state: "default" 0.0;
+ min: 0 100;
+ color: 0 0 0 0;
+ fixed: 0 1;
+ }
+ }
+
+ part
+ {
+ name: "content";
+ type: SWALLOW;
+ repeat_events: 0;
+ //scale: 1;
+ description
+ {
+ state: "default" 0.0;
+ fixed: 1 0;
+ align: 0 0;
+ min: 0 100;
+ rel1
+ {
+ relative: 0.0 0.0;
+ }
+ rel2
+ {
+ relative: 1.0 1.0;
+ }
+ }
+ }
+ }
+}